5 October 2015

Dialog Prompt before closing app

What we will do ? -> We will use the default hello world application, if the back button is pressed then there will be a dialog box displayed whether to close the application. What we will need ? Dialog Box Changes in MainActivity.java Step 1 : Create a new Application. Click on File->New->Android Application Project. Step 2 : Give a name to your application (ExitPrompt) and package name as (com.mia.exitprompt)....

Published By:
Unknown
on 5.10.15

15 September 2015

First Phonegap app using Applaud plugin in eclipse

So you have downloaded the applaud plugin by following the previous post. What we will do? -> We will learn how to run the default phonegap (cordova) app which covers all the functionality of phonegap. What we will need ? Eclipse ADT Emulator of API 15 or above. Applaud plugin installed Step 1 : Click on the applaud plugin installed from the previous post. Step 2 : You can use built-in phonegap which is upto v1.41...

Published By:
Yatin Kode
on 15.9.15

26 August 2015

Add phonegap (cordova) Applaud plugin for android to eclipse adt

You do not have to write commands to make your phonegap (cordova) application, you can use this plugin to directly create your phonegap application with a single click. What we will do? -> We will install Applaud plugin in eclipse so that you can create your phonegap application with just a click. What we need? Eclipse with ADT Internet connection Emulator of API 12 or above Step 1 : Start your Eclipse. Go to Help->Install...

Published By:
Yatin Kode
on 26.8.15

12 August 2015

Track SeekBar Progress in Android

What we will do ? -> We will build a Seekbar in our application. A Toast will be used to get the value of the seekbar. What we will need ? SeekBar in activity_main.xml MainActivity.java Step 1 : Create a new application. Go to File->New->Android Application Project. Step 2 : Give a name to your application (SeekBarDemo) and package name (com.mia.seekbardemo).Click Next continuously. Click Finish. Step 3...

Published By:
Yatin Kode
on 12.8.15

4 August 2015

Custom ListView with Image and SubItem

We will learn to navigate to a new page by clicking on list item. I will consider a Custom List from the one of the previous post. What we will do? -> We will make a list with some items. When we click on a list-item we will traverse to a specific page. What we will need? activity_jaguar.xml (newly added) MainActivity.java (changes required) Jaguar.java (newly added) AndroidManifest.xml (changes required) Note...

Published By:
Yatin Kode
on 4.8.15

Pages (16)Prev 1234 Next