reset password

LMMPAA Code Analysis

Conventions

THINGS TO DO

THINGS TO ASK

AndroidManifest.xml

Current minSdkVersion is 11 (Android 3.0 Honeycomb), which has almost 0 market share now. Can we raise minSdkVersion to 14 (Android 4.0 Ice Cream Sandwich)?

MainActivity

onCreate()

handleIntent(): right now it only deals with search.

LoadViewTask().execute()

startMainActivity()

LoadViewTask

loadConfig(): retrieve some information from http://pub.lmmp.nasa.gov/lmmpmobile/config-1.0.json. Is there any documentation for the fields? In particular, is it possible to have more than one basemap or more than one bookmarks URL?

loadBookmarks(): retrieve bookmarks from the bookmarks URL in config.

loadInitialLayerData()

 

 

This page has been viewed 5065 times.