activity
-
Android
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
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 » -
activity
Launching new activities with intents
In Android you will frequently come up will a need to launch a new Activity from inside your own Application.…
Read More » -
activity
Main Activity UI example
One of the most basic steps you have to take when developing an Android Application is the design and the…
Read More »