Open in app

Sign In

Write

Sign In

Özgür Taş
Özgür Taş

9 Followers

Home

About

Feb 19

Paging Library in Jetpack Compose with Unit Tests

We’re going to implement and use Paging Compose library step by step in this article. First of all, let’s add paging compose library into the app/build.gradle file. implementation 'androidx.paging:paging-compose:1.0.0-alpha17' As you can see it is still in alpha(non-stable) version. Let’s check overview of the pagination in Andoid…

Android

5 min read

Paging Library in Jetpack Compose with Unit Tests
Paging Library in Jetpack Compose with Unit Tests
Android

5 min read


Published in

Better Programming

·Jan 6, 2022

UI Testing in Jetpack Compose

Build robust Android apps — In this article, I’d like to share my experience about UI Testing with Jetpack Compose. We are going to write instrumented test cases for a simple registration screen.

Android

4 min read

UI Testing in Jetpack Compose
UI Testing in Jetpack Compose
Android

4 min read


Aug 26, 2020

Firing Scheduled Local Notifications in Android

I want to share my “Notification Man” 3rd party Android library with you. This library’s superpower is firing scheduled local notifications. I managed it by using Work Manager which is one of the new Android Jetpack components. The solution is simple: Use 2 work managers. LocalNotificationPostWorker is going to schedule the task. After that, LocalNotificationShowWorker is going to show the notifications.

Android

1 min read

Firing Scheduled Local Notifications in Android
Firing Scheduled Local Notifications in Android
Android

1 min read

Özgür Taş

Özgür Taş

9 Followers

Senior Android Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams