Skip to main content

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

What is the iOS and Android ?

Android Android is an operating system developed by Google for mobile systems. It is based on the Linux kernel and mainly designed for touchscreen devices such as tablets and smartphones. The Android architecture is divided into four main layers and five sections. This is explained using the given diagram: iOS The iOS is the operating […]

Read More