Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
momcilovicluka authored Feb 8, 2024
1 parent e7c627a commit 25a2a4a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# AniDroid

AniDroid is an Android application that allows users to browse and discover anime content. It fetches anime data from an external API and presents it in a user-friendly interface.

## Features

- Browse a list of anime titles with details such as title, synopsis, genre, and rating.
- Pagination support for loading more anime titles as the user scrolls down the list.
- Search functionality to find specific anime titles based on keywords.
- View detailed information about each anime, including episodes, duration, and airing status.
- Save favorite anime titles for quick access later.
- Responsive UI design for seamless navigation on various screen sizes.

## Installation

To install AniDroid on your Android device, follow these steps:

1. Download the latest APK file from the [releases](https://github.com/your-username/anidroid/releases) page.
2. Enable installation from unknown sources in your device settings.
3. Open the downloaded APK file and follow the on-screen instructions to install the app.

## Usage

Once installed, you can launch AniDroid on your device and start browsing anime titles immediately. Use the navigation drawer or bottom navigation bar to explore different sections of the app, such as browsing all anime, searching for specific titles, or accessing your favorites.

## Dependencies

AniDroid relies on the following libraries and tools:

- Glide for loading and caching anime images efficiently.
- RecyclerView for displaying lists of anime titles in a scrollable format.
- Material Components for consistent UI design following Material Design guidelines.

## Contributing

Contributions to AniDroid are welcome! If you encounter any bugs, have feature requests, or want to contribute code, please submit an issue or pull request to the [GitHub repository](https://github.com/your-username/anidroid).

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 comments on commit 25a2a4a

Please sign in to comment.