Re: [android-developers] Re: session management in android

2011-02-16 Thread Nandlal Viranni
If U are using web service or any service then U can do it at server . But there is no facilities in android that automatically handle session , as per my knowledge . On Thu, Feb 17, 2011 at 8:30 AM, TreKing treking...@gmail.com wrote: On Wed, Feb 16, 2011 at 2:41 AM, pramod.deore

[android-developers] Query in calling SOAP based web service in Android

2011-01-26 Thread Nandlal Viranni
Hi All , I am new to Android . I am developing one application . In which , i need to use SOAP based web service. but i am not able to do this task . I need to pass class object as a argumens while calling web service method . And I am getting error regarding Serialize . Now , I change the

Re: [android-developers] yahoo local search xml reply in android

2010-12-31 Thread Nandlal Viranni
Hello , How have you done this local search to find nearest coffee shop or resturant in android ? I want also to do same thing.but i am not able to do this .. I knows how to parse any xml file. can U help me. Thanks in advance . Regards , Nandlal Virani On Wed, Dec 29, 2010 at 10:37 AM,

[android-developers] Emulator for android tablets

2010-12-28 Thread Nandlal Viranni
Hi, Is there any special emulator for Android tablets. Thanks, Nandlal -- 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] List of Android tablets

2010-12-28 Thread Nandlal Viranni
Hi all, Is there any site from which i can know no of android tablets device avilable today and its profile configuration also. Plz help me. Nandlal Virani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] How to exit the application..?

2010-12-28 Thread Nandlal Viranni
Use this.finish() OR activityname.this.finish() method for this. On Mon, Dec 27, 2010 at 2:10 PM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi , I am new to android. How can we exit from application...For example if we have 3 activities each activity consists one

Re: [android-developers] How to store date and time in database

2010-12-28 Thread Nandlal Viranni
On Mon, Dec 27, 2010 at 11:51 AM, pramod.deore deore.pramo...@gmail.comwrote: Hi everyone, In my application I have 2 buttons one for DatePickerand one for Timepicker. Date piker gives me date in this format - 12-27-2010 and time in - 11:48. Now I want to create table to store

[android-developers] Looking for GUI in android tablet

2010-12-28 Thread Nandlal Viranni
Hi All, I am new to Android and I am developing an application for android tablet. but i am facing problem regarding GUI. I want same GUI for ladscape portrait in device. but GUI changes while portrait to ladscape. Is there any solution for this problem ?? OR Is there any good link for this