android

Android Paging 3 Example Using Retrofit

This post is about Android Jetpack Paging 3 library and how we can use it to load the large set of data from network using Retrofit in our RecyclerView efficiently with the help of AndroidPagingExp application.   Android Paging  The Paging library helps you load and display pages of data or small chunks of data […]

Android Paging 3 Example Using Retrofit Read More »

Implementing AdColony Ad (Banner/Interstitial/Rewarded) SDK in Android

This post is about how to implement AdColony Ads (Banner/Interstitial/Rewarded) SDK in android application with the help of simple AdColonyDemo Application. AdColony allows you to monetize your app by displaying ads.

Implementing AdColony Ad (Banner/Interstitial/Rewarded) SDK in Android Read More »

Android ExoPlayer Example in Kotlin

This post is based on implementing Exoplayer Library to play media files on Android. ExoPlayer  ExoPlayer is an open source library maintained by Google. It  supports a wide range of media files including DASH and HLS streaming which is not supported by the MediaPlayer. It provides you the ability to customize your media player according

Android ExoPlayer Example in Kotlin Read More »

Android Read and Write Internal Storage Example

This article is about how to (write a file to / read a file from) the internal storage of an android device with the help of a simple application.

Android Read and Write Internal Storage Example Read More »

Android read a file from assets in java/Kotlin

This article is about how to read a file from the assets folder in android in both languages Java/Kotlin. Creating Assets folder and a file 1. To create an asset folder in Android studio open your project in Android mode. Go to the app > right-click > New > Folder > Assets Folder.   2. Android Studio will

Android read a file from assets in java/Kotlin Read More »

Android BottomNavigationView Example in Kotlin

This article is about Android BottomNavigationView (represents a standard bottom navigation bar for application) and how to combine it with Fragments with the help of a simple application.

Android BottomNavigationView Example in Kotlin Read More »

Android DialogFragment Example

This article is about Android DialogFragment and how to work with it with the help of simple examples. Android DialogFragment A Dialog Fragment is a fragment that is used to make Dialogs that floats on Activity.   Android DialogFragment A DialogFragment is a fragment that is used to make Dialogs that floats on Activity. DialogFragment

Android DialogFragment Example Read More »