#Mongolduu Android App
Open source android app for Mongolduu. This app can be downloaded on the Android Market.
- Copy the content of the directory mongolduu/testserver to a webserver. (Needed:
php5-sqlite
,php5-json
,php5-curl
) - Make the directory on the webserver writeable:
chmod a+w testserver
- Make the sqlite database file writeable:
chmod a+w mongolduu.sqlite
- Clone the project:
git clone https://github.com/tugstugi/mongolduu.git
- Clone GreenDroid library:
git clone https://github.com/cyrilmottier/GreenDroid.git
- Import GreenDroid/GreenDroid in Eclipse.
- Import mongolduu/mongolduu in Eclipse.
- Change the test server url in
com/mongolduu/android/ng/IMongolduuConstants.java
Erdene-Ochir Tuguldur [email protected]