For Aland Islands
- Loads all currently active Parliament members (PM)
- Loads extended information of each PM
- Loads and caches images of PM's in the list view
- Always loads the image from web in details view to make sure it is current
Home Screen | Details Screen | About Screen |
---|---|---|
![]() |
![]() |
![]() |
https://api.lagtinget.ax/api/persons.json
- The application consists of at least two pages
- One of which is a list of all sitting members of parliament
- Members of parliament are displayed in a FlatList
- The elements of the list utilize a third-party solution from, for example, React Native Elements or React Native Paper
- One of which is a list of all sitting members of parliament
- The other page can be a welcome screen that is displayed when the application starts, or a detail view that is displayed when a member is selected from the list
- React Navigation is used to move between the pages
- A search field is used to search for members/filter the list of members
- The members' photos are displayed as avatars in the list
- Utilizes mechanisms for handling application state, for example, through Context.