如何通过左右滑动手势显示多个屏幕
我有一个应用程序,其中有一个 ListView 。列表是从数组列表 填充的。 选择每个项目后,它会在单独的屏幕中显示该项目的详细描述,并填充来自另一个数组列表的数据。 单个屏幕用于显示所有项目的详细信息。它动态加载数据。
谁能告诉我如何使用右/左滑动手势在同一屏幕上显示所有详细信息。
带 ListView -itemList 的屏幕 显示详细信息的屏幕 -detail listView 在下一个和上一个手势上,它应该在屏幕上显示来自 arraylist 的动态数据 2detail 列表视图
I am having an application in which i have a ListView .List is populated from an array list .
On selection of each item it show the detail description for that item in a seperate screen populated data from another array list .
A single screen is used to display details of all the items.it loads data from dynamically.
Can anyone please tell me how can i display all details on same screen using right/left slide gesture.
Screen with ListView -itemList
Screen to display detail -detail listView
on next and previous gesture it should dynamic data on screen 2detail list view from arraylist
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用图库视图或地平线
You can use Gallery View or horizon