https://github.com/zobaer53/noflix
NoFlix is an Android app for watching adfree Movies & TV Shows
https://github.com/zobaer53/noflix
adblock-plus adblocker adfree android clean-architecture dagger-hilt duckduckgo jetpack-compose jetpack-navigation jetpack-pagination jetpackcompose kotlin kotlin-coroutines kotlin-serialization movies noflix retrofit tv-shows webview
Last synced: about 1 month ago
JSON representation
NoFlix is an Android app for watching adfree Movies & TV Shows
- Host: GitHub
- URL: https://github.com/zobaer53/noflix
- Owner: zobaer53
- License: apache-2.0
- Created: 2023-07-03T07:53:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T07:43:16.000Z (about 2 months ago)
- Last Synced: 2025-03-25T08:36:09.764Z (about 2 months ago)
- Topics: adblock-plus, adblocker, adfree, android, clean-architecture, dagger-hilt, duckduckgo, jetpack-compose, jetpack-navigation, jetpack-pagination, jetpackcompose, kotlin, kotlin-coroutines, kotlin-serialization, movies, noflix, retrofit, tv-shows, webview
- Language: Kotlin
- Homepage:
- Size: 18 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.png)





# NoFlix
NoFlix is an application for Android to watch ad-free Movies & TV Shows using Webview.
# Preview
https://github.com/zobaer53/zeDMoviesApp/assets/61627836/3743cf43-8afc-4984-b392-b425784ef823
# Screens
![]()
![]()
![]()
![]()
# Architecture
The **NoFlix** app follows the
[official architecture guidance](https://developer.android.com/topic/architecture)
# API Keys
NoFlix uses [The Movie DB](https://www.themoviedb.org/) API in order to fetch all the Movies and TV Shows Data.
To run this application on your machine you have to issue an API KEY from The Movie DB and place it local.properties
```
API_KEY = "yourApiKey"
```
# Fix Cmake not found issuego to sdk tools and download Cmake 3.10.2 sdk [Stackoverflow](https://stackoverflow.com/questions/71853200/cmake-3-10-2-not-found-in-sdk-path-or-by-cmake-dir-prop).
# Credits
- Design on [Figma](https://www.figma.com/community/file/1088719884686291024).
# 📫 How to reach me
**[email protected]**Connect with me:
# License
```xml
Copyright 2023 zobaer53 (Zobaer Hossain)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.