https://github.com/100nandoo/android-development-guidebook
https://github.com/100nandoo/android-development-guidebook
android android-studio gradle
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/100nandoo/android-development-guidebook
- Owner: 100nandoo
- License: mit
- Created: 2018-09-09T06:17:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T08:16:08.000Z (about 1 year ago)
- Last Synced: 2025-03-25T02:44:03.030Z (11 months ago)
- Topics: android, android-studio, gradle
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Development Guidebook
Everything that you need to know to help you become better Android Developer.
## Table of Contents
* [Customize Android Studio](#customize-android-studio)
* [3rd Party Library](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Library.md)
* [Cookbook](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Cookbook.md)
* [To-do List](#to-do-list)
## Customize Android Studio
* [Faster Android Studio](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Faster_Android_Studio.md)
* [Beautiful Android Studio](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Beautiful_Android_Studio.md)
* [Custom Mac Keymap](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Custom_Mac_Keymap.md)
* [Ignore Dagger Generated Class](https://github.com/100nandoo/Android-Development-Guidebook/blob/master/customization/Ignore_Dagger.md)
### Debugging
## Resources
#### General
* [Google Maven Repository Reference](https://dl.google.com/dl/android/maven2/index.html)
* [Androidx Release Notes](https://developer.android.com/jetpack/androidx/releases/activity)
#### Design
* [Uplabs](https://www.uplabs.com/android) - Material design inspiration
* [Android Niceties](https://androidniceties.tumblr.com/)
## To-do List
- [x] Properly export AS material theme
- [x] Update libraries
- [ ] Libraries usage examples
- [ ] Migrate google docs guidebook to here