Logix is a simple login and registration system that exposes backend APIs written in PHP (communicating with MySQL database) to an Android application. One of my simple weekend projects for learning purposes..
Logix is hosted in the following web site
https://github.com/Gotti47/Logix
If you think the Android project Logix 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 Logix.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET |
Logix has the following Java source files.
com.logix.logix.ApplicationTest.java com.logix.logix.DashboardActivity.java com.logix.logix.SignInActivity.java com.logix.logix.SignUpActivity.java com.logix.operations.Operation.java com.logix.parser.JSONParser.java com.logix.util.Util.java