Android application often needs settings that allow users to modify preferences in app. Android provides a powerful framework to manage user preferences. It allows us to define the way we want preferrences and it automatically generates UI for that. All we need to do is to simply use it in our app.Let us see in this tutorial how to integrate Android's Preference framework (PreferenceActivity) ...
If you are an Android developer then you are already taking lot of screen shots of your app. For documentation purpose or for putting it in Google Play market. Taking screen shots of Android in phone is easy in today's smart phones like Samsung Galaxy series. But most of the time we would need to grab the screen from Android emulator.Here's a simple but ...
By default when you create an Android Virtual Devices (AVD) in Android, the Camera is disabled. So if your application uses Camera API, it might not work properly in Android Emulator. Also SDCard must be defined in emulator in order to use Camera.To enable Camera in your Android Emulator, just add following highlighted code in your AVD's config.ini file. You can find the config.ini ...
This tutorial is going to be five minute long procedure which will show you how to add Google Android development tools (ADT) plugin into your Eclipse IDE.This tutorial uses Eclipse 3.3.2 europa that comes with fedora 9 and Android's latest SDK version 1.1.You can download latest version of Eclipse IDE from
here. and Android ...
Android Developers Blog
annouced today the availability of Android 1.5 SDK. Although this version seems to be complete and finish, Google warns it might change few APIs.The Android 1.5 platform will include many improvements and new features for users and developers. Additionally, the SDK itself introduces several new capabilities that enable you to ...