How to include external jar file in eclipse for Android: Create libs folder in project’s root directory, if libs folder is not exist. Right click on your project click on New and Folder
Tag Archives: eclipse
Write your own Background Service in Android
Service: is one of core component of Android. Service have not any user interface, like dialogboxe or buttons etc. Service runs in background. We use service for long process like fetch long (time consuming) data from network, play sound in background or some process where user interaction is not necessary.
Android DatePicker Dialog
Android DatePicker: In this session will learn to use DatePicker. Create new project in eclipse (Android-First-Programm). In res -> layout open “activity_main.xml” and use button.
Android TimePicker Dialog
Android TimePicker: In this session we will learn to use TimePicker. Create new project in eclipse (Android-First-Programm). In res -> layout open “activity_main.xml” and use button.
Android WebView
Android WebView:In this session will learn use of simple WebView.
Android Simple ListView
In this session will learn use of simple ListView. Simple ListView means we will use built in list row or layout.
Android Button
In this session will learn to create Button. Create new project in eclipse (Android-First-Programm). Click on res folder and then layout, now open required xml where you want to use button.
Android First Program
First Program in Android (using Eclipse) Run Eclipse Click on File menu, select New. From sub menu of new click on Android Application Project.
Setting Up Android Emulator Advance Features
In this tutorial you will learn advance configuration of Android emulator (Android Virtual Device), like to if you have not android device and want to use SD Card on emulator or want to use other hardware like camera or battery support etc.
Setting Up Android Emulator (Eclipse)
To test android programm its necessary to run it on android device or on Android Virtual Device (AVD) called emulator. Follow these steps to create AVD.