Flip animation in Android
I love animations. Let’s see the video first. If you are excited, go peek at the code. In this example, the main layout contains two ImageView widgets with two different… Read more »
I love animations. Let’s see the video first. If you are excited, go peek at the code. In this example, the main layout contains two ImageView widgets with two different… Read more »
Intents or Intent messaging is the Android’s way to pass messages/information to various components of Android. An Intent object contains information that the target component can act upon. Through Intents,… Read more »
The default title bar for the apps might not suit the theme of your app. You also might want to add a few more things to the title bar which… Read more »