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”

Simple RecyclerView with Click Listener Example

Android RecyclerView is an improved version of ListView and GridView. It has the ability to display data horizontally, vertically as well as expandable. RecyclerView provides lots of features that gridview and listview do not have. In this section you will learn how to create a simple RecyclerView with custom adapter.

Continue reading “Simple RecyclerView with Click Listener Example”