Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keidsid/modula
Android app project for dicoding.com submission task (Beginner class)
https://github.com/keidsid/modula
android android-studio
Last synced: 5 days ago
JSON representation
Android app project for dicoding.com submission task (Beginner class)
- Host: GitHub
- URL: https://github.com/keidsid/modula
- Owner: KeidsID
- Created: 2022-10-20T16:20:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T05:26:51.000Z (over 2 years ago)
- Last Synced: 2024-12-04T20:49:06.356Z (2 months ago)
- Topics: android, android-studio
- Language: Kotlin
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[dicodingclass]: https://www.dicoding.com/academies/51
# **Modula**
Submission project task from [dicoding.com Beginner Android class][dicodingclass].
## **Task**
Create a simple list app with any theme
Must have features in the app:
### **1. Main Page**
- Displays List **with a minimum number of 10 different items**. Use **RecyclerView** to compile the list. The information displayed contains:
- Article title
- Provides an overview of the article (optional)- Pops up a detail page when an item is pressed. You can apply a click handler to each RecyclerView item
### **1. Detail Page**
Condition:- Displays **relevant** images and information on the **details page**.
- Relevant information includes the similarity of the information displayed on the main page with the detail page.### **1. About Page**
Condition:- Displays a **photo of yourself, name, and email** registered in Dicoding.
- In accessing the about page, make sure there is a button that can be used to access the page.