-
Notifications
You must be signed in to change notification settings - Fork 2
Home
TapeshSharma edited this page Oct 24, 2012
·
3 revisions
Welcome to the Android_LoginForm wiki!
What is the Android_LoginForm?
- This is a login form which is created on Android platform.It has all functionality of a login form. If any one wants to give a login functionality to their application, so they can use this as the plug- in to application.It also have he database of it's users who are using it.
How is it works?
- This form is very easy to use. It contains some windows as given below:-
(A) Home - Welcome page/ Login page - having 4 things
(i) Username
(ii) Password
(iii) Submit Button
(iv) Create Account Button (B)Account- Account Creation Page - having 6 things (i) Username (ii) Password (iii) Name (iv) Address (v) Mobile No (vi) Submit Button (C)Join- This window comes after successful creation of account over this login form. (D)Success- This window will come in role when a user have successful login with there username and password.
What are things use to make this application.
-
I create it on android platform so first of all whole Android development environment is must. then i created 6 java files and 4 .xml files. (A) Java Files- LoginDatabaseHelper.java LoginDatabaseOpreation.java LoginActivity.java Account.java Success.java Join.java (B) .xml Files- login_activity.xml account.xml success.xml join.xml
Then all entries into the Androidmanifest file. All string values put into the string.xml file. All database connection and handling done by java classes.
If any Suggestion.
- All techies I created it with all functionality, but if I missed someone then please update me or you can put whole code after updating.
Thanks & Regards Tapesh Sharma