MATTALUI / AutologsMobile--Android

0 stars 0 forks source link

Custom List adapters #21

Closed MATTALUI closed 4 years ago

MATTALUI commented 4 years ago

Currently, the logs and vehicles index page just uses the builtin ListView components and the toString methods on our models in order to display our data. It's not very nice, so we should write some custom adapters with better layouts.