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 […]
Category: Android
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 […]