Faanghut
  • Home
  • About
Sign in Subscribe

Android

Programmatically Check if Developer Options is Enabled

Programmatically Check if Developer Options is Enabled

If you would like to check if developer options is turned on from within your app, add this simple function which returns a Boolean value indicating if developer options is enabled or not.
Vishnu Dec 19, 2022
Downstream Communication in Android - Server to Client

Downstream Communication in Android - Server to Client

Contacting the server from your app is simple, all you got to do is make an API call to your backend server using a library like Retrofit or Volley and get/send the required information.
Vishnu Nov 15, 2022
App LifeCycle Callbacks - Detect When the User Exits Your App

App LifeCycle Callbacks - Detect When the User Exits Your App

Ever wondered how to detect when your app's user presses the back button or home button and exits your app? Do you want to add analytics or some custom logic like dumping/storing data when the user opens or leaves your app? If the answer to any of these questions
Vishnu Aug 2, 2022
Detecting Sim Change on Android

Detecting Sim Change on Android

Ever wondered how online payment apps like Google Pay, Phone Pe and numerous other UPI apps detect when you change the SIM on your device? Want to implement a similar feature for your android app to prevent fraud? Do you want to ensure the SIM used for logging in to
Vishnu Aug 1, 2022
Implement a Cache for ExoPlayer

Implement a Cache for ExoPlayer

In this article, let's learn how to implement caching when streaming with ExoPlayer. For your convenience, this article provides code samples in both Java and Kotlin.
Vishnu Jul 20, 2022

Subscribe to Faanghut

Don't miss out on the latest articles. Sign up now.
  • Privacy Policy
Faanghut © 2023. Powered by Ghost