https://github.com/luciaheredia/charactersinfoapp
Characters Information App.
https://github.com/luciaheredia/charactersinfoapp
android-studio app kotlin kotlin-android
Last synced: 6 days ago
JSON representation
Characters Information App.
- Host: GitHub
- URL: https://github.com/luciaheredia/charactersinfoapp
- Owner: LuciaHeredia
- Created: 2022-01-05T19:14:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T16:49:00.000Z (about 2 years ago)
- Last Synced: 2025-04-08T15:21:20.410Z (2 months ago)
- Topics: android-studio, app, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 41.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CharactersInfo
Project in an app development course.
The app shows the main characters from the film AVENGES:ENDGAME with a description of who they are, their abilities and their role in the movie.## App description:
The app contains a MainActivity and 2 Fragments and uses Safe Args to navigate with type-safety between destinations.
The RecyclerView in the HomeFragment contains several MaterialDesignCardView for each Character added with the help of an Adapter.
To transfer the selected Character from the RecyclerView between the fragments, I used the Safe Args wich transferd a JsonString of the Character from the HomeFragment to the destination Fragment.
## Created with:
* Android Studio: Kotlin.
* Android version: 12
* SDK version: 31