Ecosyste.ms: Awesome

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

https://github.com/nisrulz/android-tips-tricks

:ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development
https://github.com/nisrulz/android-tips-tricks

adb android android-developers android-development android-library android-studio cheatsheet gradle java kotlin material performance tips tricks

Last synced: about 2 months ago
JSON representation

:ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development

Lists

README

        

![Image](src/img/github_banner.png)

Cheatsheet about tips and tricks for Android Development.

This is a simple set of tips and tricks regarding Android Development which I have gathered from various sources. It helps me direct other android devs in my community regarding stuff each android dev should know about. It is also there for me to keep track of anything I either learn on my own or from other sources now and then when browsing the internet.

Contributions are always welcome, hoping people will help me in growing this. To contribute, simply open up a PR with the changes.

Click here to navigate to the searchable book version

### Development

#### Build Book
```mdbook build```

#### Build book and serve locally
```mdbook serve --open```

#### Build book and publish to Github Pages
```./deploy-to-github-pages.sh```

### Show some ♥️ and 🌟 the repo to support the project

[![GitHub stars](https://img.shields.io/github/stars/nisrulz/android-tips-tricks.svg?style=social&label=Star)](https://github.com/nisrulz/android-tips-tricks) [![GitHub forks](https://img.shields.io/github/forks/nisrulz/android-tips-tricks.svg?style=social&label=Fork)](https://github.com/nisrulz/android-tips-tricks/fork) [![GitHub watchers](https://img.shields.io/github/watchers/nisrulz/android-tips-tricks.svg?style=social&label=Watch)](https://github.com/nisrulz/android-tips-tricks) [![GitHub followers](https://img.shields.io/github/followers/nisrulz.svg?style=social&label=Follow)](https://github.com/nisrulz/android-tips-tricks)

### Featured in

[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23221-blue.svg)](http://androidweekly.net/issues/issue-221) [![AndroidDev Digest](https://img.shields.io/badge/AndroidDev%20Digest-%23110-blue.svg)](https://www.androiddevdigest.com/digest-110/) [![awesome-android](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/JStumpp/awesome-android#resources)

**Also included in**

- [Awesome Android Newsletter #Issue 16](https://android.libhunt.com/newsletter/16)

#### Credits

This curated cheatsheet includes tips and tricks that I have been following in my workflow as well as those being suggested/followed by other android devs worldwide.I have tried to add direct links wherever I could remember, giving people due credit who have explained the concepts. If you think I have missed any, then either send a PR or open an issue and I will fix it asap.

If you appreciate my work, consider [buying me](https://www.paypal.me/nisrulz/5usd) a cup of ☕️ to keep me recharged 🤘🏼 [[PayPal](https://www.paypal.me/nisrulz/5usd)]

[![Twitter Follow](https://img.shields.io/twitter/follow/nisrulz.svg?style=social)](https://twitter.com/nisrulz)

[Apache Version 2.0 | Copyright 2016 Nishant Srivastava](LICENSE)