ID: org.michenux.yourappidea
Version: 2.0.1
File Size: 3.9Mb
Your app idea Screenshots
Your app idea Description
Bootstrap application to help developer start a new android application.What you can find inside :
* Implemented UI Patterns
- Material Design
- Navigation Drawer (ActionBarActivity)
- List/Detail (fragment)
- Spinner in ActionBar
- Contextual toasts with Crouton library
- Toolbar
* Improve UX
- Fragment transition
- Different layouts in landscape mode
- No splashscreen (anti-pattern)
* Architecture
- Dependency injection with Dagger
- Sqlite Database : manage creation/upgrade of database using sql scripts
* Network
- Json Request with Volley library
- SyncAdapter
- Universal Image Loader
* Promote your app
- Link to the application on Google Play Store for adding rating/comments
- ChangeLog screen (can show only what's new since last installed version or display full changelog)
* Monetize your app
- Integration of admob
- Donation screen (paypal)
* Others
- User login via facebook/google+
- Preferences ( using Fragment and compatible with 2.2+)
- Eula (End User Licence Agreement) : accept/refuse Eula on first time or just display.
What's new in Your app idea 2.0.1
v2.0.0- Material Design
- Replace ListView with RecyclerView (using twowaysview library)
- Use of toolbar
- Navigation drawer: over toolbar
- Navigation drawer: header with login to social networks
- Use RippleEffect library