How to Integrate Google Firebase Analytics for Android
After you release your app to market, it is important to study how people use your application to… ..
Quick Settings Tile API Example in Android N
Quick settings are undoubtedly one of the most popular features in Android devices. It provides a convenient way… ..
How to Customize YouTubePlayer Controls in Android
The Android YouTubePlayer allows you to customize the playback control by setting one of the style defined in YouTubePlayer.Player..
How to Send an Email with Attachment in Android
The following code snippet shows to send an email with image attachment in Android using Intent method. ..
How to Convert Pixels to Density Independent (DP) Pixels
The following code snippet shows how to convert device specific pixels to density independent pixels. It returns a float value to ..
Convert DP Unit to Equivalent Pixels in Android
The following code snippet shows how to converts dp unit to equivalent pixels, depending on device density. It returns a float val..
How to Add an Event to Android Calendar
The following code snippet shows how to add event in Android calendar using intent method. ..
How to Determine Android Screen Size Width and Height
The following code snippet shows how to determine the screen size dimensions in width and height of the Android device your applic..
How to Trust All Certificates for HttpURLConnection in Android
The following code snippet will help you to disables the SSL certificate checking for new instances of HttpsURLConnection in Andro..
Sample env.rb File for Setting up Android Testing Using Appium and Ruby
This env.rb file provides setup and common functionality across all features. It’s included first before every test run, and..