Copyright (C) 2015 Ihub.
- Eclipse for Android
- Android SDK. Min sdk is 8
- Android App Compat version 7
- Validation Komensky https://github.com/inmite/android-validation-komensky
- Start Eclipse
- Import the Chungame application:
- Click File | Import | Android | Existing Android Code into Workspace
- Select
RangerApp
- Click Finish
- Import
validation-komensky
as a library- Download Validation Komensky
- Click File | Import | Android | Existing Android Code into Workspace
- Select the
validation-komensky
project - Click Finish
- Right-click on
RangerApp
, then click Properties - In the project properties window, click the Android section
- 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.
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.
For support, contact Ihub - consulting@ihub.co.ke