android:imeOptions="actionDone" does not work
There might be many other reason to this. But here I am going to share what I faced and how I fixed it. Problem: Let’s...
Deep dives into Android, Kotlin, and Mobile Development
There might be many other reason to this. But here I am going to share what I faced and how I fixed it. Problem: Let’s...
This error is a common error many developers might find if they do a silly mistake. Let’s discuss about the problem: Problem: After inflating the...
Let’s try to find out when this error can occur and then will try to fix this with a solution. Problem: Here is an Android...
As Android ecosystem becomes the Largest Mobile Platform, many developers want to put their legs in this ecosystem. Android ecosystem...
Introduction: Based on JSR 335, OpenJDK started project lambda to build a prototype which can make the Java language support Lambda Expressions. So...