Description
Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API.
PopularMovies alternatives and similar packages
Based on the "App" category.
Alternatively, view PopularMovies alternatives based on common mentions on social networks and blogs.
-
HomeMirror
Android application powering the mirror in my house -
uhabits
Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits -
InstaMaterial
Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept) -
AmazeFileManager
Material design file manager for Android -
#<Sawyer::Resource:0x00007fe2aa53a5b8>
An alternative frontend for YouTube, for Android. -
ViMusic
An Android application for streaming music from YouTube Music. -
Lightning Browser
A lightweight Android browser with modern navigation -
FlyRefresh
The implementation of https://dribbble.com/shots/2067564-Replace -
ForkHub
GitHub client for Android based on the abandoned official app -
Twidere-Android
Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature. -
Foodium 🍲
🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components). -
jianshi
A Full-Stack mobile app, including Android & Server, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style. -
2048-android
The android port of the 2048 game (for offline playing) -
MaterialAudiobookPlayer
Minimalistic audiobook player -
Bandhook-Kotlin
A showcase music app for Android entirely written using Kotlin language -
FeedEx
Flym News Reader is a light Android feed reader (RSS/Atom) -
Bourbon
An MVP Dribbble client for Android Mobile, Tablet, Wear and TV. -
News-Android-App
📱:newspaper: Android client for the Nextcloud news/feed reader app -
Endoscope
Endoscope lets you to stream live video between android devices over Wi-Fi! 📱📲 -
android-arsenal.com
Source to android-arsenal.herokuapp.com -
clean-status-bar
Tidy up your Android status bar before taking screenshots for the Play Store -
Leisure
Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books -
WaniKani-for-Android
An Android client application for the awesome kanji learning website wanikani.com -
AppIconNameChanger
Library to change Android launcher App Icon and App Name programmatically ! -
LeeCo
LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments. -
OpenFlappyBird
An open source clone of a famous flappy bird game for Android using AndEngine -
OpenLibra-Material
OpenLibra client on Material Design -
FoldingNavigationDrawer-Android
This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer. -
TurtlePlayer
A Free, Fully Fledged, Open-Source Music Player for Android -
GradientDrawableTuner
🕹️ See how the properties of Android's "shape" affect the Drawable's appearance, intuitively. -
MaterialDesignColorPalette
This is a dev tool to visualize the colours of Material design defined on -
freegemas-gdx
Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled. -
vanilla
Vanilla Music Player for Android (abandoned). Visit https://github.com/vanilla-music/vanilla for an actively developed fork
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PopularMovies or a related project?
README
Popular Movies Stage 1 + Stage 2
Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API.
✨ Screenshots
Main Screen | Demo | Favorites |
---|---|---|
[Fist](screenshots/Screenshot_1.jpg?raw=true) | [3](screenshots/demo_gif.gif?raw=true) | [3](screenshots/Screenshot_2.jpg?raw=true) |
Movie Details | Trailers | Reviews |
[4](screenshots/Screenshot_3.jpg?raw=true) | [5](screenshots/Screenshot_5.jpg?raw=true) | [6](screenshots/Screenshot_4.jpg?raw=true) |
🌟 Features
- Discover the most popular and the most rated movies
- User can view and play trailers on youtube
- Shows a list of reviews for each movie
- Users can mark a movie as favorite in the details view by tapping a heart icon
- Users can share movie trailers with their network
- Offline support: app makes use of
NetworkBoundResource
, which uses database as the single source of truth - Advanced uses of Room
- MVVM with Android Architecture Components(Room, LiveData, ViewModel)
- Pagination and endless scrolling using Android paging library
- Handle network status and network failures
- ConstraintLayout(guidelines, barriers... etc)
- Material design
🚀 Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Android Studio 3.2+
- Java JDK
Installing
Follow these steps if you want to get a local copy of the project on your machine.
1. Clone or fork the repository by running the command below
git https://github.com/YassinAJDI/PopularMovies.git
2. Import the project in AndroidStudio, and add API Key
- In Android Studio, go to File -> New -> Import project.
- Follow the dialog wizard to choose the folder where you cloned the project and click on open.
- Android Studio imports the projects and builds it for you.
- Add TheMovieDb API Key inside
gradle.properties
file.
TMDB_API_KEY="Your API Key here"
🤝 How to Contribute
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
📃 Libraries used
- AndroidX - Previously known as 'Android support Library'
- Glide - for loading and caching images
- Retrofit 2 - Type-safe HTTP client for Android and Java by Square, Inc.
- Gson - for serialization/deserialization Java Objects into JSON and back
- LiveData
- ViewModel
- Paging
- DataBinding
- OkHttp
- Timber
- CircleImageView
- TextDrawable
📝 License
This project is released under the MIT license. See [LICENSE](./LICENSE) for details.
MIT License
Copyright (c) 2018 Yassin Ajdi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*Note that all licence references and agreements mentioned in the PopularMovies README section above
are relevant to that project's source code only.