GithubHelp home page GithubHelp logo

mithujosecreate / glexp-team-kitkitschool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xprize/glexp-team-kitkitschool

0.0 0.0 0.0 145.23 MB

License: Apache License 2.0

Java 9.85% CMake 0.46% C++ 55.07% Objective-C++ 0.19% Makefile 0.37% C 32.42% Objective-C 0.01% Shell 0.24% M4 0.14% HTML 1.14% CSS 0.02% Python 0.03% Inno Setup 0.06%

glexp-team-kitkitschool's Introduction

Kitkit School

Kitkit School (phase 3) consists of 13 apps as following:

  1. Launcher
  • A home screen app, from where other apps are launched.
  1. Lock Screen
  • This app appears when the device wakes up.
  • The device will be unlocked by touching the Kitkit School icon in the middle.
  1. Library
  • A collection of videos and books for children to enjoy.
  • Video will play in place, while a separate book viewer will open to read a book.
  1. Book Viewer
  • Book viewer app, which reads aloud most of books. The app will also read each word when one is touched.
  1. Main App
  • Main learning app with tailored curriculum.
  1. Blackboard
  2. Drawing
  3. Drum
  4. Marimba
  5. Writing Board
  6. Sea World
  7. Voice Engine (for English only)
  8. gallery
  • Additional tools/toys as rewards

Most of the apps above share code from kitkitshcoollogger

  1. KitkitSchoolLogger
  • not a stand-alone app, but the code is shared among other apps

Book Viewer and MainApp are made upon cocos2d-x engine, while others are native Android apps written in Java

Build Environment

Android studio and Android NDK is necessary to build the APKs. Be sure to use the specified versions mentioned below, to avoid errors. Android studio will also ask to install the relavent SDKs and build tools that are missing - please install them along the way.

  1. Download Android Studio
  1. Download Android NDK (r14b, except for voice-engine which uses r16b)

Copy Resources/Engine Files

Download the relavent resources/3rd party files from the release assets (v1.3)

  • to build "mainapp", place the resources/3rd party files in the following folders

    • cocos2d ROOT/mainapp/cocos2d
    • common resources (mainapp_resources) ROOT/mainapp/Resources
    • language specific resources (pick only one)
      • mainapp_en_us (for English) ROOT/mainapp/Resources/localized/en-us
      • mainapp_sw_tz (for Swahili) ROOT/mainapp/Resources/localized/sw-tz
  • to build "seaworld", place the cocos files in the following folder

    • cocos2d ROOT/seaworld/cocos2d
  • to build "bookviewer", place the cocos files in the following folder

    • cocos2d ROOT/bookviewer/cocos2d
  • to build "library", pick (only) one of the language specific resource files in the following folder

    • library_en_us (for English) ROOT/library/localized/en-us
    • library_sw_tz (for Swahili) ROOT/library/localized/sw-tz

Build the APKs

Build with Android Studio

  • don't forget to set the NDK folder
  • set the appropriate 'Build Variant'
    • mainapp : generalDebug
    • launcher, library, bookviewer : swahiliDebug or englishUSDebug (or englishDebug)
    • others : debug
  • build variant of kitkitlogger will be set automatically (release)
  • from the top menu, choose Build > Build APK

The resulting APK will be generated in app/build/outputs/apk/[appname]-[language]-debug.apk

Install & Run the APKs

Install all the APKs, then start the Kitkit Launcher to explorer.

  • Please make sure there is enough storage on the device.
  • Most of the APKs will not show up in the android (default) launcher.

glexp-team-kitkitschool's People

Contributors

todoschool avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.