Hello android developer, Android spinner is a view similar to the dropdown list which is used to select one option from the list of options. This tutorial shows you how to clear spinner value in kotlin android. Android programming swap elements of spinner.
Continue reading “How to clear spinner value in Kotlin Android”Author: Androidchunk
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”Create Material Design Style Spinner DropDown in android
Howdy Android developer! This article shows you how to create Floating label spinner drop-down using Material Design AutocompleteTexView in Android.
Continue reading “Create Material Design Style Spinner DropDown in android”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”