Eric Ampire

Eric Ampire

Follow
homeAndroidSoftware DesignCVAbout Menewsletter
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Create Powerful Tests using Property Based Testing

May 17, 202210 min read 801 views

1. Introduction Suppose you have developed a bus passenger management application and you would like to write some automated tests to check if your...

Create Powerful Tests using Property Based Testing

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

The Abstract Factory Pattern explained

Aug 18, 20217 min read 1.0K views

Introduction Design patterns are a common language that developers can use to communicate easily, in this post we will discover together the Abstract...

The Abstract Factory Pattern explained

Taking advantage of Junit 5 extensions

Aug 15, 202112 min read 3.2K views

Introduction JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This...

Taking advantage of Junit 5 extensions

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

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