Giter Club home page Giter Club logo

hijrdroid's Introduction

HijrDroid

This is sample android project that uses mybatis for accessing database sqlite in android, several adjustment code in mybatis source to get working on android application. For developer who wants to create multi platform application both on android and desktop using java, just make once for xml mapping file, DAO and model/domain classes.

Library

Testing

This project using Robolectric for unit testing (https://github.com/robolectric/robolectric), its very helping to test all functions from activity as controller to database with Data Access Object (DAO), its faster than using emulator. Three (3) files that you must configure regarding using the testing method, unit testing or emulator/device testing:

  • src/assets/mybatis-config.xml
<property name='url' value='jdbc:sqlite:/data/data/id.co.hijr.app/databases/app.db'/>
  • src/java/id.co.hijr.app.core.MainApp.java
copyDataBase("app.db");
  • src/java/org.apache.ibatis.parsing.XPathParser.java
factory.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);

hijrdroid's People

Contributors

gustaroska avatar

Watchers

 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.