An open API service indexing awesome lists of open source software.

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

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