Mobile_Programming 3 - Saiaishwaryapuppala/CSEE5590-CS490-Web-MobileProgramming GitHub Wiki
Objective:
The main objective of this tutorial is to understand the concept of android programming, especially the concepts of fetching JSON data from APIs, parsing the JSON data, handling errors, using the Async Task Class,and some Java elements along with usage of ListView.
Task:
Earthquake Info App!
The task for this ICP:
-
The main activity should be a list of earthquakes with information
-
On clicking any item Earthquake, the user mustbe directed to the webpage of USGS which contains further information about the earthquake in the web browser.
-
The following code has been added to get the ListView and completed all the TODO's in the source code.
- Parsing the json Response to JSON Object
- Creating the explicit Intent
Output:
Video link https://drive.google.com/file/d/1zm4ZYu_X1D8EqHj_K1VZIMf-PoYZxEaZ/view?usp=sharing