Friday, April 13, 2018

Android ThemeLibrary

April 13, 2018
sample1
Hello visitors, After a long gap, I bring a post for you. I don't like to waste your time anymore. Let's start- Today, I will write about a new library. The Library is about for android theming and color plate. First of all, see some screenshot- So you can see that this library has an awesome theme list. You can use this list and with your own additional list. You can also remove this list...
Read More

Tuesday, November 14, 2017

Android Settings Series (part 2)

November 14, 2017
Welcome to this series post. In this series post, we are going to create a complete Settings for a productive app. We already published a post- Android Settings Series (part 1) Now I am starting where I left in the previous post. Now we need to create other 2 XML file. (In our final settings we need 3 XML file, we already have done one.) By Shudipto Trafder ...
Read More

Saturday, November 11, 2017

Android Settings Series (part 1)

November 11, 2017
Welcome to this Series post. In this series post, we are going to create a complete Settings for a productive app. Basic overview of our final settings? Our final settings contains-  multiple preference screen  In a previous post, I  cover android settings with a single preference screen (Android App Settings with Preference Fragment Compat). we create 3 screen that's are- General Backup  Advance So we create multiple preference screen in the same XML file...
Read More

Monday, May 15, 2017

Android App Settings with Preference Fragment Compat

May 15, 2017
settings-min
In this post, we will make Android app settings with new Style. We use PreferenceFragmentCompat. Why Preference fragment compact?  Because by using this we can show toolbar on settings activity easily. Before starting to take a look at documentation click here. So we need a separate fragment class. Settings is an activity just like others but we implement fragment here.  Ok, that's...
Read More