Android Open Source - Database write Logix






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Logix.

ItemValue
Java File Count7
Activity Count3
Required Permissionsandroid.permission.INTERNET




Java Source Files

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