ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Change the ListView on the MainActivity, closes #10 #91

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

A nicer contacts list with their own Adapter, so changing it will be easier in the future. This will also look in the database for the contacts instead of getting it from an ArrayList with dummy data.

Why

It gives a nicer user experience and it had to be connected to the database.

How

When you run the app and go to the MainActivity you can see the new list.

Notes

In the future we should try to find a solution for the grey part below the list, when you don't have a lot of contacts yet.