activity
-
Android Activity Transition Example
The transitions between different Android Activites consist of animations that are used when we enter and exit a specific Activity.…
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 TimerTask Example
In this example, we are going to see, how a java.util method, can help us deal with timer recurring tasks…
Read More » -
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 » -
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 »