Skip to main content

Did You Know ? Android 14

Description: Android is one of the most popular mobile operating systems, powering billions of smartphones and tablets around the world. With each new release, Android continues to evolve, bringing new features, improvements, and innovations. In this article, we’ll take a look at what we can expect from Android 14, the next major release of the […]

Read More

How to Get Current Date in Android?

In this tutorial i’m going to show you four different ways to get current date in android. Note : For doing this we will use Calendar, Date, SimpleDateFormate and System class. Method (1) This is a first method and in this method we’ll use Calendar and SimpleDateFormate class. Method (2) This is a second method […]

Read More

How to Add an Android Studio Project to GitHub Repositories

What Is GitHub? GitHub is a for-profit company that offers a cloud-based Git repository hosting service. Essentially, it makes it a lot easier for individuals and teams to use Git for version control and collaboration. Step-1: Sign up and create a GitHub account in https://github.com/join Step-2: Download git from https://git-scm.com/downloads and install it in your system. Step-3: Open […]

Read More