{"id":13494438,"url":"https://github.com/Kashish-Sharma/TheMovieDBApp","last_synced_at":"2025-03-28T14:31:19.580Z","repository":{"id":201558906,"uuid":"150933807","full_name":"Kashish-Sharma/TheMovieDBApp","owner":"Kashish-Sharma","description":"Movie App built with Android architecture components (LiveData, ViewModel, Room, Paging) and repository pattern. ","archived":false,"fork":false,"pushed_at":"2020-09-19T17:20:01.000Z","size":9721,"stargazers_count":45,"open_issues_count":1,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T09:36:53.265Z","etag":null,"topics":["android","android-architecture-components","kotlin","livedata","movie","movies","movies-api","paging-library","repository-pattern","room","room-persistence-library","themoviedb-api","viewmodel"],"latest_commit_sha":null,"homepage":"https://kashish-sharma.github.io/cinopsys-page/","language":"Kotlin","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/Kashish-Sharma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-30T05:30:13.000Z","updated_at":"2024-03-05T17:09:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"358bfcfe-1fcc-4480-9db8-ee8b80c7f8f8","html_url":"https://github.com/Kashish-Sharma/TheMovieDBApp","commit_stats":null,"previous_names":["kashish-sharma/themoviedbapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kashish-Sharma%2FTheMovieDBApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kashish-Sharma%2FTheMovieDBApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kashish-Sharma%2FTheMovieDBApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kashish-Sharma%2FTheMovieDBApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kashish-Sharma","download_url":"https://codeload.github.com/Kashish-Sharma/TheMovieDBApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246045919,"owners_count":20714872,"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","android-architecture-components","kotlin","livedata","movie","movies","movies-api","paging-library","repository-pattern","room","room-persistence-library","themoviedb-api","viewmodel"],"created_at":"2024-07-31T19:01:25.055Z","updated_at":"2025-03-28T14:31:14.824Z","avatar_url":"https://github.com/Kashish-Sharma.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"\u003ca href=\"https://www.producthunt.com/posts/cinopsys?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-cinopsys\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=176299\u0026theme=dark\" alt=\"Cinopsys - Movie \u0026 TV Show Manager | Product Hunt Embed\" style=\"width: 250px; height: 54px;\" width=\"250px\" height=\"54px\" /\u003e\u003c/a\u003e\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.cinopsys.movieshows\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/google-play-badge-small.png' height=\"100\" width=\"250\" /\u003e\u003c/a\u003e\n##### Google Play and the Google Play logo are trademarks of Google LLC.\n\n# TheMovieDBApp \nBefore you continue\n------\n* The App is still under development so this may contain some errors.\u003cbr\u003e\n* Generate your own TheMovieDb api [key](https://developers.themoviedb.org/3/getting-started/introduction) \u003cbr\u003e\n* Create a class named **API_KEY.kt** in [app\\src\\main\\java\\kashish\\com](https://github.com/Kashish-Sharma/TheMovieDBApp/tree/master/app/src/main/java/kashish/com)\n* Copy and paste following code with your API KEY :\n  ```kotlin\n  class API_KEY{\n    companion object {\n        val TMDB_API_KEY = \"YOUR API KEY\";\n    }\n  }\n  ```\n * Create a new firebase [project](https://console.firebase.google.com) and then paste the generated **google-services.json** key in app directory\n * These are required steps, app won't build without these. \n * Firebase is needed for crashlytics support. \n * If you don't want to add firebase, just remove all firebase dependencies from gradle file.\n\n\nDescription\n---------\n* TheMovieDBApp is movies app built with android architecture components and the repository pattern (LiveData, ViewModel, Room, Paging).\u003cbr\u003e\n* TheMovieDb API is used to fetch movie details.\n\nScreenshots\n-----------\n* **Fragments**\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/nowshowing.jpg\" alt=\"NowShowing\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/upcoming.jpg\" alt=\"Upcoming\" width=\"250dp\" height=\"400dp\"\u003e         \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/toprated.jpg\" alt=\"TopRated\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003c/p\u003e\n\n* **Details Activity**\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/details1.jpg\" alt=\"Details\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/details2.jpg\" alt=\"Details\" width=\"250dp\" height=\"400dp\"\u003e      \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/details3.jpg\" alt=\"Details\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003c/p\u003e\n\n* **Night mode**\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/nowshowing_dark.jpg\" alt=\"nowshowing_dark\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/details1_dark.jpg\" alt=\"Details\" width=\"250dp\" height=\"400dp\"\u003e      \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/details2_dark.jpg\" alt=\"Details\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003c/p\u003e\n\n* **Others**\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/favourites.jpg\" alt=\"Favourites\" width=\"250dp\" height=\"400dp\"\u003e          \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/similar.jpg\" alt=\"Similar\" width=\"250dp\" height=\"400dp\"\u003e      \n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/search.jpg\" alt=\"Search\" width=\"250dp\" height=\"400dp\"\u003e\u003cbr\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/settings.jpg\" alt=\"Settings\" width=\"250dp\" height=\"400dp\"\u003e\n\u003cimg src=\"https://github.com/Kashish-Sharma/TheMovieDBApp/blob/master/Screenshots/chooseregion.jpg\" alt=\"Region\" width=\"250dp\" height=\"400dp\"\u003e\u003cbr\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKashish-Sharma%2FTheMovieDBApp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKashish-Sharma%2FTheMovieDBApp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKashish-Sharma%2FTheMovieDBApp/lists"}