Skip to content

This is a joint project between iHub, MIT Media Lab and Wildlife Works‘ local project in the corridor between Tsavo East and Tsavo West national parks. Last year the iHub hosted the MIT Media Lab for their off-site visit to Kenya. During this period, we managed to make a joint trip to Wildlife Works offices — located in the crucial migratory cor…

iHub/chunga.me-App

Repository files navigation

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 - consulting@ihub.co.ke

About

This is a joint project between iHub, MIT Media Lab and Wildlife Works‘ local project in the corridor between Tsavo East and Tsavo West national parks. Last year the iHub hosted the MIT Media Lab for their off-site visit to Kenya. During this period, we managed to make a joint trip to Wildlife Works offices — located in the crucial migratory cor…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages