Android Image Crop with Source Code Example

In this tutorial learn how to do Android Image Crop using Library…

Android Custom Keyboard Layout Tutorial

In this tutorial learn how to build your own Android Custom Keyboard…

Reddit Android App Development | Lets Build that App

Reddit Android App Development with Source Code. In this tutorial of Build that App. We will teach you how you can create your Reddit App in Android Studio using Java Programming Language.

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.

Android Image Slider Library | Top 9 Curated List

Android Image Slider Library, we’ve curated a list of Top 9 Android…

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…