How to communicate between two Android apps

communicate between two Android apps
Communicate between two Android apps- with Intent We can communicate between two Android apps by using two easy methods, that ...
Read more

Understanding CAP theorem with real world examples

CAP theorem is a theorem which explains the trade of between the characteristics of distributed system which are Consistency, Availability ...
Read more

How to send data to previous fragment Android with/without NavGraph

Send data to previous fragment NavGraph
Two ways to send data to previous fragment Let’s say there are two fragments fragmentA and fragmentB. With setFragmentResult In ...
Read more

Create deep link in Android app fast 2023

Add deep link Android app
Learn to create deep link in Android app, after Android has updated the conditions for it. Now you need to ...
Read more

Types of services in Android Easy explained

There are three types of services in Android Let’s look at the definition of service A Service is an application component that can perform ...
Read more

Uses of Interfaces in Java

Uses of Interfaces in Java- there are three main reasons Loose coupling Let’s say we have a interface named Animal ...
Read more

Lambda in Kotlin-Android

In this post we will see Lambda in detail, we will start from very basic structure of lambda and will ...
Read more