Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/Awesome-Android-Open-Source-Projects.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

373 changes: 373 additions & 0 deletions .idea/other.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Here's a list of open-source contributors who have compiled the resources:
- [JacobKerames](https://github.com/JacobKerames)
- [swapnil-musale](https://github.com/swapnil-musale)
- [Tunde-Sanusi](https://github.com/tuhamworld)
- [sharshv2012](https://github.com/sharshv2012)
- [sharshv2012](https://github.com/sharshv2012)
- [MaddyRizvi](https://github.com/MaddyRizvi)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,11 @@
- [Jetcaster](https://github.com/android/compose-samples/tree/master/Jetcaster)

- Jetcaster is a sample podcast app, built with Jetpack Compose. The goal of the sample is to showcase dynamic theming and full featured architecture.


- [MovieFinder](https://github.com/MaddyRizvi/movie-app)

- The Movie App is an Android application built using Java and follows the MVVM architecture. It fetches movie data from The Movie Database (TMDb) API and displays a list of movies on the screen in a user-friendly interface.

- [MovieGuide](https://github.com/esoxjem/MovieGuide)

- Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
Expand Down