Mini Projects

RecyclerView with GridLayoutManager Android Tutorial with Example

Today we will be making a Grid View like list using a RecyclerView with GridLayoutManager as shown in the Video below, but let’s first talk a little bit about recyclerView; as you might already know a RecyclerView is more advanced, flexible and efficient version of a ListView. If you have large datasets, you should work …

RecyclerView with GridLayoutManager Android Tutorial with Example Read More »

Set custom Font in all the Activities for entire Application Android Tutorial

Everyone love a little text styling once in a while; there are various ways you can change the typeface/font of textView in your Android app, however the most simplest one is changing the typeface programmatically by applying a font to a specific textView. Although this method is simple, it requires applying the font to each …

Set custom Font in all the Activities for entire Application Android Tutorial Read More »