BenGoBlue05 / UdacityAlumni

Udacity Alumni Android App
57 stars 30 forks source link

Remove JSONObject Matching in AlumIntentService with Gson #53

Closed therajanmaurya closed 7 years ago

therajanmaurya commented 7 years ago

Steps to reproduce

Right now in AlumIntentService we are casting the JSONObject and JSONArray.

Expected behavior

Json String Casting can be done many ways, but Gson is the best one for now.

Actual behavior

it will be easy for any buddy to just call a method of from Utils to serialize the Json String to Java Object.

therajanmaurya commented 7 years ago

I am working in this issue