Valorant Agent Wikipedia | Submission of Beginner Android | Bangkit 2023 Series
An application built in the learning process of Bangkit Academy 2023. This is a practical implementation in the class Learning to Make Android Apps for Beginners
Features that must be present in the app:
1. Main Page
- Display images in List format with at least 10 different items. Use RecyclerView to organize the list. The information displayed contains :
- Title of the article
- Present an overview of the article (optional)
- Bring up the detail page when one of the items is clicked. You can apply a click handler to each RecyclerView item
2. Detail Page
- Display relevant images and information on the details page.
- Relevant information includes the similarity of information displayed on the main page with the detail page :
- There are titles and images that match the list
- There are longer description sentences or other additional information
- Use ScrollView to keep the content viewable when the app is rotated
3. About Page
- Displays a photo of yourself, name, and email registered with Dicoding.
- In accessing the about page, make sure there is a button that can be used to access the page. For how to access it, you can implement :
- By adding a custom View element (can be a menu option, button, or tab) containing the ID "about_page"