Eric Ampire

Eric Ampire

Follow
Follow
homeAndroidSoftware DesignCVAbout Menewsletter
Tag

android app development

#android-app-development

More content

Read more stories on Hashnode


Articles with this tag

Firebase, Login with Facebook in Jetpack Compose

Dec 6, 20215 min read1.9K 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

Firestore Pagination with Paging 3

Oct 28, 20206 min read942 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

Getting started with MVI Architecture on Android

Jul 2, 20207 min read398 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