posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Refactor MapActivity.java #13

Closed hallahan closed 9 years ago

hallahan commented 9 years ago

Too much logic is in here. We need to break things out into their own classes.

hallahan commented 9 years ago

While doing this, make the basemap chooser not crash.

hallahan commented 9 years ago

There is all of this Basemap stuff in here, and it's making things pretty muddy and unmaintainable, so I'm working on ripping that out into its own class.