{"id":13636180,"url":"https://github.com/vendz/Cineapp","last_synced_at":"2025-04-19T04:32:17.988Z","repository":{"id":41509823,"uuid":"450781006","full_name":"vendz/Cineapp","owner":"vendz","description":"🍿 Movies and TV Shows streaming App powered by TMDb","archived":false,"fork":false,"pushed_at":"2022-10-29T09:59:15.000Z","size":12652,"stargazers_count":40,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T05:35:07.010Z","etag":null,"topics":["android","movie-streaming","movies","streaming","tmdb","torrent","tv-shows"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vendz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-22T10:11:19.000Z","updated_at":"2024-09-17T15:32:08.000Z","dependencies_parsed_at":"2022-09-01T14:50:16.464Z","dependency_job_id":null,"html_url":"https://github.com/vendz/Cineapp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendz%2FCineapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendz%2FCineapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendz%2FCineapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendz%2FCineapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vendz","download_url":"https://codeload.github.com/vendz/Cineapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249606495,"owners_count":21298851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","movie-streaming","movies","streaming","tmdb","torrent","tv-shows"],"created_at":"2024-08-02T00:00:58.214Z","updated_at":"2025-04-19T04:32:17.492Z","avatar_url":"https://github.com/vendz.png","language":"Java","funding_links":[],"categories":["📱 Application"],"sub_categories":[],"readme":"# Cineapp\n\n#### A Movie / TV-Show streaming app with elegant UI\n\n|     |     |     |\n| --- | --- | --- |\n| ![](https://i.imgur.com/8r4B9lS.jpg) | ![](https://i.imgur.com/53HqjnI.jpg) | ![](https://i.imgur.com/bz31yDf.jpg) |\n\n|     |     |\n| --- | --- |\n| ![](https://i.imgur.com/CyWblFh.jpg) | ![](https://i.imgur.com/sf10Heu.jpg) |\n\n# Implementations\n\u003cul\u003e\n\u003cli\u003eThe Movie Database (TMDb)\u003c/li\u003e\n\u003cli\u003eRoom Database\u003c/li\u003e\n\u003cli\u003eRetrofit - for networking\u003c/li\u003e\n\u003cli\u003eGlide - for images\u003c/li\u003e\n\u003c/ul\u003e\n\n# API Keys\nCineapp uses [The Movie DB](https://www.themoviedb.org/) API in order to fetch all the Movies and TV Shows Data and a Closed source API to stream movies and shows.\n\nNow, open file named `Constants.java` and put your API Key's in there.\nFor example,\n\n```java\npublic class Constants {\n    public static final String API_KEY = \"TMDB-API-KEY\";\n    public static final String YOUTUBE_API_KEY = \"YOUTUBE-API-KEY\";\n    public static final String BASE_URL = \"https://api.themoviedb.org/3/\";\n    public static final String MOVIE_STREAM_URL = \"CANNOT-BE-DISCLOSED\";\n    public static final String SERIES_STREAM_URL = \"CANNOT-BE-DISCLOSED\";\n    public static final String IMAGE_LOADING_BASE_URL_1280 = \"https://image.tmdb.org/t/p/w1280/\";\n    public static final String IMAGE_LOADING_BASE_URL_342 = \"https://image.tmdb.org/t/p/w342/\";\n    public static final String IMAGE_LOADING_BASE_URL_780 = \"https://image.tmdb.org/t/p/w780/\";\n    public static final String YOUTUBE_THUMBNAIL_BASE_URL = \"https://img.youtube.com/vi/\";\n    public static final String YOUTUBE_THUMBNAIL_IMAGE_QUALITY = \"/hqdefault.jpg\";\n\n    public static final String MOVIE_ID = \"movie_id\";\n    public static final String SERIES_ID = \"series_id\";\n    public static final String PERSON_ID = \"person_id\";\n\n    public static final String VIEW_ALL_MOVIES_TYPE = \"type_view_all_movies\";\n    public static final int POPULAR_MOVIES_TYPE = 2;\n    public static final int TOP_RATED_MOVIES_TYPE = 3;\n\n    public static final String VIEW_ALL_TV_SHOWS_TYPE = \"type_view_all_tv_shows\";\n    public static final int ON_THE_AIR_TV_SHOWS_TYPE = 1;\n    public static final int POPULAR_TV_SHOWS_TYPE = 2;\n    public static final int TOP_RATED_TV_SHOWS_TYPE = 3;\n\n    public static final int TAG_FAV = 0;\n    public static final int TAG_NOT_FAV = 1;\n}\n\n```\n\n**Download the APK from [releases tab](https://github.com/vendz/Cineapp/releases)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendz%2FCineapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvendz%2FCineapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendz%2FCineapp/lists"}