GABIlopez / AnimeTV

Anime Viewer for your android device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anime TV!

Watch your favorite anime on your android device

 

Anime TV! is a small app that allows you to watch your favorite anime shows on your android device.

It has a very low memory footprint and works off the Anime1 server. The app scrapes the site and provides a pleasant mobile anime viewing experience. Unlike other apps, this does not contain any ads and is distributed for free. Currently, this app is not available in the app store but you can build your apk file and install on your device.


screenshot screenshot

Installation

You need to have gradle installed in order to install the app

OS X & Linux:

./gradlew assembleRelease

Windows:

gradlew.bat assembleRelease

The output apk will be in /app/build/outputs/apk/release. Transfer the apk to your device and install it to use the application.

Running Tests

In order to run tests you need to have gradle installed.

OS X & Linux:

./gradlew test

Windows:

gradlew.bat test

Currently, only the scraper package has got unit tests. If you would like to write the unit tests for the animetv package, start an issue.

Contributing

  1. Fork it (https://github.com/GnikDroy/AnimeTV/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Gnik - gnikdroy@gmail.com

Distributed under the MIT license. See LICENSE for more information.

About

Anime Viewer for your android device.

License:MIT License


Languages

Language:Java 100.0%