EdricChan03 / android-examples-web

[Archived] A documentation website on Android components that developers can implement in their apps.

Repository from Github https://github.comEdricChan03/android-examples-webRepository from Github https://github.comEdricChan03/android-examples-web

android-examples-web

About

This project was made for the purpose of guiding beginners who are new to Android.

This project is based on a material-docs online.

Developmental guides

Serving locally

  1. Install mkdocs using Python's pip:

    Python 3.x:

    pip3 install mkdocs

    Python 2.x:

    pip install mkdocs
  2. Clone the repoistory:

    git clone https://github.com/Chan4077/android-examples-web.git
  3. cd to the cloned repo's directory:

    cd android-examples-web
  4. Serve the docs:

    mkdocs serve
  5. The URL should be automatically opened and you'll see a local copy of the docs.

You're done!

Contributing

  • Spotted a bug? Have a feature request? Report it on Github issues!

About

[Archived] A documentation website on Android components that developers can implement in their apps.

License:MIT License