Eric Ampire

Eric Ampire

Follow
homeAndroidSoftware DesignCVAbout Menewsletter
Series

Android

In this series you can found all stuff related to Android Development.

Articles in this series

Firebase Auth with Jetpack Compose

Jun 26, 20216 min read 6.3K views

Introduction Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly...

Firebase Auth with Jetpack Compose

Building complex screens in a RecyclerView with Epoxy

Jan 2, 20217 min read 608 views

From unsplash by Markus Winkler 1. Introduction The RecylerView is one of the most used Android components when it comes to displaying a list of items...

Building complex screens in a RecyclerView with Epoxy

Firestore Pagination with Paging 3

Oct 28, 20206 min read 855 views

Firestore Pagination with Paging 3 Introduction The Paging library helps you load and display pages of data from a larger dataset from local storage...

Firestore Pagination with Paging 3

Architecte your Android App using RainbowCake

Jul 11, 20207 min read 209 views

Unsplash Image by Akin Cakiner 1. Introduction As you can read in the official documentation of RainbowCake, RainbowCake is an Android architecture...

Architecte your Android App using RainbowCake

Getting started with MVI Architecture on Android

Jul 2, 20207 min read 345 views

Introduction Like MVC, MVP or MVVM, MVI is an architectural design pattern that helps us better organize our code to create robust and maintainable...

Getting started with MVI Architecture on Android

Android RecyclerView With Data Binding and Coroutine

Mar 2, 20209 min read 1.6K views

Introduction If your app needs to display a scrolling list of elements based on large data sets (or data that frequently changes), you should use...

Android RecyclerView With Data Binding and Coroutine