This is a demo app for teaching students in NTU CSIE Information System Training Program. It contains mainly the following features:
- Integrate with FB Login and display the user information on the side drawer.
- Load the images and other pokemon data from web server and display them in a listView. These images would also be cached.
- Click one of pokemon item in listView and the app would navigate to another view for displaying detail information.
- The tool bar can react to the user's current action. For example: the tool bar in the UI containing listView would show other contextual action as one of pokemon item is in the selected state.
- Utilize different kinds of UI widget such as side drawer to provide better user experience.
- Integrate search field that can provide hint based on user's current input. Here is a demo video showing the interactive flow of this app.