Skip to main content

Posts

Sqlite Database With Cursor Adapter in Android

First Create Database Helper : now in your first layout : res/main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:orientation="vertical"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     >     <ListView     android:layout_height="fill_parent"     android:id="@+id/@android:list"     android:layout_width="fill_parent"></ListView> </LinearLayout> second layout for insert Values: res/inslayout.xml <?xml version="1.0" encoding="UTF-8"?>     <RelativeLayout android:id="@+id/relativeLayout1"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     xmlns:android="http://schemas.android.com/a...

start ActivityforResult in ANDROID also get Data from called Activity

in your first Activity :  in new Activity :  also Add your new Activity in your android manifest file

How RUN ANDROID 3.0 in your windows PC

download this two file from this link : http://code.google.com/p/live-android/downloads/list d ownload software name HI-SPLIT and create ISO ISO file for this two : now use VMware Workstation : 1 create new virtual machine : select your image ISO file: check the output on your  VMware Workstation  : if you like this then please give response. thank you.   DJ

get Call State in ANDROID apps

in your main Activity :  

Horizontal Progress Bar in Android

In your Main Activity:

Ratingbar with ToggleButton example in ANDROID

create ANDROID project with this structure : in your main layout : in your main Activity :

Get IMEI, Phone Number, and SIM information of ANDROID Phone

Use this code for get all information O/P: (in emulator) in Android Phone :