20 June 2015

Make Custom Listview with search box

What we will do ? -> We will prepare a custom list with icon and sub-item included with original item in a list. Step 1 : Create a New Application. Click on File->New->Android Application Project. Step 2 : Give a name to your application as CustomListdemo and package name as com.mia.customlistdemo. Click Next continuously and then click Finish. Step 3 : Drag a ListView in the activity_main.xml from Palette->Composite. activity_main.xml <?xml...

Published By:
Yatin Kode
on 20.6.15

14 June 2015

Create a Google Map Application in Android

You must have created the project and obtained the API key for MAP as shown in the previous tutorial. Now we will make the application code. What we will do ? -> Display a Google Map in your android application. What we need ? Google API key Google Play Services enabled device (Mobile phone with Android v4.2 above) Import libraries (Upgraded ADT with Play Services) Step 1 : You may have created your Android Application...

Published By:
Yatin Kode
on 14.6.15

11 June 2015

Create Map API key for including map in android app

What you need? Eclipse with ADT Google Account Step 1 : Open Eclipse ADT and create a new Application. Go to File->New->Android Application Project. Step 2 : Give name to your application (MapDemo) and a package name(com.mia.mapdemo). Remember the package name, it will be needed further. Click Next Step 3 : Go on clicking Next then click Finish. Step 4 : Go to Window->Preferences. Step 5 : Go to Android->Build...

Published By:
Yatin Kode
on 11.6.15

8 June 2015

Make your own Speech Recognition without Google popup

What we will do ? -> We will prepare Speech Recognition application for Android API 17 and above without calling the default Google Speech Recognizer. What we will need ? Eclipse with ADT Android Smartphone with Android version 4.0 OR above. Step 1 : Create a New Application. Go to File->New->Android Application Project. Step 2 : Give a Name to your Application as SpeechRecogDemo and package name as com.mia.speechrecogdemo Click...

Published By:
Yatin Kode
on 8.6.15

1 June 2015

Make Navigation Drawer in Android

What we will do ? -> We will prepare a navigation drawer with a list. The list activity will display a toast on the other fragment. What we need ? Emulator with Android 4 and above v5 Updated SDK. Step 1 : Make a new Android application. Click on File->New->Android Application Project. New->Android Application Project." width="320"> Step 2 : Give a name to your Application as NavigateDemo and package...

Published By:
Yatin Kode
on 1.6.15

Pages (16)Prev 23456 Next