如何水平滑动视图

发布于 2024-11-04 13:12:39 字数 248 浏览 0 评论 0原文

我必须创建一个包含图像和文本项目的列表视图,当我单击一个项目时,它应该导航到详细视图,这是包含带有一些信息的图像的 Web 视图。如何滑动到下一个详细信息视图而不返回到列表视图。我尝试了这个帖子。但我需要在一个网络视图中动态显示详细信息。

I had to create a list view with image and text items, when i click on a item it should navigate to detail view, which is web view contains image with some information. How to slide to the next details view with out going back to the list view. i tried this post . But i need to show details dynamically in one web view.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

习ぎ惯性依靠 2024-11-11 13:12:39

创建一个名为
CreateWebView(); 并执行所有操作
其中动态加载部分。每当
向左滑动或向右滑动事件发生
调用 CreateWebView(); 方法
正确的参数来识别以前的
或下一个。

Create a method called
CreateWebView(); and do all your
dynamic loading part in that. Whenever
slide left or slide right event occurs
call the CreateWebView(); method with
proper parameters to identify previous
or next.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文