[android-developers] Opening .msg file(Outlook item file) in android programmatically

2012-11-19 Thread Nandagopal T
Hi All, Could anyone share their thoughts on this query. http://stackoverflow.com/questions/13383318/opening-msg-fileoutlook-item-file-in-android-programmatically Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] parsing json data in android

2011-05-25 Thread Nandagopal T
Yeah, mark is right. Its a JSONArray. On Wed, May 25, 2011 at 11:48 PM, Mark Murphy mmur...@commonsware.comwrote: The error message is correct. final is not a JSONObject. It is a JSONArray. You can tell that by the square brackets, instead of braces. On Wed, May 25, 2011 at 1:57 PM,

Re: [android-developers] Problem installing android sdk in ubuntu 10.10

2011-04-28 Thread Nandagopal T
Hi, Try with this, https://dl-ssl.google.com/android/eclipse/ Thank you With Regards, Nandagopal T On Sun, Apr 24, 2011 at 3:56 PM, Saurav to.saurav.mukher...@gmail.comwrote: Hi all, I am trying to install android sdk, but the for every try, the android sdk manager gives this error

[android-developers] Displaying the Image in the screen center using Canvas

2011-04-20 Thread Nandagopal T
I am using the canvas to display an image in Android. I want an image to occupy the center of the screen irrespective of the sizes of the screen. So how could i achieve it. This is the snippet that i tried with, Please let me know your ideas too. @Override protected void onDraw(Canvas

Re: [android-developers] Re: Application not installed

2011-04-20 Thread Nandagopal T
Hi bob, You can find the logcat in the DDMS perspective, check whether you have it in your top right most corner of your eclipse. (or) Window - open perspective - others - DDMS - you can find the log cat in that . Cheers With Regards, Nandagopal T On Wed, Apr 20, 2011 at 12:33 AM, bob b