Category: Library
-
InAppLogger – Logger For Android Application
InAppLogger is a very useful app to log your data on the app screen. Normally logs will be shown in android studio Logcat. In some cases like remote debugging, you want to display the logs on the mobile screen to debug. In that case, you can use InAppLogger to display the logs on the device […]
-
How to Load Images With Glide Library In Android With Example
What is Glide Android? Why is Glide Android? Glide’s primary focus is on making scrolling any kind of list of images as smooth and fast as possible, but Glide is also effective for almost any case where you need to fetch, resize, and display a remote image. Setup Glide in your Android Studio project Add […]