Ecosyste.ms: Awesome

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

https://github.com/igorwojda/android-ecosystem-cheat-sheet

đŸ¤–Android Ecosystem Cheatsheet 2020
https://github.com/igorwojda/android-ecosystem-cheat-sheet

android android-application android-development android-ui

Last synced: 27 days ago
JSON representation

đŸ¤–Android Ecosystem Cheatsheet 2020

Lists

README

        

# Android Ecosystem Cheat Sheet 2020

Android ecosystem is constantly growing, so we have plenty of options to choose from.

This project maps most important parts of Android-Ecosystem (200+ tools, services, plusings & libraries). This is the most complete and most up to date picture of Android ecosystem you will find on the web. Some technologies are complementary, while others represent alternatives solutions for the same problem.

All tool are matched against [SDLC](https://en.wikipedia.org/wiki/Systems_development_life_cycle) phases:
- Requirement analysis
- Design
- Development
- Verification
- Deployment
- Monitoring & Maintenance

Some tools belongs to multiple SDLC buckets, so they are placed where they fit the most. If given tool has more than one heavy specialisation it may be intentionally duplicated on the [board](https://whimsical.com/Ldt6gUncijq3FAmLS4TVYx#AhRp651J2qctdPDTneTRpMErA).

[![Android Ecosystem Cheat Sheet](https://github.com/igorwojda/android-ecosystem-cheat-sheet/blob/main/misc/image/board.png?raw=true)](https://whimsical.com/Ldt6gUncijq3FAmLS4TVYx#AhRp651J2qctdPDTneTRpMErA)

The goal of the diagram is not to be complete in every possible way, but rather present on a big picture by focusing on up to date, useful and maintained tools.

## Upcoming

- More detailed description of Android architecture
- Android libraries list (for now please check my [android showcase project](https://github.com/igorwojda/android-showcase))

## Related map projects

- [Cloud Native Landscape](https://github.com/cncf/landscape) - map of cloud native technologies
- [The Google Cloud Developer's Cheat Sheet](https://github.com/gregsramblings/google-cloud-4-words) - every product in the Google Cloud family described in <=4 words

## Contribute

Want to contribute? Board can only be edited by author (me), but feel free to open new issue to discuss improvements.

## Author

[![Follow me](https://github.com/igorwojda/android-showcase/raw/main/misc/image/avatar.png)](https://twitter.com/igorwojda)

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

## License
```
MIT License

Copyright (c)2020 Igor Wojda

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```