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 create a project in FireBase Date posted: 22/04/2019 Prerequisite Make sure that you have API higher than 26 through by Click Tools > SDK Manager. Click the SDK Tools tab. Check the Google Repository checkbox, and click OK. Click OK to install. Step 1 : Find the fire base assistant in your android studio application… Continue Reading How to create a project in FireBase

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

Git Error: Permission denied (publickey) Date posted: 04/04/2019 Introduction Usually this kind of error will occur for different kind of issues. One of the cause is if remote machine doesn’t match with local machine’s public key or doesn’t have public key. It is solvable. Prerequisites If you generate key without… Continue Reading Git Error: Permission denied (publickey)

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.

How to Create First project in Android Studio. Date : 15/03/2019 Introduction : Login Activity is a option which is used to display login page. Here we are going to create first project on Login page. Steps : To create a Login page(login activity) or any first project. 1). Open… Continue Reading How to Create First project in Android Studio.

How to Run the Android Studio project(app) on Emulator Date : 08/03/2019 Introduction : An Android emulator is an Android Virtual Device (AVD). It is used to run and test your Android applications on your PC. Steps : To run your android studio project on emulator. 1).In your Android Studio project click the… Continue Reading How to Run the Android Studio project(app) on Emulator

How to install Android Studio Date posted: 07/03/2019 Step 1 : Prerequisites to install android studio Windows Minimum 3 GB RAM Microsoft Windows 7/8/10 (32-bit or 64-bit) Available Disk Space – 4 GB Resolution – 1280 * 800 Mac 1280 x 800 minimum screen resolution 2 GB of available disk… Continue Reading How to install Android Studio