26 May 2017

Add name, icon and permissions to your phonegap app

You must have made html files including index.html file in it as shown in a previous post. Then you zip it, upload it and build it on build.phonegap.com, but the name and icon of yout app does not change. You must add config file to your app to change it. Let me show you how. Step 1 : The sample config.xml file can be found here. You can make changes according to your application. The config file for my app is shown below....

Published By:
Yatin Kode
on 26.5.17

4 April 2016

Make Android app to send email

What we will do ? -> We will ask user to input recipient email id,subject and body of the email, then we will send the mail through a email service present in the mobile. What we will need ? Sample email-id, subject and message for the email 3 EditText and 1 Button Additions in MainActivity.java Step 1 : Create a new application. Go to File->New->Android Application Project. Step 2 : Give a Name as SendEmail...

Published By:
Yatin Kode
on 4.4.16

10 January 2016

Make homescreen widget of android app

What we will do? -> We will make a sample homescreen widget with text, image and button. What we will need? activity_main.xml mywidget.xml Changes in MainActivity.java Changes in AndroidManifest.xml Step 1 : Create a new application. Go to File->New->Android Application Project. Step 2 : Give name as SampleWidget and package name as com.mia.samplewidget. Then click Next continuously.  Click Finish Step...

Published By:
Unknown
on 10.1.16

26 November 2015

Launch system apps from your Android app

What we will do? ->We will launch default (in-built) calculator in the android app you have made. What we will need? Button in activity_main.xml Emulator or mobile with default calculator Changes in MainActivity.java Step 1 : Create a new application. Go to File->New->Android Application Project. Step 2 : Give a Name to your application as LaunchDefault and package name as com.mia.launchdefault. Then click Next...

Published By:
Yatin Kode
on 26.11.15

22 October 2015

Make Custom Circular progress bar with percentage in android

What we will do? -> We will make a circle progress bar with increasing percentage in between the circle. What we need? attrs.xml MainActivity.java MeterView.java activity_main.java Step 1 : Create a new Project. Go to File->New->Android Application Project Step 2 : Give a name to your application as CircleProgress and package name as com.mia.circleprogress. Click Next continuously Click Finish Step 3 :...

Published By:
Yatin Kode
on 22.10.15

Pages (16)123 Next