Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Android 地图程序中将搜索地点添加到收藏夹。我已成功获取搜索地点,如何将其添加到收藏夹列表中。
请分享一些示例代码或给出一些说明
当您获得搜索地点结果时,您可以将其数据作为一行存储在数据库中,例如,您可以从此SO 链接获得想法。
要在 android 中使用 SQLite,请参阅此链接 Vogella。
你也可以参考这个从 SQlite 获取地理点