Android AppWidget 中的分页
我有一个 AppWidget,它执行这些任务以
- 获取用户的当前位置。使用坐标 &向 API 服务器发送请求。
- API 服务器将以 JSON 格式发送响应。
- 使用 JSONObject,我设法发送结果以通过 RemoteViews 显示。
我想在这里实现的是我想实现一个 next &上一个按钮(类似于官方 Twitter AppWidget)用于更改/移动到结果中的下一个项目。我该如何实现这一目标?
I have an AppWidget which performs these tasks in order
- Get a user's current location. Use the coordinates & send a request to an API server.
- API server will send a response in JSON format.
- Using JSONObject, I manage to send the result to display via RemoteViews.
What I want to achieve here is that I want to implement a next & previous button (something similar like the official Twitter AppWidget) to change/move to the next item from the result. How do I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将 json 数据保存在 sqlite 表中,然后在按钮上单击“使用设置的 LIMIt 从表中获取数据”。
just save your json data in a sqlite table,and on your buttons click get data from table with set LIMIt.