Sitemap
Better Programming

Advice for programmers.

Follow publication

The 25 Best Android Libraries and Projects of 2020 — Summer Edition

14 min readAug 11, 2020

--

Press enter or click to view image in full size
Photo by Sylvia Yang on Unsplash

The first half-year is a great time to sum up what happened in the Android world in terms of inspiring open source libraries and projects.

Below, you will find a list of projects which are really worthy to check, play with, and even apply to your production or side projects. Let’s begin.

1. Pokedex

Pokedex is a demo project which showcases a modern tech stack with MVVM architecture and repository pattern.

The project is obviously written in Kotlin, uses Coroutines plus Flow for asynchronous tasks and standard networking libs, OkHttp and Retrofit.
Actually, you may say that there is no difference between this and other similar projects. However, there is one major differentiator. It uses lately introduced Dagger Hilt as a DI framework. So if you want to learn Hilt in a real case scenario, the project is good to go. It has fairly good documentation and is released under an Apache 2.0 license.

--

--

Michal Bialas
Michal Bialas

Written by Michal Bialas

Senior Engineering Manager • 1M+ views on Medium • Software Engineer • I write about Mobile📱 and share tech tips & tricks 🤓

Responses (2)

Write a response