{"id":19319532,"url":"https://github.com/csanjeev25/movies","last_synced_at":"2026-06-18T15:31:55.012Z","repository":{"id":110544694,"uuid":"118772621","full_name":"csanjeev25/Movies","owner":"csanjeev25","description":"An android application that shows highest rated movies/tv shows showing trailers and review","archived":false,"fork":false,"pushed_at":"2018-02-04T09:27:52.000Z","size":190,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T05:13:00.014Z","etag":null,"topics":["android","databinding","dependency-injection","java8","mvvm-architecture","picasso","retrofit2","retrolambda","rxandroid2","rxjava2","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","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/csanjeev25.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":"2018-01-24T13:59:12.000Z","updated_at":"2023-10-21T13:20:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"33554707-52dc-41c7-80b9-a180aa8897db","html_url":"https://github.com/csanjeev25/Movies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csanjeev25/Movies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FMovies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FMovies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FMovies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FMovies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csanjeev25","download_url":"https://codeload.github.com/csanjeev25/Movies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FMovies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34497219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","databinding","dependency-injection","java8","mvvm-architecture","picasso","retrofit2","retrolambda","rxandroid2","rxjava2","xml"],"created_at":"2024-11-10T01:24:07.697Z","updated_at":"2026-06-18T15:31:54.994Z","avatar_url":"https://github.com/csanjeev25.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movies\nAn android application that shows highest rated movies/tv shows showing trailers and review\nThis application follows a MVVM architecture\nThis app uses themoviedb.org database and uses RxJava2,RxAndroid2,Android DataBinding,Dagger2.\nHere are some useful links I followed while devloping this app:\n\nAndroid Transitions:\nhttps://medium.com/@ali.muzaffar/understanding-vectordrawable-pathdata-commands-in-android-d56a6054610e\nhttps://developer.android.com/studio/build/gradle-tips.html\nhttps://developer.android.com/training/transitions/transitions.html\nhttps://developer.android.com/training/material/animations.html#Transitions\n\nDagger2:\nhttps://github.com/codepath/android_guides/wiki/Dependency-Injection-with-Dagger-2\n\nRxJava,RxAndroid:\nhttps://github.com/ReactiveX/RxAndroid\nhttps://medium.com/@vanniktech/rxjava-2-disposable-under-the-hood-f842d2373e64\nhttps://blog.mindorks.com/rxjava-anatomy-what-is-rxjava-how-rxjava-is-designed-and-how-rxjava-works-d357b3aca586\nhttp://reactivex.io/documentation/subject.html\nhttps://www.androidauthority.com/reactive-programming-with-rxandroid-711104/\nhttps://medium.com/appunite-edu-collection/rxjava-flatmap-switchmap-and-concatmap-differences-examples-6d1f3ff88ee0\nhttps://github.com/square/okhttp/wiki/Calls\nhttps://blog.mindorks.com/understanding-rxjava-subject-publish-replay-behavior-and-async-subject-224d663d452f\nhttps://www.google.co.in/search?q=why+dont+we+call+enqueue+when+using+retrofit+with+rxjava\u0026ie=utf-8\u0026oe=utf-8\u0026client=firefox-b-ab\u0026gfe_rd=cr\u0026dcr=0\u0026ei=PMBwWrTyIIqmX4zBgbAC\n\nMVVM:\nhttps://medium.com/upday-devs/android-architecture-patterns-part-3-model-view-viewmodel-e7eeee76b73b\nhttp://upday.github.io/blog/mvvm_rx_common_mistakes/\nhttp://www.vogella.com/tutorials/AndroidArchitecture/article.html\n\n\nRetroLambda:\nhttp://www.vogella.com/tutorials/Retrolambda/article.html\nhttps://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html\n\nDataBinding:\nhttps://developer.android.com/topic/libraries/data-binding/index.html#observable_collections\n\nRetrofit2:\nhttp://square.github.io/retrofit/\nhttps://github.com/square/retrofit/wiki/Call-Adapters\nhttp://square.github.io/okhttp/3.x/okhttp/\nhttps://www.ntu.edu.sg/home/ehchua/programming/webprogramming/HTTP_Basics.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsanjeev25%2Fmovies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsanjeev25%2Fmovies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsanjeev25%2Fmovies/lists"}