Skip to content

This is simple Android application to store user and their vehicle info in localDB (insert, delete and display info) used constraint layout and SQLite for Back-end Database opeations

Notifications You must be signed in to change notification settings

pavvvan/UserInfo

Repository files navigation

An Android application with the following features and functionalities :

Save , display , delete user information form having at least 6 inputs including a mobile number field with proper validations using constraint layout. On submitting, all the information mis stored in a local DB(sqlite) with an auto-generated user_id. Mobile number is unique and it will restrict the user from submitting the form with a mobile number that is already existing in the DB. App shows all the form data submitted in a seperate page with the auto-generated user_id's.

About

This is simple Android application to store user and their vehicle info in localDB (insert, delete and display info) used constraint layout and SQLite for Back-end Database opeations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages