An Android mini-app that displays a hardcoded list of movies : title, director, duration, and poster URL. The main screen is a RecyclerView, with a custom adapter and a small model class named Cinema. Tapping a movie shows its title, and there is also a full-screen image activity for posters.
It is not wired to an API or database, the movie catalog lives directly in MainActivity.java. That makes it simple but also easy to understand : open the main activity and the whole app idea is right there.
Open it in Android Studio, let Gradle sync, then run the app module on an emulator or phone. If the SDK path differs from the original machine, update local.properties.
The icon folders are mostly generated launcher/icon assets, plus the original AI-generated logo image sitting at the root. The app name (Popcorn Time) is a nod to the famous streaming app :)
This repository was archived by the owner on May 5, 2026. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|