How to use push,pull,commit in android studio. Date: 26 /04/2019 Prerequisite Enable Version Control in android studio. Remote repository configured with your project. Account in git lab. Step 1:Push command Every Git project should have a remote or central repository where other developers can collaborate on the project from anywhere… Continue Reading How to use push,pull,commit in android studio.

How to Design a Tabbed-activity in Android Studio Date posted: 11/04/2019 In this article, we’ll help you in design a tabbled- activity in Android studio. Prerequisites Android Studio Application Find File option and navigate through Tab activity Go to File Option on the right corner of the android studio application.Then… Continue Reading How to Design a Tabbed-activity in Android Studio

How to add a project on android studio from GitHub Date posted: 28/03/2019 This tutorial will helpful in setting up android studio from Github. Step 1: Prerequisites 1.An account GitHub 2.Android Studio Step 2 : Configure Android Studio Firstly we have to enable VCS through the option available on the… Continue Reading How to add a project on android studio from GitHub

How to create a project and overflow menu on your application in android studio Date posted: 22/03/2019 Step 1 : Create a new project in android studio Open android studio application. Then go to File>new>new project.Fill the required details on the appropriate place. Step 2 : Select a Device And… Continue Reading How to create a project and overflow menu on your application in android studio

Add another activity in Existing activity on Android Studio. Date : 20/03/2019 Introduction : On here we are using first activity (login activity) after clicking login button it should redirect to an another activity(Navigation activity ).Navigation activity, it is nothing as like menu bar. Steps : To add another activity… Continue Reading Add another activity in Existing activity on Android Studio.