Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/betullesen/superhero

It is an Android application developed with Kotlin that allows users to view superhero profiles. Users can see details such as each hero's strengths, weaknesses, and superpowers.
https://github.com/betullesen/superhero

androidsdk intent kotlin-android recyclerview

Last synced: 20 days ago
JSON representation

It is an Android application developed with Kotlin that allows users to view superhero profiles. Users can see details such as each hero's strengths, weaknesses, and superpowers.

Awesome Lists containing this project

README

        

# Superheroes App
An Android app to view a list of superheroes and explore their detailed profiles.

## Features
- **List View:** Displays a list of superhero names.

- **Profile Details:** Shows each superhero’s name, age, description, strengths, weaknesses, and image.

## Libraries and Tools Used:
- **Android SDK:** The platform for building Android applications.

- **RecyclerView:** Used to display the list of superheroes.
- **Intent:** Used for passing data between activities.
- **Serializable:** Allows SuperHero objects to be passed with Intent.
- **ViewCompat:** Ensures views are compatible with system bars.
- **ConstraintLayout:** Provides flexible and efficient placement of UI components.
- **LinearLayout:** Used for arranging visual elements either vertically or horizontally.

## App Gif

![ezgif com-crop-video](https://github.com/user-attachments/assets/ecff5b3f-370f-4445-b981-3a19ff1b80b8)