├── .DS_Store ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── data └── all.json └── screens ├── absolute-clock.gif ├── animated-search.gif ├── apple-card.gif ├── audio-ios-1.png ├── basic-camera-ios.gif ├── basic-email-android-1.png ├── basic-gestures.png ├── book-a-flight.gif ├── bottom-navigation-bar.gif ├── bottombar-animation.gif ├── card-ui-ios-1.png ├── carousel-ns.gif ├── champions-league.png ├── circular-progress-ios.gif ├── color-picker.png ├── cricket-app.gif ├── custom-cradle-tab-bar.gif ├── custom-modal.gif ├── device-specific-ui.png ├── dialogs-ios.gif ├── drawer-avatar.png ├── drawer-highlight.png ├── enterprise-auth.gif ├── float-up-label.gif ├── geolocation-ios.png ├── groceries-sqlite.gif ├── hotel-booking.png ├── image-picker-upload.gif ├── instaclone.gif ├── internet-connection-status-bar.gif ├── investment-tracker.png ├── kinvey-offline-support.gif ├── large-title.gif ├── listview-avatar-android-1.png ├── listview-card-ios-1.png ├── listview-filter-image-ios.gif ├── listview-header-animation.gif ├── listview-images-ios-1.png ├── listview-master-detail-drawer.gif ├── listview-newsfeed.gif ├── localdata-ios-1.png ├── login-form-ios-2.gif ├── login-form-simple-ios-1.png ├── login-kinvey.gif ├── marvel-movies.gif ├── material-custom-fab.gif ├── modal-android-1.png ├── modal-card-ui.gif ├── movie-listings.png ├── multi-col-listview-ios-1.png ├── multiple-listview-templates.png ├── music-player-ui.gif ├── music-streaming.gif ├── network-ios-1.png ├── ns-quiz.gif ├── order-taker.gif ├── page-transitions.gif ├── parallax.gif ├── personal-finance-cal.png ├── personal-finance.png ├── playing-with-shadows.gif ├── radautocomplete.gif ├── radcalendar-ios-1.png ├── radchart-ios.gif ├── radgauge-ios.gif ├── radsidedrawer.gif ├── restaurant-menu.gif ├── rgb-color-picker.gif ├── ripple-effect.gif ├── rlv-pull-to-refresh.gif ├── rlv-swipe-action.gif ├── rotate-menu-animation.gif ├── rpt-menu.gif ├── simple-dialog-ios.gif ├── social-fit.gif ├── social-networking.png ├── spacex.gif ├── split-it-up.gif ├── split-view-tablet.gif ├── tinder.gif ├── travel-booking.gif ├── video-ios-1.png └── vod-application.gif /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/README.md -------------------------------------------------------------------------------- /data/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/data/all.json -------------------------------------------------------------------------------- /screens/absolute-clock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/absolute-clock.gif -------------------------------------------------------------------------------- /screens/animated-search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/animated-search.gif -------------------------------------------------------------------------------- /screens/apple-card.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/apple-card.gif -------------------------------------------------------------------------------- /screens/audio-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/audio-ios-1.png -------------------------------------------------------------------------------- /screens/basic-camera-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/basic-camera-ios.gif -------------------------------------------------------------------------------- /screens/basic-email-android-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/basic-email-android-1.png -------------------------------------------------------------------------------- /screens/basic-gestures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/basic-gestures.png -------------------------------------------------------------------------------- /screens/book-a-flight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/book-a-flight.gif -------------------------------------------------------------------------------- /screens/bottom-navigation-bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/bottom-navigation-bar.gif -------------------------------------------------------------------------------- /screens/bottombar-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/bottombar-animation.gif -------------------------------------------------------------------------------- /screens/card-ui-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/card-ui-ios-1.png -------------------------------------------------------------------------------- /screens/carousel-ns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/carousel-ns.gif -------------------------------------------------------------------------------- /screens/champions-league.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/champions-league.png -------------------------------------------------------------------------------- /screens/circular-progress-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/circular-progress-ios.gif -------------------------------------------------------------------------------- /screens/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/color-picker.png -------------------------------------------------------------------------------- /screens/cricket-app.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/cricket-app.gif -------------------------------------------------------------------------------- /screens/custom-cradle-tab-bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/custom-cradle-tab-bar.gif -------------------------------------------------------------------------------- /screens/custom-modal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/custom-modal.gif -------------------------------------------------------------------------------- /screens/device-specific-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/device-specific-ui.png -------------------------------------------------------------------------------- /screens/dialogs-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/dialogs-ios.gif -------------------------------------------------------------------------------- /screens/drawer-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/drawer-avatar.png -------------------------------------------------------------------------------- /screens/drawer-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/drawer-highlight.png -------------------------------------------------------------------------------- /screens/enterprise-auth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/enterprise-auth.gif -------------------------------------------------------------------------------- /screens/float-up-label.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/float-up-label.gif -------------------------------------------------------------------------------- /screens/geolocation-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/geolocation-ios.png -------------------------------------------------------------------------------- /screens/groceries-sqlite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/groceries-sqlite.gif -------------------------------------------------------------------------------- /screens/hotel-booking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/hotel-booking.png -------------------------------------------------------------------------------- /screens/image-picker-upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/image-picker-upload.gif -------------------------------------------------------------------------------- /screens/instaclone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/instaclone.gif -------------------------------------------------------------------------------- /screens/internet-connection-status-bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/internet-connection-status-bar.gif -------------------------------------------------------------------------------- /screens/investment-tracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/investment-tracker.png -------------------------------------------------------------------------------- /screens/kinvey-offline-support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/kinvey-offline-support.gif -------------------------------------------------------------------------------- /screens/large-title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/large-title.gif -------------------------------------------------------------------------------- /screens/listview-avatar-android-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-avatar-android-1.png -------------------------------------------------------------------------------- /screens/listview-card-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-card-ios-1.png -------------------------------------------------------------------------------- /screens/listview-filter-image-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-filter-image-ios.gif -------------------------------------------------------------------------------- /screens/listview-header-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-header-animation.gif -------------------------------------------------------------------------------- /screens/listview-images-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-images-ios-1.png -------------------------------------------------------------------------------- /screens/listview-master-detail-drawer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-master-detail-drawer.gif -------------------------------------------------------------------------------- /screens/listview-newsfeed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/listview-newsfeed.gif -------------------------------------------------------------------------------- /screens/localdata-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/localdata-ios-1.png -------------------------------------------------------------------------------- /screens/login-form-ios-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/login-form-ios-2.gif -------------------------------------------------------------------------------- /screens/login-form-simple-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/login-form-simple-ios-1.png -------------------------------------------------------------------------------- /screens/login-kinvey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/login-kinvey.gif -------------------------------------------------------------------------------- /screens/marvel-movies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/marvel-movies.gif -------------------------------------------------------------------------------- /screens/material-custom-fab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/material-custom-fab.gif -------------------------------------------------------------------------------- /screens/modal-android-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/modal-android-1.png -------------------------------------------------------------------------------- /screens/modal-card-ui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/modal-card-ui.gif -------------------------------------------------------------------------------- /screens/movie-listings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/movie-listings.png -------------------------------------------------------------------------------- /screens/multi-col-listview-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/multi-col-listview-ios-1.png -------------------------------------------------------------------------------- /screens/multiple-listview-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/multiple-listview-templates.png -------------------------------------------------------------------------------- /screens/music-player-ui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/music-player-ui.gif -------------------------------------------------------------------------------- /screens/music-streaming.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/music-streaming.gif -------------------------------------------------------------------------------- /screens/network-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/network-ios-1.png -------------------------------------------------------------------------------- /screens/ns-quiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/ns-quiz.gif -------------------------------------------------------------------------------- /screens/order-taker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/order-taker.gif -------------------------------------------------------------------------------- /screens/page-transitions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/page-transitions.gif -------------------------------------------------------------------------------- /screens/parallax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/parallax.gif -------------------------------------------------------------------------------- /screens/personal-finance-cal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/personal-finance-cal.png -------------------------------------------------------------------------------- /screens/personal-finance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/personal-finance.png -------------------------------------------------------------------------------- /screens/playing-with-shadows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/playing-with-shadows.gif -------------------------------------------------------------------------------- /screens/radautocomplete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/radautocomplete.gif -------------------------------------------------------------------------------- /screens/radcalendar-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/radcalendar-ios-1.png -------------------------------------------------------------------------------- /screens/radchart-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/radchart-ios.gif -------------------------------------------------------------------------------- /screens/radgauge-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/radgauge-ios.gif -------------------------------------------------------------------------------- /screens/radsidedrawer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/radsidedrawer.gif -------------------------------------------------------------------------------- /screens/restaurant-menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/restaurant-menu.gif -------------------------------------------------------------------------------- /screens/rgb-color-picker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/rgb-color-picker.gif -------------------------------------------------------------------------------- /screens/ripple-effect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/ripple-effect.gif -------------------------------------------------------------------------------- /screens/rlv-pull-to-refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/rlv-pull-to-refresh.gif -------------------------------------------------------------------------------- /screens/rlv-swipe-action.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/rlv-swipe-action.gif -------------------------------------------------------------------------------- /screens/rotate-menu-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/rotate-menu-animation.gif -------------------------------------------------------------------------------- /screens/rpt-menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/rpt-menu.gif -------------------------------------------------------------------------------- /screens/simple-dialog-ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/simple-dialog-ios.gif -------------------------------------------------------------------------------- /screens/social-fit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/social-fit.gif -------------------------------------------------------------------------------- /screens/social-networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/social-networking.png -------------------------------------------------------------------------------- /screens/spacex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/spacex.gif -------------------------------------------------------------------------------- /screens/split-it-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/split-it-up.gif -------------------------------------------------------------------------------- /screens/split-view-tablet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/split-view-tablet.gif -------------------------------------------------------------------------------- /screens/tinder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/tinder.gif -------------------------------------------------------------------------------- /screens/travel-booking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/travel-booking.gif -------------------------------------------------------------------------------- /screens/video-ios-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/video-ios-1.png -------------------------------------------------------------------------------- /screens/vod-application.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgressNS/code-samples/HEAD/screens/vod-application.gif --------------------------------------------------------------------------------