I have knowledge of Android that 0 ... I was given a task:
Write an application where you can register users, after registering should go to the page where there is a list of registered users. Clicking on a user should go to the user's page, where there is information about him (the name is date of birth, all that he specified during registration). That's all)
- Login page
- Registration page
- User list page
- User info page
Please tell me what to use as a technology? And which database should I use SQLite or MySQL?
And where can I see fit tutorials for such exemplary tasks? I learned a little to write simple programs in a couple of days, only this knowledge is not enough for such a task ..