[android-developers] Help me with JSON Objects

2012-06-19 Thread aishwarya shukla
) { Log.i(Error,IO); } catch (JSONException e) { Log.i(Error,JOSON); } } On Tue, Jun 19, 2012 at 7:09 PM, aishwarya shukla aishwaryashukl...@gmail.com wrote: -- Forwarded message -- From: aishwarya shukla aishwaryashukl...@gmail.com

[android-developers] Looking for Unlocked CDMA Android Phones or any high-end Android CDMA phone that works in India (Band 800 Mhz) eom

2012-06-04 Thread aishwarya shukla
-- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] someone please help me with these issues.

2010-05-11 Thread aishwarya shukla
1. I am using a Broadcast Receiver which acquires a static WakeLock, then immediately starts an activity which starts a media player instance inside its onCreate, at the last line of OnCreate i have released the static wakelock which i had acquired in the BroadCastReceiver. Everything seems to

[android-developers] How to speed up the browser of the Android Emulator for 2.1

2010-02-22 Thread aishwarya shukla
Hello, The internet browser works very slowly inside the emulator for Android 2.1 AVD. I tried using -netfast switch also while launching the emulator, but it doesnt help much. The same websites when i open in my Browser from my desktop , it opens very fast, and the same website inside emulator

[android-developers] How to start another application from my activity.

2010-02-21 Thread aishwarya shukla
I want to know if there is any way to start another application from within my application. Specifically i am trying to a have a shortcut (button) to Google Maps Application within my application. Also is there any way to start another process from within my android appplication? Regards,

[android-developers] Help me in TextMessage and DataMessage

2010-02-01 Thread aishwarya shukla
Hello Everyone I am unable to use the sendTextMessage Function of the smsManager class successfully. The other emulator is not reporting the message received. No notification comes on it. However i am able to send the Text Messages normally using the built in Messaging App in the Application.

Re: [android-developers] VerifyError - how can I solve this error?

2010-02-01 Thread aishwarya shukla
Hello Everyone I am unable to use the sendTextMessage Function of the smsManager class successfully. The other emulator is not reporting the message received. No notification comes on it. However i am able to send the Text Messages normally using the built in Messaging App in the Application.