The Fundamentals of Kotlin Coroutines Every Developer Should Know

Explore the fundamentals of kotlin’s popular features Coroutines. This blog will help you to understand coroutines mechanisms and how they work.
Explore the fundamentals of kotlin’s popular features Coroutines. This blog will help you to understand coroutines mechanisms and how they work.
How amazing is the fact that in the year 2020 overall there were more than 200 billion Android app downloads? With a high percentage increase in Enterprise Mobile App Development & Android app downloads, high-risk vulnerabilities also peaked up to 40 per cent in Android apps, resulting in information breaches, threats, and malware attacks. Threats encountered…
Read more
Dependency Injection needs a better understanding so let’s break the term Dependency Injection in two parts Dependency and Injection. What is Dependency? Consider the following Java class. public class User { private Database mDatabase; public User() { mDatabase = new Database(); } } In the above class, we are creating the object of class Database…
Read more
For any software development testing is an important phase where one has to check the stability and reliability of the software. Testing can be done in two different ways: Manual testing: Time consuming and tedious: Since test cases are executed by human, it is very slow and tedious. Huge resources required: More testers are required…
Read more
RxJava is out for quite some time and people are hearing about its greater capabilities, but a lot of them haven’t started yet. If you are one of them, you are late, but that’s ok. Few developers say there is no proper guide/document available or they fear to start something new. In this blog, I…
Read more