QCircle-Design-Template
Design template library for LG QCircle SDK
Visit Project Page for Design template library for LG QCircle SDK (http://lgdeveloper.github.io/QCircle-Design-Template)
We love all developers who want to help this project.
Please, follow the simple guide line below.
There are two branches in the project. origin/master is a release branch; only stable and approved codes are merged to origin/master.
origin/develop is a current development branch.
For develoeprs who want to join, make a new branch from origin/developer and name a new branch start with feature--.
Please, merge your branch with origin/developer once it is ready.
origin/develop will be evantually merged to origin/master.
See Wiki pages:
purpose and functions of LG QCircle design template library, and the types of design template that the library provides are explained.
how to make an application for QuickCircle using the LG QCircle design template library
introduction of sample applications: simple circle, beanbird in circle
how to utilize the LG QCircle design template that is irrelevant with developing applications
The QCircle-Design-Template Library is pushed to Maven Central, so you just need to add the following dependency to your build.gradle
.
compile 'com.lge.developer:qcircle-design-template:1.0.0'
- designTemplate: library module for QCircle design template
- sample_SimpleCircle: sample application
- sample_BeanbirdInCircle: sample application
- docs: API references for design template
- wiki-images: images for wiki pagaes