-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7c627a
commit 25a2a4a
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|