Show Nav
Kory Dondzila

Software Consultant & Developer. Passionate about writing clean solid code. Has a fascination with computer graphics and computational/discrete geometry.

 
Featured

How to Create a SearchView with Suggestions in Kotlin

Creating a SearchView with suggestions isn't simple as giving the SearchView a list of strings. It requires a CursorAdapter.
All Posts