Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 362 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 362 Bytes

ListViewExample

A sample app that will parse response and display names and surnames from endpoint https://jsonplaceholder.typicode.com/users in ListView

To Run

  • This project uses lombok so please remember to turn on annotation processing in your IDE alongside installing the lombok plugin, more info can be found here