Java Project
Game review app created with Android Studio. This was a group project which was created with one other person during an Android development course. The app features a home screen, a search results screen, a game page screen, and a review screen. The home screen displays all the games which are within the database for the app, and it also displays a search bar at the top. Searching will query the database for the specified games, and display the results on the search results screen. Clicking a game on the home screen or search results screen will take the user to the game page screen. Here all information associated with the game is displayed. This includes the title, developer, screenshots, game rating, and reviews. Users also have the ability to post a review from the game page. At the review showcase section, the user can navigate to the review screen, which displays all the reviews for the specified game. Additionally, the user can navigate backwards via the back button in the toolbar.