A demo app for RBK's alumni - cohort2 - May 2017. This demo created by with native Android SDK and JAVA. The demo contains :
-
Splash screen
-
Storing data in local storge inside the device (SQLite) using SQLiteOpenHelper Class
-
Dealing with the following controllers:
- TextView
- EditText
- RadioButton
- Radio Group
- CheckBox
- Button
- ImageView
- Spinner
-
How to create a nested layout (LinearLayout)
-
How to store data with sharedPrefrence
-
Login / Signup Users - You can check the complete Android's API refernce : https://developer.android.com/reference/packages.html
-
Fork the repo
-
Clone the repo
-
Open the Project with Andorid Studio
-
To download the Andorid studio for your OS: https://developer.android.com/studio/index.html
-
Make sure you have Java installed on your system by using the command in your terminal : java -version
-
Modify the build.gradle according to your SDK and build tools