Paul Holt

Results 6 comments of Paul Holt

Oops sorry to bother you with it then 😳. @Qeubd-Bsjso can you help with this?

Still a little confused. You say there are dependency errors? Which project are you building to get dependency errors? There's a dependency on the ConsoleTest.kt library in any kotlin project...

Did this ever get resolved? Because I'm thinking along the same lines. I don't think it would be hard to do an idiomatic kotlin menu builder.

So... you would use `bottomSheet` instead of `alert` to create the bottom sheet dialog? Probably with the ability to create a customView instead of a list, and intercept the cancel...

Search for the value using your own implementation of the Adapter, and then use the listView component to scroll to the value. ``` headerListView.getListView().smoothScrollToPosition(20); ```

### 1 You might like to try retrieving the name of the final directory in `DIRECTORY_SCREENSHOTS` `Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_SCREENSHOTS).name.toLowerCase(Locale.getDefault())` but I think that's only available in Android Q? ### 2 Perhaps if...