A common application feature is to load automatically more items as the user scrolls through the items (aka infinite scroll). This is done by triggering a request for more data once the user crosses a ...
The RecyclerView is a ViewGroup that renders any adapter-based view in a similar way. It is supposed to be the successor of ListView and GridView. One of the reasons is that RecyclerView has a more ...
Custom Android utility dashboards take about 30 minutes to create and don’t require expert coding skills You gain complete control over layout, functionality, and appearance without bloated pre-built ...
I'm an Android developer. Teaches courses at the programming school, and writes articles about development. Kaspresso is a powerful framework for automating the testing of mobile applications on the ...
In this post, you are going to learn to make a basic notepad app. This is a great project to get to grips with because it will lend itself to a range of alternative uses as similar concepts can be ...
There are many reasons you might find yourself needing to create an image gallery – whether it’s to show off album covers for a music app, to present feature images for articles in a feed, or to ...