Skip to content

gitter-badger/android-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Tutorials

This repository hosts the source code for some (hopefully) useful Android tutorials. The official website hosts an easy to browse version of the tutorials. The ant-script that is part of this repository allows to re-generated the web page.

Cloning the Repository

Clone the tutorial sources via git:

git clone git@github.com:apuder/android-tutorials.git

Generating the Web Page

Run ant in the root directory. The web page will be generated under dist/www. The web page needs to be loaded via a server. On localhost this can be accomplished via:

ant
cd dist/www
python -m SimpleHTTPServer

Then open your favorite browser and visit localhost:8000

Contribute

Please consider contributing fixes and/or new tutorials. Add new tutorials under the directory android. Add an entry for the new tutorial in doc/overview.xml and create a Pull Request!

Links

About

Android Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.0%
  • Java 7.8%
  • CSS 0.2%