Android 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
How to use TabLayout in ViewPager with RecyclerView
ViewPagers are used to swipe through pages of data. It’s generally used in conjunction with fragments. In this tutorial, we’ll be implementing a ViewPager under the TabLayout.
How to replace whole word with Word Boundaries in Java?
If you want to replace the whole word with the word boundaries in a string. For this, we use "\b" regular expression token which is called a word boundary. It usually matches at the start or the end of a word.
Strike textview in android example
Basically, the strike-through text is used for the show cut price of a product. Then we need to draw the strike text view in android.
Android Collapsing Toolbar With Image
This pattern of Collapsing Toolbar Layout is a popular scrolling technique. In familiar terms, you can see this on several apps with a profile detail screen.
Navigation drawer layout with an event listener
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.