An open API service indexing awesome lists of open source software.

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.

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