forked from fga-eps-mds/2016.1-Emergo
-
Notifications
You must be signed in to change notification settings - Fork 0
Using Bookmarks
gabrielrf97 edited this page Nov 22, 2016
·
1 revision
//NO COMMENT
//COMPLEX LOGIC
@Override
protected List<List<HashMap<String, String>>> doInBackground(String... jsonData) {
JSONObject jsonObject;
List<List<HashMap<String, String>>> routes = null;
try {
jsonObject = new JSONObject(jsonData[0]);
DirectionsJSONParser parser = new DirectionsJSONParser();
routes = parser.parse(jsonObject);
} catch (Exception e) {
e.printStackTrace();
}
Log.i("ParserTask","Routes nullity: "+routes.isEmpty());
return routes;
}
- Home
- Style Sheet
- [List of good programming techniques] (https://github.com/Geisonszo/TecProg-Emergo/wiki/List-of-good-Programming-Techniques)
- List of classes, methods and attibutes
- Code analysis tools