Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I am trying to set up my Android App so that after a User logs in successfully, I am then able to retrieve the ID for that User from my SQLite database. I then want to be able to pass that ID to the next Activity so as to be able to display related data for that ID in a ListView.

Any help or code examples would be greatly appreciated, Thanks
Posted
Comments
bbirajdar 10-Mar-13 0:22am    
Oksy..I have started studying your requirements now.. May be I can come up with some questions and some answers in a day or two..
agnesn88 13-Mar-13 2:15am    
You can use the Context.User.Identity.Name to get the user name. If you use the Membership feature you can also use the GetUser method of the Membership class to get a MembershipUser to get information about the current logged in user.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900