Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

android app wich already setup to play 🌚 with elementary parsing JSON without any additional libraries

Notifications You must be signed in to change notification settings

goldenpears/i-just-wanna-try-to-parse-f-JSON-in-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

try parse JSON in android

android app that already setup to play with elementary parsing JSON without any additional libraries

getting started

git clone https://github.com/locovna/i-just-wanna-try-to-parse-f-JSON-in-android.git
  1. import project (abitofjson folder) via Android Studio
  2. change REQUEST_URL
  3. implement parsing in extractSomethingFromJson

where is it

//in MainActivity change request url
  private static final String REQUEST_URL = "";
//at the bottom of MainActivity you can find method wich you're interested in
private Something extractSomethingFromJson(String somethingJSON) {
  ...
  try {

    //replace code here

  } catch{...}
}

additional info

here you can find full guide

highly inspired by udacity course

About

android app wich already setup to play 🌚 with elementary parsing JSON without any additional libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages