Create “multipanel” login and remember login info - android?

1 - I agree. They are most likely separate Activities To open another activity, you just use an intent, like this: Intent intent = new Intent(MyActivity. This, NewActivity.

Class); startActivity(intent) 2 - It sounds like the SharedPreferences class is the way to go, but read through the Android documentation for storing data, since there are a number of ways to go about saving data: developer.android.com/guide/topics/data/... developer.android.com/reference/android/....

1 - I agree. They are most likely separate Activities. To open another activity, you just use an intent, like this: Intent intent = new Intent(MyActivity.

This, NewActivity. Class); startActivity(intent); 2 - It sounds like the SharedPreferences class is the way to go, but read through the Android documentation for storing data, since there are a number of ways to go about saving data: developer.android.com/guide/topics/data/... developer.android.com/reference/android/....

Great thanks for the response! Based on your suggestions, I found this article which I'm reading now: linux-mag. Com/id/7498 It looks to do both of what I asked about in my OP.

Thanks again. – Kyle Aug 24 '10 at 15:41.

1) Yes, these are probably separate Activities. There's also a possibility that they're capturing the Back Button press and switching views, but that's a pretty awkward way to do it. 2) You can save the data with SharedPreferences or in an SqLite database.

I've tried adding different panels through Views, but on the apps I described above, when I hit the back button on my phone, it takes me to the previous screen and in my apps, it just takes me out of the app when I hit back (again I'll I've done are add separate views). Can someone point me in the right direction of what I need to do to create a multipanel application that when I click a button, a new panel loads, then when I hit back on the phone, it takes me to the previous panel? 2) one of my panels will be a login page which I will post the log-in credentials via http post to my server for authentication.

I would like to remember the log-in "token" that is passed back to the client so they don't have to log in every time they use my application. Again, referring to some of the apps that I have, they offer this feature but I can not locate anything on the phone where it would be saved. Is this done with xml usually?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions