Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

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...