logo logo
How to Show “What’s New” Dialog in Android App

How to Show “What’s New” Dialog in Android App

As Android application developer  sometimes when we release a new version of our application, we want to provide information to user about what changes have been made or what features have been added...
How to Import Contacts from Blackberry into Android

How to Import Contacts from Blackberry into Android

Nowdays, with the fastest growing of Android and its popularity, many people change their smartphone to Android. One of the most important thing when changing to a new phone is to keep our contacts from...
Coding Tips: How to Use Custom Transition Animation in Android

Coding Tips: How to Use Custom Transition Animation in Android

Android has a set of Animation API that makes you easily create custom animations in your Android application. You can create animations programmatically via Java code or defined them in xml files inside...
Coding Tips: How to Use Custom Font in Android

Coding Tips: How to Use Custom Font in Android

If you are new to Android development and wondering how to use custom font, here is a quick tip to use custom font in your Android application. Using custom font in Android is pretty simple, just copy...
How to Delete Preinstalled Android Application

How to Delete Preinstalled Android Application

When buying an Android phone, sometimes it comes with preinstalled applications either from manufacturer or network operator. These preinstalled applications can not be easily removed from application...
How to Send Image to Twitpic from Android

How to Send Image to Twitpic from Android

Twitpic is one of the most common used image hosting that allows users to easily post images to Twitter and other social media. Twitpic can be used independently of Twitter, in a way similar to Google...
How to Create Android Image Picker

How to Create Android Image Picker

In my previous tutorial on how to select  and crop image on Android, i’ve explained how to create image picker/chooser to select an image from sdcard or camera then crop the selected image. The...
How to Use Facebook SDK to Post Status From Android

How to Use Facebook SDK to Post Status From Android

One of the common features on current mobile application is the ability to share content on social media websites such as Facebook, Twitter and Foursquare. Most of the large social media provide API to...
How to Setup Gmail 2-Step Verification With Android

How to Setup Gmail 2-Step Verification With Android

Ever wonder how terrible if your Gmail got hacked by someone and stole all your work data, bank account, and other important data? That must be a nightmare and nobody  ever wants it to happen. Gmail...
How to Select and Crop Image on Android

How to Select and Crop Image on Android

Sometimes when creating an Android app that includes user profile picture or avatar, we need to include a feature that enables users to select and crop image to update their profile picture. On Android...
bottom