I would like to build an application with registration, but there is simply no way how to implement it. How to create a registration in the application for android? Also how to make automatic authorization of the application? Is there any specific algorithm?
Closed due to the fact that the question is too general for the participants VenZell , Shwarz Andrei , YuriySPb ♦ , zRrr , aleksandr barakin 27 Mar '16 at 14:24 .
Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .
2 answers
I'm afraid some big algorithm can not do ....
And Java alone will not be enough ....
Here is a strong article to help you: http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/
Ps If you figure it out and set it up, then you will be happy :)
I already gave the answer with the algorithm to the question about automatic authorization here: How to check that the user logged in?
- So you can write a backend on Spring.io. Although it may be faster on php - Maksym Suprunenko
- Create registration screen
- When you enter your login and password, save information from the user in the database (before that you need to create a database). Either save the values in SharedPreferences.
- User is registered, PROFIT