Android
-
Android ViewPager Example
One of the most popular views in Android is the ViewPager, a view that helps us slide from one “screen”…
Read More » -
Android RecyclerView Example
For years now, in Android, if you wanted to create an application that uses lists to display data, the most…
Read More » -
Android Start Service on Boot Example
In the mobile device world, many times, we may need to make an application that has to do some tasks…
Read More » -
Android Custom Font TextView
In Android Development we do not have the option to use any other custom font in our default TextView in…
Read More » -
Android Twitter Login and Twitter Post Example
Twitter has recently released a new software development kit. It’s name is Fabric and it provides a set of crash…
Read More » -
Building Android Applications with Gradle
Gradle is an advanced build system as well as an advanced build toolkit allowing us to create custom build logic…
Read More » -
Android Project migration from Eclipse to Android Studio
Android Studio is the official IDE for Android development, and with a single download includes everything you need to begin…
Read More » -
Android Google Maps v2 Tutorial
The great power of mobile applications software, is that it gives us the opportunity to develop many ideas that use…
Read More »