A simple app that allows the user to register, login, update and delete a user using this API https://github.com/maigfrga/flask-user-api.
Android-Flask-Example is hosted in the following web site
https://github.com/Efor18/Android-Flask-Example
If you think the Android project Android-Flask-Example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Flask-Example.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Android-Flask-Example has the following Java source files.
com.example.flaskusers.activity.DetailActivity.java com.example.flaskusers.activity.LoginActivity.java com.example.flaskusers.activity.MainActivity.java com.example.flaskusers.activity.RegisterActivity.java com.example.flaskusers.comm.CommUtils.java com.example.flaskusers.comm.CommunicationManager.java com.example.flaskusers.comm.CommunicationResponse.java com.example.flaskusers.comm.JSONManager.java com.example.flaskusers.model.User.java