Android Collapsing Toolbar With Image
This pattern of Collapsing Toolbar Layout is a popular scrolling technique. So iam going to show you android collapsing toolbar with image. In familiar terms, you can see this on several apps with a profile detail screen. Android CollapsingToolbarLayout is Read More…
User session management using Shared Preferences
Android allows storing data in a number of formats. But, we do android user session management using Shared Preferences, just because of shared preferences..
Autofit grid layout Recyclerview
Recycler view is the powerfull android tool to create a list as well as a grid in android. Nowadays, the Autofit grid layout RecyclerView…
Add drawer layout with an event listener in android
Hey App creator, today I am going to discuss Drawer Layout. Means, you will get knowledge about how to add drawer layout with an event listener. Navigation drawer can be implemented by using the DrawerLayout widget. In the layout of your activity, you should define the DrawerLayout element.
In apps update android example without play store
If you want to update your app from internal storage then In apps update android example for you. You can update your app automatically without updating from play store. Android Support in-app updates to up-to-date your android application. But this Read More…