[android-developers] Difference between signed and unsigned response in in-app purchase

2011-11-15 Thread santhosh kumar
Hi, I am getting unencrypted JSON string and signature as response from Market after purchased product. But I am unable to understand difference between signed and unsigned response. But in the in-app documentation they mentioned for developer account without drafting application in market, we wil

[android-developers] Is it possible to write a code from one computer and run emulator in another computer ?.

2011-03-08 Thread Santhosh Kumar
Hi, I have desktop pc (running windows xp) and laptop (running windows 7), the requirement is i want to write a code in laptop and deploy it in desktop ( emulator should run in desktop pc ), and these two computers are connected over LAN. I know that the question is very silly and seems to be

Re: [android-developers] How can i create ListView in tabbed layout ?.

2011-03-07 Thread Santhosh Kumar
7, 2011 at 3:26 AM, Santhosh Kumar > wrote: > > Hi, > > I am trying to create a ListView in tabbed Layout, like the first tab > > contains the list of all songs alphabetically and the second tab contains > > albums in list view..is there any way i can create ListView

[android-developers] How can i create ListView in tabbed layout ?.

2011-03-07 Thread Santhosh Kumar
Hi, I am trying to create a ListView in tabbed Layout, like the first tab contains the list of all songs alphabetically and the second tab contains albums in list view..is there any way i can create ListView in tabbed layout ?. thanks & regards, G.Santhosh Kumar -- You received this message

Re: [android-developers] Re: The Subject this: 11902

2011-03-06 Thread Santhosh Kumar
I think these mails are automated. thanks & regards, G.Santhosh Kumar +91 9966973790 On Mon, Mar 7, 2011 at 11:25 AM, Forest Wang wrote: > How can we filter them out? They are really annoying. > > 2011/3/7 Harsh J > > Some of this also came from Hackbod's address. Looking at the >> 'Orig

[android-developers] Can i manipulate JavaScript events or functions in WebView ?.

2011-03-04 Thread Santhosh Kumar
thanks & regards, G.Santhosh Kumar +91 9966973790 -- 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+unsu

Re: [android-developers] Unable to format the incoming mail messages

2011-03-03 Thread Santhosh Kumar
Yeah, WebView is the right one to show the html data, it is working fine...and also i am able to load the url and post data using webview... thanks & regards, G.Santhosh Kumar +91 9966973790 On Fri, Mar 4, 2011 at 9:11 AM, TreKing wrote: > On Sun, Feb 27, 2011 at 11:50 PM, Santhos

Re: [android-developers] How to implement Calendar App in Android

2011-03-02 Thread Santhosh Kumar
looking at. > > On Tue, Mar 1, 2011 at 9:58 AM, Santhosh Kumar wrote: > >> Hi, >> >> I am working with Calendar functionality in android 2.2 api, and the >> api at that level (level 8) does not contain any Calendar classes to work >> for. so is there an

[android-developers] Where can i find android.provider.calendar package....?.

2011-03-02 Thread Santhosh Kumar
hi, where can i find the android.provider.calendar package in android.jar?. I am unable to find that package in any of the versions...can any one pls help me in getting on with that package.. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] How to implement Calendar App in Android

2011-03-02 Thread Santhosh Kumar
Hi, I am working with Calendar functionality in android 2.2 api, and the api at that level (level 8) does not contain any Calendar classes to work for. so is there any way that i can implement calendar functionality?. thanks & regards, G.Santhosh Kumar -- You received this message becaus

[android-developers] Re: Unable to format the incoming mail messages

2011-03-02 Thread Santhosh Kumar
Hi All, please suggest me on this... thanks & regards, G.Santhosh Kumar +91 9966973790 On Mon, Feb 28, 2011 at 11:20 AM, Santhosh Kumar wrote: > Hi, > >I am a newbie in android, i am developing an app that reads the > mail from INBOX using java mail api and display

[android-developers] Unable to format the incoming mail messages

2011-03-02 Thread Santhosh Kumar
Hi, I am a newbie in android, i am developing an app that reads the mail from INBOX using java mail api and display it. Reading mail was successful, but further displaying those html messages or images is what i am unable to complete it. Please any body help me in thisWhat View i shoul