How to Add TableView for Android?
Sometime we need to add a TableView for Android application and that table may be large with row and column. And for this we discuss about this situation in our…
Sometime we need to add a TableView for Android application and that table may be large with row and column. And for this we discuss about this situation in our…
Advanced Kotlin Tips on writing good Kotlin code and using what the language has to offer. There are many benefits of using Kotlin; it is concise, safe and most importantly it…
Are you planning to create travelling app then this library named CardSlider for Android give you a beautiful UI to your application. This library create by Ramotion, Inc. and they create…
There are a number of choices out there when it comes to libraries for Android Dependency Injection, but how do you know which is for you? What is Android Dependency Injection?…
Android Material Sheet FAB Library that implements the floating action button to sheet transition from Google's Material Design documentation. It can be used with any FAB library on Android 4.0+ (API levels…
App monetization is an important business strategy. The cost of an app can be surpassed easily with the help of app monetization. You will be able to generate extra income…
MVC, MVP and MVVM are three most popular design patterns. Where MVC stands for Model-View-Controller, MVP for Model-View-Presenter and MVVM means Model-View-ViewModel. All these design patterns by and large help…
After Oreo announcement Google has started to update their Play Store with a new feature called Google Play Protect. The feature is available on Android phones and also in the…
Kotlin is all the rage lately. And while I do agree that the language is well thought out, it does have — as with everything else — its flaws. As we already discuss about…
In this tutorial, I will share a practical example of Model View Presenter (MVP) pattern in Android development. Android MVP is a design pattern and when it comes to Android…