Making a Settings Screen in Android app

Every app in android requires certain settings for user choose and modify the way it works. The best way or the android way to handle this is using a PreferenceActivity.

Sending Email from Android in Background (Without user interaction)

Normally when you send email using android you rely on preinstalled apps like Gmail etc. But what if you want to send an email from inside your app without user interaction?? Read on to find the easiest method to do so...

Using Tabs in Android to switch between Layouts

Tabs are the most exclusive views in android operating system. They help us to define several layouts according to user's choice in our app. This is a must read for android developers out there to enhance their app UIs.

Making Sliding Views in Android (using ViewPager)

Sliding Layouts in your android app utilizes the swapping touch by the user to change the layout of your app.