DEV Community

Cover image for Infinite Scroll with Doodle
Nicholas Eddy
Nicholas Eddy

Posted on

Infinite Scroll with Doodle

See how to display an "infinite" stream of images from unsplash.com using Doodle's DynamicLists. Doodle tutorials is a good place to see in-depth examples of how to build apps.

Doodle is a pure Kotlin UI framework for the Web, that lets you create rich applications without worrying about Javascript, HTML or CSS. Check out the documentation to learn more.

Feedback is always appreciated.

GitHub logo nacular / doodle-tutorials

Tutorials and examples for the Doodle framework.

Top comments (4)

Collapse
 
ashishk1331 profile image
Ashish Khare😎

If you would have shared some of your process here also it would be much appreciated.

Collapse
 
pusolito profile image
Nicholas Eddy

You mean include more of the article directly here?

Collapse
 
ashishk1331 profile image
Ashish Khare😎

The build process. How to use it, unless it follows the general object declaration and then simple function calls to make it work.

Thread Thread
 
pusolito profile image
Nicholas Eddy

The build uses Gradle (as does all Kotlin JS/MPP projects). You can take a look at what that entails by checking out one of the tutorial project build files. And you can see how to setup a Kotlin/JS project here.

Beyond that, the example apps show how an app would be setup from scratch. But happy to answer questions as Kotlin/JS isn't as common place yet.