7109–ReactNative Webview and Detail view

Media Files

No media files provided.

Project Submission

+ Submit Assignment

Your submissions

Background

* This project is very similar to the 7108. The difference is this project uses Webview for the list display.

Please use the ReactNative's Webview to create a list with a detail view application.

  1. List the data by using HTML, CSS and JavaScript.
  2. Display the HTML list via Webview.
  3. When tapping on the list item, a detail view shows. (in Android, no need to have animation. in iOS, please use NavigatorIOS)
  4. The detail view might also be implemented in Webview.
  5. When clicking back button, the app goes to root view (in Android, this is handled by BackHandler. in iOS, the NavigatorIOS handles it)

You can use any dataset. It is up to you.