Latest News

First App In Android Studio

How to create project in android studio? In this post we will learn how to create a project on Android Studio and run on android emulator st...

How To Create A Virtual Machine In Android Studio

In this post we will learn how to create an android virtual machine/emulator in android studio. Follow the following steps to create virtual...

Create A Button And Handle On Click Listener In Android Studio

Step 1: Create a new project or open your project How to create a new project? Step 2: activity_main.xml: <?xml version="1.0" e...

How To Move From One Activity To Another Activity In Android Studio

In this tutorial we will learn how to open new activity when a button is clicked using android studio. When button in an activity(Main Activ...

Change Actionbar Title Of An Activity Programmatically In Android Studio

In this tutorial we will change the title of Actionbar of an activity using android studio... Step 1: Create a new project or open your pro...

Add A Back Button To Action Kafe Android Studio

In this tutorial we will add a back button in action kafe , when it is clicked it will go to previous activity(the app will close if this wa...

Add Items/Menu In Actionbar/Toolbar Android Studio

In this tutorial we will add items in actionbar/toolbar , 3-dot sajian in actionbar/toolbar and handle item clicks. There will be three item...

Show Toast On Button Click Android Studio

In this tutorial we will learn how to use Toast in android. We will create a button when this button is clicked the toast will be displayed....