[android-developers] Re: Session management in android application

2013-04-24 Thread Piren
Android isnt a web server, it doesn't have the concept of Session not its memory/cache management system. It does have other ways of having data persistency. But it does make me wonder, do people even read the instructions/tutorials, or do you guys just start Eclipse and assume it will feed

Re: [android-developers] Re: Session management in android application

2013-04-24 Thread Mukesh Srivastav
Did i say that Android is a webserver , i talked about the session managment can be implmented on Android and the server side(Webserver) On Wed, Apr 24, 2013 at 12:44 PM, Piren gpi...@gmail.com wrote: Android isnt a web server, it doesn't have the concept of Session not its memory/cache

Re: [android-developers] Re: Session management in android application

2013-04-24 Thread Piren
I didnt reply to you, i replied to the guy with the question. Work on your thread navigational skills. On Wednesday, April 24, 2013 12:03:07 PM UTC+3, Mukesh Srivastav wrote: Did i say that Android is a webserver , i talked about the session managment can be implmented on Android and the

[android-developers] Re: Session management in android application

2013-04-23 Thread Indicator Veritatis
Have you looked at the tutorial on Android session managment using Shared Preferences at http://www.androidhive.info/2012/08/android-session-management-using-shared-preferences/ ? On Tuesday, April 9, 2013 1:47:34 AM UTC-7, rohan.d...@gmail.com wrote: Hi I have one application build on

Re: [android-developers] Re: Session management in android application

2013-04-23 Thread Mukesh Srivastav
Sessions can be implemented on Server and client side. let' say,everytime you login into the application, The client can create a session in the sharedpreference and also the server can delete the existing session and create a new one on every login. Hope it helps. -- Warm Regards, *Mukesh

[android-developers] Re: session management in android

2011-02-17 Thread pramod.deore
Ok Thanks for your information, But it will be great if someone provide link from where to start? On Feb 17, 10:09 am, Nandlal Viranni nandlal.phys...@gmail.com wrote: 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

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

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 4:41 AM, pramod.deore deore.pramo...@gmail.comwrote: But it will be great if someone provide link from where to start? http://www.google.com/ http://www.google.com/That's where I always start.

[android-developers] Re: session management in android

2011-02-16 Thread pramod.deore
I mean I want to develope an application in which user enter user name and password and hit the login button. If user enter both the field correct then - Returns the session id on successful login. Now user can hit other links of that application and if user logout from that application and

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

2011-02-16 Thread TreKing
On Wed, Feb 16, 2011 at 2:41 AM, pramod.deore deore.pramo...@gmail.comwrote: But how it is done in android? Read the documentation, play with some samples, then when you have a grasp of how Android works, implement exactly what you described.

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