Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-delouvencourt/cseries-android
Streaming android application.
https://github.com/c-delouvencourt/cseries-android
android app java streaming
Last synced: 4 days ago
JSON representation
Streaming android application.
- Host: GitHub
- URL: https://github.com/c-delouvencourt/cseries-android
- Owner: c-delouvencourt
- Created: 2017-03-19T15:33:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T15:42:09.000Z (over 7 years ago)
- Last Synced: 2023-07-20T14:51:10.629Z (over 1 year ago)
- Topics: android, app, java, streaming
- Language: Java
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSeries | Streaming Android application
See all of your series in a android app.**How to use ?**
> **1-** Clone the project in your ide:
```
git clone https://github.com/NHClement/CSeries-Android.git
```> **2-** Go to the class CSeriesAPI ans replace YOUR_LINK with your link where the CSeries website is hosted.
```
public static String API_URL = "YOUR_URL/api/";
public static String APP_LINK_URL = "YOUR_URL/CSeries.apk";// Version
public static String VERSION = "1.3";// URL API
public static String API_URL_LOGIN = API_URL + "Login.php";
public static String API_URL_SERIES = API_URL + "Series.php";
public static String API_URL_SAISONS = API_URL + "Saisons.php";
public static String API_URL_EPISODES = API_URL + "Episodes.php";
public static String API_URL_WATCH = API_URL + "Watch.php";
```> **3-** Go to your android device and install the app.
![Page de login](https://cseries.tk/fr/assets/img/app.jpg)
**Enjoy !**