Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekstavis/android-wheel-demo
Demo Application for showing AndroidWheel funcionality.
https://github.com/derekstavis/android-wheel-demo
Last synced: about 8 hours ago
JSON representation
Demo Application for showing AndroidWheel funcionality.
- Host: GitHub
- URL: https://github.com/derekstavis/android-wheel-demo
- Owner: derekstavis
- Created: 2013-05-02T14:55:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-02T15:09:12.000Z (over 11 years ago)
- Last Synced: 2023-03-28T21:44:32.656Z (over 1 year ago)
- Language: Java
- Size: 143 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Wheel Demos
===================This repository contains a Android project to demonstrate the
correct use of Android Wheel component.If you got into this repository without Android Wheel
knowledge, I recommend you to give a look at
before continuing.How to use
----------1. Clone this repo
git clone git://github.com/derekstavis/android-wheel-demo.git
2. Import it into Eclipse/ADT
3. Run itSubmodules are fun
------------------The main Android component is packed in it own repo, and included inside this repo as a submodule. I recommend you to use the same approach, as any update/bugfix made to the mainline can be pulled without hassle to your project.