Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to create a login and sign up forms in android using visual studio.

I want to take a database so that users will be stored in database.

Would u please explain me how to create it.
Posted

1 solution

By your question, it seems you are a newbie, I would say sorry if my understanding is not correct.

Please check below links that would help you a lot.
xamarin started with android 1
xamarin started with android 2
xamarin started with aandroid 3

Regarding database, source of data of an android app is not traditional SQL server or Oracle directly. Rather android apps have an in build sqllite database option otherwise it uses JSON data/XML data through web service. But by your question, I would say, try to get an hands on how an activity works, what is android app life cycle. You can pick up data handling afterwards.

Let me know if that helps.
 
Share this answer
 
Comments
TarunKumarSusarapu 12-Dec-15 1:21am    
Thanks a lot.It helped me a lot.Can u please provide the links for examples to interact with database

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