. f July 2012 ~ Android Developers Blog

Monday, 30 July 2012

Google map example in android

Android Google map and Google api key example Hello Friends ,Here I am sharing the full tutorial of How to implements Google map in your android application: Step 1: Creating Key Store  Open the command prompt and follow the steps C:\Mukesh\Android-Sdk\tools>keytool -genkey -v -keystore projectkey.keystore -alias aliasname -keyalg RSA -keysize...

Thursday, 26 July 2012

Phonegap get Latitude and Longitude / PhoneGap Geolocation Sample Application

Hello Friends, With the help Phone Gap Api, You can easily get current position using GPS . To start playing with it, Please have a look at this simple function or Code: // Check if geolocation is available if(navigator.geolocation) { // This is the specific PhoneGap API call...

Monday, 23 July 2012

Android Send and Receive Sms

Hello Friends , Today ,I am sharing a sample application in which we can send and received the sms. 1. SmsActivity.java package com.app; import android.app.Activity; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.telephony.gsm.SmsManager; import android.telephony.gsm.SmsMessage; import android.view.View; import android.widget.Button; import android.widget.EditText; import...

Sunday, 22 July 2012

Creating keystore and google api key for google maps-Android

Open the command prompt and follow the steps C:\Mukesh\Android-Sdk\tools>keytool -genkey -v -keystore projectkey.keystore -alias aliasname -keyalg RSA -keysize 2048 -validity 15000 Enter keystore password: ------------ What is your first and last name? [Unknown]: ------------ What is the name of your organizational unit? [Unknown]: ------------ What is the name of your organization? [Unknown]:...

Tuesday, 10 July 2012

Sending Sms in JAVA

Hello friends have you searching of sending mobile alert or mobile Notification from your Java web Application ? If, Yes then this blog Helps you a lot. While lot of searches I came across to Red Oxygen SMS gateway. It provide a few free messages on the daily...

Tuesday, 3 July 2012

Database in HTML5

Hello Guys, Have you thinking of Creating | Inserting | Fetching of data in HTML5. If yes then this Blog will helps you a lot. Yesterday I worked on a phonegap Application where my need is to provide offline Access to my mobile Apps. Its very Simple using...

 

Copyright @ 2013 Android Developers Blog.