Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/betullesen/superhero
- Owner: betullesen
- Created: 2024-11-01T10:26:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T12:14:38.000Z (30 days ago)
- Last Synced: 2024-12-19T13:25:03.834Z (30 days ago)
- Topics: androidsdk, intent, kotlin-android, recyclerview
- Language: Kotlin
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)