Recently I decided to start learning Kotlin by converting one of my project’s code from Java to Kotlin (PS — Android Studio proved helpful in doing so). […] Read More
Why use Dependency Injection in our project? Dependency Injection is a common technique used across the programming world to provide classes instead of writing or creating […] Read More
When using the recycler view, we would always face some kind of issues with respect to performance and smoothness. One such issue occurs because of […] Read More
When working on multiple projects, particularly if the project is quite old and a huge team is working on it, we will have to use […] Read More
When we develop an Android App, our main target is to make it accessible to a larger user base. Initially, we put up all our […] Read More
When Google introduced Android App Bundle, it was remarkable as it lowered the download size of every application by approximately 30–60%. As soon as it […] Read More
This is the final article in the series — ‘Git For Beginners’. In the first article, I’ve explained the basic Git terminologies and we followed […] Read More
This is the second article in the series — ‘Git For Beginners’. In the first article, I’ve explained the basic Git terminologies and in this, […] Read More
The basics which each developer or someone working on a team would want is to collaborate with ease. Often I’ve seen college students passing pen […] Read More
With the growing concerns on the permissions requested by every application, users are starting to trust apps that do not enforce them to keep accepting […] Read More