Eric Ampire

Eric Ampire

Follow
homeAndroidSoftware DesignCVAbout Menewsletter
Tag

Android

#android

More content

Read more stories on Hashnode


Articles with this tag

Firebase, Login with Facebook in Jetpack Compose

Dec 6, 20215 min read 1.7K views

1. Introduction In the previous article, we have learn how to login with Google in Jetpack Compose, in this article we will learn how to Login with...

Firebase, Login with Facebook in Jetpack Compose

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

Nested RecyclerView and DataBinding

Apr 30, 20208 min read 385 views

Introduction The RecyclerView is one of the Android components with a certain complexity in the implementation, and when it comes to having two nested...

Nested RecyclerView and DataBinding