[TIMOB-11953] Android: Investigate Maps v2
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-29T14:17:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 02 API |
Components | Android |
Labels | api |
Reporter | Josh Roesslein |
Assignee | Ingo Muschenetz |
Created | 2012-12-04T22:38:44.000+0000 |
Updated | 2017-03-16T21:43:16.000+0000 |
Description
Google has released version 2 of Maps. Investigate the changes
in the new version and determine what is required to support it.
A few key tasks to support v2: - Fragments (TiUIFragment base class that supports fragment based views. SupportMapFragment) - Change TiBaseActivity to extend from FragmentActivity to support fragments. - Package apps w/ Google Play SDK. (add jar to dex list) - Remove old API keys code and tiappxml properties. Keys are now listed in Android manifest section.
There is also a memory leak caused by the new Maps library I saw during testing: https://code.google.com/p/gmaps-api-issues/issues/detail?id=4766 Hopefully Google patches it before v1 is turned off, as the leak seems to be pretty large.
Closing ticket as the issue has been fixed.