- Link
- QR Code
Screen | |
---|---|
Member List Screen You can look at the member list. • Compare the three groups • Get detailed information by tapping the image • Sort members by birthday, generation, etc. > Browse |
|
Detailed Page Screen You can get the detailed information of a specific member. • Tags • Height • Birthday • Blood type > Browse |
|
Blog Screen You can check the image and the updated datetime of the latest blog. • The displayed date is updated every day at midnight • Sort by name or updated time • Tap to go to the detailed page > Browse |
|
Position Screen You can get formations of 日向坂46's songs > Browse |
|
Quiz Screen You can take a quiz about the members. • Four kinds of quizzes > Browse |
|
Setting Screen In this screen, you can... • Update blogs anytime • Check your quiz results • Clear cache of your phone • Report issues to us • Set your custom theme • Share this app to other people > Browse |
Especially about module structures.
. ├── app : main application ├── build.gradle ├── core : core modules │ ├── common │ ├── data │ ├── domain │ └── model ├── feature : modules separated by views │ ├── blog │ ├── member_detail │ ├── member_list │ ├── positions │ ├── quiz │ └── settings ├── settings.gradle └── versions.gradle
This repository is under MIT License.