Android dp to px and px to dp simple Java functions

Android dp to px and px to dp, simple unit conversion java function.

Checkboxes In Android Example with Source Code

Checkboxes in Android are a great widget that you can use in apps like a To Do list, Food ordering, selling insurance, etc. To create a checkbox in the XML file we use the CheckBox tag with layout_width and layout_height as required attributes and few other necessary attributes like text, textSize, textColor, buttonTint, id, and required margins.

Android Image Picker Library | Top 15 Curated List

Android Image Picker Library can help you in your Android Project to help user select images from their media folder or from the camera of their android device.

How to Create Custom Calendar in Android Example

How to Create Custom Calendar in Android Example, in this tutorial we will create a custom calendar that you can make using Linear Layout in Android Studio.

Flutter Android Studio Install and Build your First app

In this blog about Flutter Android Studio, you’ll learn how to install Flutter and Dart Plugin in Android Studio and Build and run your first app in Android Studio 3.3.x

Android Download Image from URL and Requesting Permissions

In this blog on Android Download image from URL, you’ll learn: How…

Android Rate App feature implementation

Android Rate this App feature implementation, in this blog you’ll learn how using few lines of code you can create an in app Alert Dialog Box that’ll prompt user to Rate and review your app in the Google Play Store.

Android Imageview Scaletype Illustrated Guide

Android ImageView ScaleType blog helps you to overcome the problem of deciding which scaleType to use with ImageView to fit image inside it.

Android Change Theme Programmatically using ColorPrefUtil

Android Change Theme Programmatically using ColorPrefUtil library. Easily set Dark, Light or any colorful theme for your android app with few lines of code.

RelativeLayout in Android Illustrated with Attributes

RelativeLayout in Android is a view group with job to display different child views in relative positions to other different views.