[android-beginners] integrating gmail in android app

2010-03-01 Thread gganesh
Hi group, I need the user to login to gmail within my app ,as they login ,a hard coded message is send to the To address they have entered and return's back to my view . How is this possible in android ganesh -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: integrating gmail in android app

2010-03-01 Thread gganesh
already entered the subject and text field ,is there any option to send email at one click.In this case first i have to chose mail or message option then it takes me to another screen where we can enter subject and text .I need to skip those two steps ,any options On Mar 2, 6:28 am, gganesh ganesh

[android-beginners] google gdata Calender api problems with android

2010-02-22 Thread gganesh
Hi group, I trying to use Datepicker widget to select the date and pass to google gdata api to fetch calender events private DatePickerDialog.OnDateSetListener mDateSetListener = new DatePickerDialog.OnDateSetListener() { public void onDateSet(DatePicker view, int

[android-beginners] Why I couldn't retrieve the phone number from intent in onReceive of BroadcastReceiver

2009-09-09 Thread gganesh
hi, This is a simple application which sends group sms (a group consist only 5 phone numbers )and i have registered a Broadcast to announce as sms is send .here i need to display the number to which the sms is send ,how to do that here is my code # In onCreate() button is pressed it triggers

[android-beginners] LocationManager.getLastKnownLocation(gps) returns null instead of location object

2009-08-28 Thread gganesh
hi, locationmanger = (LocationManager)getSystemService (Context.LOCATION_SERVICE); location =locationmanager.getLastKnownLocation(gps); Log.v(TAG,location obj+location); The Log shows null instead of location object I am using emulator to test my code ,I have written appropriate permissions,i

[android-beginners] Re: Understanding onKeyDown

2009-04-23 Thread gganesh
method onKeyDown is called only once for the very first-time hit on the key.why is this varied behavior. On Apr 22, 5:42 pm, Mark Murphy mmur...@commonsware.com wrote: gganesh wrote: I wrote a simple program using SimpleAdapter to populate list view .To do this i modified the existing notepad

[android-beginners] Understanding onKeyDown

2009-04-22 Thread gganesh
hi, I wrote a simple program using SimpleAdapter to populate list view .To do this i modified the existing notepad example and try using onKeyDown instead of onCreateOptionMenu .Here i can activate the onKeyDown method for first time only,for the second press, on the appropriate key, the

[android-beginners] Re: Problem with Emulator

2009-03-30 Thread gganesh
. If it doesn't, try re-downloading the SDK. If that doesn't solve the issue, let us know by giving us as much detail as possible as to what you do to build/install/start your application. On Mon, Mar 30, 2009 at 6:03 AM, gganesh ganesh@gmail.com wrote: hi , I could launch any

[android-beginners] Problem with Emulator

2009-03-29 Thread gganesh
hi , I could launch any application on emulator has it shows error like ERROR/mountd(19): could not read initial mass storage state ERROR/flash_image(28): can't find recovery partition DEBUG/AndroidRuntime(23): AndroidRuntime START DEBUG/AndroidRuntime(23): CheckJNI is ON

[android-beginners] Can we get the Cursor Object in a Service

2009-03-26 Thread gganesh
Hi group, I need to access contact list from the Service ,how to get the Cursor object In Activity we write Cursor c=managedQuery(Contacts.People.CONTENT_URI,null,null,null) What can i do to get the cursor in a Service . Thanks --~--~-~--~~~---~--~~ You received

[android-beginners] How can my application be intimated whenever i edit my contact list

2009-03-24 Thread gganesh
Hi group, I need to generate an xml file every time for the details in the contact list when there is a new addition or when i edit my contact list .Is there any listener available to invoke a callback method when changes happen to my contact list? Thanks

[android-beginners] As the Key is pressed the onKeyDown method is never called

2009-03-20 Thread gganesh
Hi , I wrote a custom view where i use onDraw() to apply a color and call a method insert() to do some modification and call invalidate in insert() method to redraw ,so onDraw and insert method will be calling recursively .I wrote a onKeyDown method but this is never called as i press the

[android-beginners] problem with Could not find helloAndroid.apk!

2009-02-18 Thread gganesh
hi , I'm using Ubuntu with Eclispe 3.4 and Android SDK 1.0 and sun-java 1.6 my keytool is pointing to java.1.6/bin/keytool when i launch my application i get an error like [2009-02-18 17:25:16 - hello] Android Launch! [2009-02-18 17:25:16 - hello] adb is running normally. [2009-02-18 17:25:16 -