All Projects → tangqi92 → Mygreendao

tangqi92 / Mygreendao

A simple demo of GreenDAO.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mygreendao

Geopackage Js
GeoPackage JavaScript Library
Stars: ✭ 191 (-5.91%)
Mutual labels:  demo
Mocapnet
We present MocapNET2, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance (70 fps in CPU-only execution).
Stars: ✭ 194 (-4.43%)
Mutual labels:  demo
React Leaflet Demo
Demo of a Leaflet map created with React
Stars: ✭ 200 (-1.48%)
Mutual labels:  demo
Pytorch Cpp
PyTorch C++ inference with LibTorch
Stars: ✭ 194 (-4.43%)
Mutual labels:  demo
Awesome Spring Boot
springboot 各种资料整理(demo、教程、网站、starter文档等),持续更新,欢迎pr。
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Demo Project
存放学习过程中的demo项目,别光fork,顺便点下⭐哦
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Esp8266 Demos
ESP8266示例工程集合
Stars: ✭ 190 (-6.4%)
Mutual labels:  demo
Rn Wunderlist
Wunderlist Clone written in React Native
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Demo Html Css
超好看的前端模板(学习用)
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo
Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (-1.48%)
Mutual labels:  demo
Lwjgl3 Demos
Demo suite for LWJGL 3
Stars: ✭ 192 (-5.42%)
Mutual labels:  demo
Fermionjs
Visual Prototyping Tool for React Applications
Stars: ✭ 197 (-2.96%)
Mutual labels:  demo
Web Push Book
Web Push Book
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo
Jsstudy
Study JavaScript
Stars: ✭ 192 (-5.42%)
Mutual labels:  demo
Seniverse Api Demos
心知天气 API 产品使用调用示例
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Babypiganimation
基本动画、位移动画、缩放动画、旋转动画、组动画、关键帧动画、贝塞尔曲线、进度条动画、复杂动画、OC动画、aniamtion、basicanimation等。
Stars: ✭ 192 (-5.42%)
Mutual labels:  demo
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Diffutil Sample
Android sample app in Kotlin showing usage of DiffUtil class.
Stars: ✭ 202 (-0.49%)
Mutual labels:  demo
Dekryptize
A ncurses animation to make decryption look like, well, decryption.
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Preact Redux Example
🔁 Preact + Redux Example Project
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo

MyGreenDAO

MyGreenDAO 是我在学习使用 ORM 框架 greenDAO 时在官方提供的 Example Project 上精简出来的 Demo,为此添加了详细的注释说明,旨在帮助大家能快速了解、上手使用并扩展 greenDAO。我会持续跟新 MyGreenDAO,不断优化与添加新的功能,欢迎大家 Fork 与 Star 。

screenshot

Demo is still in development so more features will be added soon

Usage

Dependency - 依赖

  • Java Development Kit (JDK) 8 +
  • com.android.tools.build:gradle:1.2.3
  • Android SDK
    • Android SDK Build-tools 22.0.1

Build - 构建

git clone https://github.com/tangqi92/MyGreenDAO.git

用最新的 IntelliJ IDE 导入工程(Import Project),然后等待 IDE 下载 gradle 和依赖包即可

This project uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

对啦,是时候和 Eclipse 说拜拜了,赶紧拥抱 Android Studio 吧:D

Modify - 修改

如一切正常(compileSdkVersion 与 buildToolsVersion 等需根据自己实际情况更改),你只需要修改 ExampleDaoGenerator 类中如下这条语句,"..."替换为你实际的存放目录即可

new DaoGenerator().generateAll(schema, ".../MyGreenDAO/app/src/main/java-gen");

Download

直接下载:MyGreenDAO-1.1.0.apk

Documentation

项目主页:ORM 框架之 greenDAO 使用心得

Thanks to

再次感谢:greenDAO

Contact Me

License

The MIT License (MIT)

Copyright (c) 2015 Qi Tang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].