Android
Build a File Explorer in Kotlin – Part 3 – Navigating through File System
Welcome to the 3rd part of the Kotlin File Explorer series. Good job reading files from a path in the previous tutorial. Right now our application takes a single path and displays the file/folders at the path. We want to make our application more interactive. Clicking a folder should display Read more…