Android Custom Action Bar – Action bar Logo and Title click events handling

Hello Android developer, Android toolbar (formerly known as action bar) is an important android design element. It is used to provide better user interaction and experience. In this android toolbar example, , I’m going to cover how to handle toolbar logo and toolbar title click events as well.

Continue reading “Android Custom Action Bar – Action bar Logo and Title click events handling”

How to Create Free Live Weather App In Android – Step by step – Part 2

Welcome back! This is part-2 of the Free Live Weather App In Android. Let’s get started.

Continue reading “How to Create Free Live Weather App In Android – Step by step – Part 2”

How to Create Free Live Weather App In Android – Step by step – Part 1

Hi Developer! In this Android project you will learn how to Create Free Live Weather App In Android – Step by step.

Continue reading “How to Create Free Live Weather App In Android – Step by step – Part 1”

Android JSON Parsing from Web URL without Any Library

Hi Developer!

In this tutorial you will learn how to parse JSON data from the URL. Please read previous part to learn how to parse JSON data from assets folder.

Continue reading “Android JSON Parsing from Web URL without Any Library”

Android JSON Parsing Tutorial

Hi Android developer!

JSON (JavaScript Object Notation) is readable format for structuring data. It is used to transmit data between a server and web application. If you want to get data from a JSON file. First you have to parse JSON data then you can use that data to display. In this example you will learn how to parse JSON data from assets folder.

Continue reading “Android JSON Parsing Tutorial”

Android Floating Action Button Example

Android Floating Action Button is an interesting component introduced by Android Material Design. It attract the user’s attention. In this part you will learn how to create Simple and Extended Android Floating Action Button.

Continue reading “Android Floating Action Button Example”