Tagged in

Android

Ackee
Ackee
We are software development enthusiasts cooking the best mobile & web apps in the heart of Europe.
More information
Followers
157
Elsewhere
More, on Medium

Paging 3 with Mutable Data

Paging 3 is an easy and efficient way to handle paging of data in Android apps. On the internet, there are many…


RxOAuth2: reactive OAuth approach for Android (Part 2)

TL;DR: with colleagues from Ackee we developed RxOauth2, an open source library to handle OAuth with RxJava streams. You may take a look at it directly or read this blog post (part 1 is here) to find out why and how we implemented it.


RxOAuth2: reactive OAuth approach for Android (Part 1)

TL;DR: with colleagues from Ackee we developed RxOauth2, an open source library to handle OAuth with RxJava streams. You may take a look at it directly or read this blog post to find out why and how we implemented it. The second part