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: 7 days ago
JSON representation
:ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development
- Host: GitHub
- URL: https://github.com/nisrulz/android-tips-tricks
- Owner: nisrulz
- License: apache-2.0
- Created: 2016-08-25T20:27:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T07:15:28.000Z (about 1 year ago)
- Last Synced: 2024-11-20T19:23:36.104Z (22 days ago)
- Topics: adb, android, android-developers, android-development, android-library, android-studio, cheatsheet, gradle, java, kotlin, material, performance, tips, tricks
- Language: Java
- Homepage: https://nisrulz.com/android-tips-tricks/
- Size: 32.7 MB
- Stars: 4,729
- Watchers: 274
- Forks: 577
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android - Android Tips & Tricks - Cheatsheet about tips and tricks for Android Development. (Resources / Other)
- awesome-discoveries - Android Tips & Tricks - cheatsheet about tips and tricks for Android Development (Android Hacking)
- awesome-android - **Android Tips Tricks** - Tips and tricks for Android Development (Navigation / Tips)
- awesome-awesome - Tips and tricks for Android Development
- awesome-resources - Android Tips & Tricks
- awesome-android - Android Tips & Tricks - Cheatsheet about tips and tricks for Android Development. (Resources / Other)
- awesome-android-release-notes - Android tips and tricks GitHub - A GitHub page that gets frequent contributions and serves as a directory for tips, tricks and tools. Definately worth checking out! (Device updates)
- awesome-list - nisrulz/android-tips-tricks - :ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development (Java)
- awesome-articles - https://github.com/nisrulz/android-tips-tricks
- awesome-hacking-lists - nisrulz/android-tips-tricks - :ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development (Java)
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)