Android minecraft compass drawing App Example

Android minecraft compass drawing App Example

The compass is , a tool that indicates directions such as North, South and East. They are also called the cardinal directions. It’s actually a magnetic metal piece that will point towards Earth’s magnetic north compass. Pocket compasses are the most common. The compass looks like a small watch, and when it is held in the hand, it will show you which … Read more

Dynamic Launcher Icon and Name for Android App 2024

Dynamic Launcher Icon and Name for Android App

Here is the simple way to change your android apps Dynamic Launcher Icon and Name for Android App. If you want multiple launcher icons and Application names these Android tutorials for you you can see some simple steps to make your App Dynamic Launcher Icon and Name for Android. Let’s Start to Create an Android … Read more

android user permission – How to check Grants Permissions at Run-Time?

android user permission

In this Android article, we are making android user permission. How to check android user permission is allowed or not in android. This is for marshmallow and higher and shows a dialog when permission is not allowed. In this Android tutorial, I am sharing How permission can be checked at runtime without throwing SecurityException? marshmallow … Read more

Android RecyclerView and its working?

recyclerview

In this android Tutorial we are learn about how to used RecyclerView in android show the a list of item data with Cardview design. Also You can learn how to used Adapter and how to mange item click in the list. How to change Recyclerview item color in android. we learn to change item color … Read more

How to use GIF image on Splash Screen In Android

GIF image on Splash Screen

Hi Everyone in this Article I am sharing how to use GIF image on Splash Screen in android. We will make gif splash screen in android studio in today’s example. You can make really great animated and attractive splash screen with GIF. GIF provides seamless animation to the first impression of any android application. It … Read more

How to Use Chrome Custom Tabs in Android? | androidx.browser:browser:1.5.0

Chrome Custom Tabs androidx browser browser

Hi android developer in this blog I am share how to open an url in Chrome Custom Tabs using with androidx.browser dependencies. A majority of applications display various types of websites within their applications.  In order to display pages in Android there are many possibilities to show webpages within our Android application. The majority of developers … Read more

Android skeleton loading examples 2023

Android skeleton loading examples

Hi Android developer in this android blog we are learn about the Android skeleton loading example. like your can show animation on ui till now API not getting response like Facebook, Instagram, LinkedIn etc more Apps using like these type of progress loading. android skeleton View design till the view gets loaded How to create … Read more

Navigation component android example kotlin

Navigation component android example

Navigation component is a part of Android Jetpack library that helps you implement navigation functionality in your Android app. It provides a simple and consistent way to navigate between different screens or destinations in your app, such as activities, fragments, or dialogs. The navigation component provides a range of benefits, including: What is a navigation … Read more