Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aibolik/androidserverinteraction
Example of interaction between application and site, using JSON
https://github.com/aibolik/androidserverinteraction
Last synced: about 2 hours ago
JSON representation
Example of interaction between application and site, using JSON
- Host: GitHub
- URL: https://github.com/aibolik/androidserverinteraction
- Owner: aibolik
- Created: 2014-05-26T15:20:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T15:58:34.000Z (over 10 years ago)
- Last Synced: 2024-11-05T16:09:30.969Z (about 2 months ago)
- Language: Java
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AndroidServerInteraction
========================Example of interaction between application and site, using JSON
First of all, you need to import android project to your workspace. Then put the folder "android_connect" to your server. And in the file "db_config.php" you can configure your database preferences. In your server in MySQL you should create database named "androidhive" as you see in "db_config.php" file. Or you can change it right there. Then create tables with appropriate columns looking to source files. Then you can run android project on emulator(or on phone, wherever you want), and test how it works.