Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.66 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.66 KB

Chungame Android Application

Copyright (C) 2015 Ihub.

Dependencies

  1. Eclipse for Android
  2. Android SDK. Min sdk is 8
  3. Android App Compat version 7
  4. Validation Komensky https://github.com/inmite/android-validation-komensky

Running the project

  1. Start Eclipse
  2. Import the Chungame application:
    1. Click File | Import | Android | Existing Android Code into Workspace
    2. Select RangerApp
    3. Click Finish
  3. Import validation-komensky as a library
    1. Download Validation Komensky
    2. Click File | Import | Android | Existing Android Code into Workspace
    3. Select the validation-komensky project
    4. Click Finish
    5. Right-click on RangerApp, then click Properties
    6. In the project properties window, click the Android section
    7. Add a reference to the validation-komensky project (click Remove to remove any broken references, then click Add to add the correct one)

Your project should now compile.

Structure

You will find the following under the com.ihub.rangerapp package:

  • adapter - Contains utility functions used in the app.
  • data/service - Contains the CRUD and Data export functions.
  • data/sqlite - Contains the schema definition and function for connecting to the sqlite db.
  • loader - Contains functions that load data from the database.
  • model - Contains definitions of tables in the database.
  • view - Contains fragments used in the application.
  • view/reports - Contains fragments for the the report viewer.

Support

For support, contact Ihub - [email protected]