Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rllyhz/anime-us-android-app
An Android App version of my AnimeUs Project (https://github.com/rllyhz/anime-us-responsive-web)
https://github.com/rllyhz/anime-us-android-app
andriod android-api android-api-example android-app android-studio anime animeus-android api api-client retrofit2
Last synced: 30 days ago
JSON representation
An Android App version of my AnimeUs Project (https://github.com/rllyhz/anime-us-responsive-web)
- Host: GitHub
- URL: https://github.com/rllyhz/anime-us-android-app
- Owner: rllyhz
- License: apache-2.0
- Created: 2021-02-10T07:21:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T07:35:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T08:44:52.653Z (3 months ago)
- Topics: andriod, android-api, android-api-example, android-app, android-studio, anime, animeus-android, api, api-client, retrofit2
- Language: Java
- Homepage: https://rllyhz.github.io
- Size: 578 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## **AnimeUs Android App**
The features that have not been implemented yet:
1. Search option
- url => `https://api.jikan.moe/v3/search/type?q=Fate/Zero&page=1`
- type => {anime, manga, character, person}
# **AnimeUs Android App**
Application that provides some information of Anime, Manga, Characters. This app is an Android version of my WebApp Project, called [`AnimeUS Responsive Web`](https://github.com/rllyhz/anime-us-responsive-web).
### Features
- Show Anime list
- Show Manga list
- Show Characters list
- Show Top Anime and Manga list
- Detail description of each Anime and MangaThis application uses an unofficial MyAnimeList API in order to provide some information.
[This api](https://api.jikan.moe/v3) was created by [`Jikan`](https://github.com/jikan-me/jikan).
Here's the link if you want to use it as well :> Official Doc : [`https://jikan.moe/`](https://jikan.moe/)
> Base url of API : [`https://api.jikan.moe/v3`](https://api.jikan.moe/v3)
### Preview
![Preview 1](images/preview-3.jpg)
![Preview 2](images/preview-1.jpg)
![Preview 3](images/preview-2.jpg)
### LICENSE
Copyright 2020 Rully Ihza Mahendra
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.