Android Intent

Meet RxJava: The Missing Reactive Programming Library for Android

April 04, 2020 Android 5 Comment

If you’re an Android developer, chances are you’ve heard of RxJava. It’s one of the most discussed libraries for enabling Reactive Programming in Android development. It’s touted as the go-to framework for simplifying concurrency/asynchronous tasks inherent in mobile programming.

Read More

Intents in Android

April 12, 2020 Beginner 5 Comment

Android application components can connect to other Android applications. This connection is based on a task description represented by an Intent object.

Read More