{"id":20714250,"url":"https://github.com/theogrammer/kotlin-flixster","last_synced_at":"2025-07-26T12:03:24.565Z","repository":{"id":89990187,"uuid":"463788188","full_name":"theogrammer/Kotlin-Flixster","owner":"theogrammer","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-08T07:30:16.000Z","size":4123,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T21:42:59.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theogrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-26T07:43:31.000Z","updated_at":"2022-02-26T07:56:14.000Z","dependencies_parsed_at":"2023-05-30T19:45:38.363Z","dependency_job_id":null,"html_url":"https://github.com/theogrammer/Kotlin-Flixster","commit_stats":null,"previous_names":["theogrammer/kotlin-flixster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theogrammer%2FKotlin-Flixster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theogrammer%2FKotlin-Flixster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theogrammer%2FKotlin-Flixster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theogrammer%2FKotlin-Flixster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theogrammer","download_url":"https://codeload.github.com/theogrammer/Kotlin-Flixster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242988235,"owners_count":20217537,"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":[],"created_at":"2024-11-17T02:30:29.713Z","updated_at":"2025-03-11T06:46:16.878Z","avatar_url":"https://github.com/theogrammer.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin-Flixster\n# Flix\nFlix is an app that allows users to browse movies from the [The Movie Database API](http://docs.themoviedb.apiary.io/#).\n📝 `NOTE` Paste this template at the top of your existing `README.md` file from part 1 of this assignment. (🚫 Remove this paragraph after after checking off completed user stories)\n\n## Flix Part 2\n\n### User Stories\n\n#### REQUIRED (10pts)\n\n- [x] (8pts) Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity.\n- [x] (2pts) Allow video posts to be played in full-screen using the YouTubePlayerView.\n\n#### BONUS\n\n- [ ] Implement a shared element transition when user clicks into the details of a movie (1 point).\n- [ ] Trailers for popular movies are played automatically when the movie is selected (1 point).\n  - [ ] When clicking on a popular movie (i.e. a movie voted for more than 5 stars) the video should be played immediately.\n  - [ ] Less popular videos rely on the detailed page should show an image preview that can initiate playing a YouTube video.\n- [ ] Add a play icon overlay to popular movies to indicate that the movie can be played (1 point).\n- [ ] Apply data binding for views to help remove boilerplate code. (1 point)\n- [ ] Add a rounded corners for the images using the Glide transformations. (1 point)\n\n### App Walkthough GIF\n\n`TODO://` Add the URL to your animated app walkthough `gif` in the image tag below, `YOUR_GIF_URL_HERE`. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif)\n\n\u003cimg src=\"kotlin_flixster2.gif\" width=250\u003e\u003cbr\u003e\n\n### Notes\n\nDescribe any challenges encountered while building the app.\n\n## Open-source libraries used\n- [Android Async HTTP](https://github.com/codepath/CPAsyncHttpClient) - Simple asynchronous HTTP requests with JSON parsing\n- [Glide](https://github.com/bumptech/glide) - Image loading and caching library for Android\n\n\n---\n\n## Flix Part 1\n\n### User Stories\n`TODO://` In the **User Stories section below**, add an `x` in the `-[ ]` like this `- [x]` for any user story you complete. (🚫 Remove this paragraph after after checking off completed user stories)\n\n#### REQUIRED (10pts)\n- [x] (10pts) User can view a list of movies (title, poster image, and overview) currently playing in theaters from the Movie Database API.\n\n#### BONUS\n- [ ] (2pts) Views should be responsive for both landscape/portrait mode.\n   - [ ] (1pt) In portrait mode, the poster image, title, and movie overview is shown.\n   - [ ] (1pt) In landscape mode, the rotated alternate layout should use the backdrop image instead and show the title and movie overview to the right of it.\n\n- [ ] (2pts) Display a nice default [placeholder graphic](https://guides.codepath.org/android/Displaying-Images-with-the-Glide-Library#advanced-usage) for each image during loading\n- [ ] (2pts) Improved the user interface by experimenting with styling and coloring.\n- [ ] (2pts) For popular movies (i.e. a movie voted for more than 5 stars), the full backdrop image is displayed. Otherwise, a poster image, the movie title, and overview is listed. Use Heterogenous RecyclerViews and use different ViewHolder layout files for popular movies and less popular ones.\n\n### App Walkthough GIF\n`TODO://` Add the URL to your animated app walkthough `gif` in the image tag below, `YOUR_GIF_URL_HERE`. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif)\n\n\u003cimg src=\"kotlin_flixster.gif\" width=250\u003e\u003cbr\u003e\n\n### Notes\nDescribe any challenges encountered while building the app.\n\n### Open-source libraries used\n\n- [Android Async HTTP](https://github.com/codepath/CPAsyncHttpClient) - Simple asynchronous HTTP requests with JSON parsing\n- [Glide](https://github.com/bumptech/glide) - Image loading and caching library for Androids\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheogrammer%2Fkotlin-flixster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheogrammer%2Fkotlin-flixster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheogrammer%2Fkotlin-flixster/lists"}