hi,
I want to create something like this page
https://lh3.googleusercontent.com/hNSeIFqosY6NEyhSgu7JAhdK0ujVggz7uAnAeNyo0CeGJLkqNBe-9nxwUyWwiaiAfK4=w1366-h629-rw
*My purposes:*
create like the above list with high performance and low need to storage
content (not downloading images) and make easy to scroll and load items
without loss time or waiting.
I use *InfiniteScrollAdapter *to display infinite items *but there are
these problems:*
1) all images should be download to storage/cach before showing them to the
user.
2) should waiting some seconds to load more content (when scroll reach the
end)
*Suggested solutions*
1) display url image in browser component & html background code like this:
<html>
<head>
<style>
body {
background-image:
url("https://s3.amazonaws.com/images.seroundtable.com/google-css-images-1515761601.jpg");
background-size: 100% 100%
}
</style>
</head>
<body>
</body>
</html>
not using imageURL because it also needs to download images before display
it to the user.
2) load content automatically when scroll reach half distance (before reach
max scrolling)
*---------------------------------------------------*
*How i can do these things?*
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/ed657018-c6cd-4fda-9a05-2361b209e092%40googlegroups.com.