Category: Library

  • InAppLogger – Logger For Android Application

    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 […]

  • Ultimate Guide For Image Slider With Indicator Example

    Ultimate Guide For Image Slider With Indicator Example

    In this post, I am going to explain about creating Android Image Slider with Indicator. The automatic Image Slider is very useful to highlight the important items at the top of the screen. With the help of a slider, We can able to show many sliders at the top of the screen. Image Slider indicator […]

  • How to Load Images With Glide Library In Android With Example

    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 […]