From 8628c1545f5afb284476074c2f8d6cc294066e6e Mon Sep 17 00:00:00 2001 From: Muh Isfhani Ghiath Date: Thu, 3 Oct 2019 22:05:44 +0700 Subject: [PATCH 1/2] adding jetpack compose UI and separation of testing references --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2316737..8ee3371 100644 --- a/README.md +++ b/README.md @@ -106,28 +106,35 @@ * Paging * Work Manager * Navigation + * Room * Behaviour Components * Download Manager * Media Playback * Notification * Permissions - * Preference + * Preferences * Sharing - * Slice + * Slices * UI Component - * Animation & Transition + * Animation & Transitions * Android Auto * Emoji * Palette * Android TV * Android Wear + * Compose * Architecture * MVVM * MVI * MVP * Unit Testing - * Local Unit Testing - * Instrumentation Testing + * JUnit + * Spek + * Mockito +* Instrumentation Testing + * Espresso +* E2E Testing + * Robolectrics * Firebase * FCM * Crashlytics From 6140a83e8878242b0c15f00440b2471fcf70f443 Mon Sep 17 00:00:00 2001 From: Muh Isfhani Ghiath Date: Thu, 3 Oct 2019 22:07:06 +0700 Subject: [PATCH 2/2] update pagination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee3371..7320a19 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ * MVI * MVP * Unit Testing - * JUnit + * JUnit * Spek * Mockito * Instrumentation Testing