Android Advance, Android Application Development
Android Unit Test Room Database – Testing Room DAOs
In the last post, we learned about Writing The First Unit Test in our Android Project. Now it’s time to level up the things a … Read more
Decoding Appverse
Android Advance, Android Application Development
In the last post, we learned about Writing The First Unit Test in our Android Project. Now it’s time to level up the things a … Read more
Android Advance, Android Application Development
Hey folks, so you can write or code android apps. But do you test them? Yeah, I know everyone compiles and sees the app, whether … Read more
Android Application Development
That question has certainly outlived its time in android development. With Kotlin synthetics deprecated now is also gaining popularity. Ever since Data Bindings introduction developers … Read more
Android Advance, Android Application Development
Ever heard about Refresh Token? Refresh token can get you a new access token, without prompting the user to login again. In this post we … Read more
Android Application Development, Android Beginners, Kotlin Android
Welcome to Circular progress bar android Tutorial. In android development Progress bar is widely used and in many forms but one that is arguably the … Read more
Android Application Development
If you are into android development then I am pretty sure that you know about Android AsyncTask. The AsyncTask class helped us in executing some … Read more
Android Application Development, Android Intermediate
Today we will see a simple Android Request Permission at Runtime Example. We have already covered this topic before. But the previous way of requesting permissions … Read more