Android Online Emulator | Top 7 Curated list

Android online emulator can be of a great help specially if you’re…

Android Sample Projects with Source Code in Android Studio | Top 30

Android Sample Projects with Source Code, in this blog we explore some…

Android ToolTip Library | Top 10 Curated List

Android Tooltip Library is an android library that you can use in your android project to display a hint text around a view when the user long press it or hovers over a view using a mouse pointer.

Android EmoJi Library | Top 10 Curated List

Android Emoji Library, here is a list of top 10 selected libraries…

Chat application in Android Source Code with Example Available

Chat Application in Android Source Code with Example Available. In this tutorial you’ll learn to build your own Android Chat App using Android Studio.

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.