This project was made for the purpose of guiding beginners who are new to Android.
This project is based on a material-docs online.
-
Install
mkdocsusing Python'spip:Python 3.x:
pip3 install mkdocs
Python 2.x:
pip install mkdocs
-
Clone the repoistory:
git clone https://github.com/Chan4077/android-examples-web.git
-
cdto the cloned repo's directory:cd android-examples-web -
Serve the docs:
mkdocs serve
-
The URL should be automatically opened and you'll see a local copy of the docs.
You're done!
- Spotted a bug? Have a feature request? Report it on Github issues!