类似于 Firefox 或任何其他 Windows/桌面 Linux 浏览器中的应用程序商店的列表
关于 iPhone OS 和其他一些应用程序以及可能在 Android Market 中的列表的一个小问题。 列出应用程序时,当到达或接近末尾时,它会自动填充列表。
我的问题是: iPhone 应用程序中是如何编写的?但主要问题是:Firefox 用户是否可以使用 Javascript、Ajax 或任何其他语言来实现这一点?一直在查看文档,但没有找到任何有用的东西,也许我只是看得不够
编辑:找到了适用于Android的 - Android 应用中的动态 ListView 仍在为 Windows 浏览器寻找同样的未来 out
edit2: 我希望在网站中实现它 附有书籍清单+一些信息。
A little question about the listing in iPhone OS and some other applications, and possibly in Android Market.
When listing the apps, it fills the list in an automatic process, when reaching or is near to reach the end.
My question is: How is that written in iPhone applications. But the main question is: Is that possible to make for Firefox users with Javascript, Ajax or possibly any other language? Been looking a little bit in documentation but havent found anything useful, maybe I just havent looked enough
edit: Found it for Android - Dynamic ListView in Android app
Still looking for same futures for a Windows browser tho
out
edit2: im looking to implement it in a website
with a list of books + some info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想要 JavaScript。有很多打包为 Greasemonkey 脚本的示例,可以将 Google 搜索结果变成无休止的滚动列表。我犹豫是否提供具体的代码示例,因为我不太确定您想要什么。您是否希望在您正在构建的网站上部署此类脚本,或者您是否正在考虑让其他人的页面使用您自己的脚本来执行此操作?
You want Javascript. There are plenty of examples packaged as Greasemonkey scripts that turn Google search results into an endless scrolling list. I hesitate to offer a specific code example since I'm not quite sure what you're after. Are you looking to deploy that sort of script on a website you're building, or are you looking at making someone else's page do this with your own script?