Skip to content

SaboryTV 🍲📺 is your ultimate cooking and recipe streaming app for Android TV. Powered by Firebase 🔥 for real-time updates and secure authentication, it’s built with Clean Architecture and MVI 🏛️. Experience a sleek, modern interface designed with Jetpack Compose for TV 📺, making your cooking adventures easy and enjoyable.

License

Notifications You must be signed in to change notification settings

sergio11/saborytv_android

Repository files navigation

SaboryTV 🍳📺: Your Personal Chef, Right on Your TV

Welcome to SaboryTV, the ultimate platform to elevate your cooking experience directly from your Smart TV. Whether you're aiming to refine your culinary skills, explore new flavors, or simply follow along with top chefs, SaboryTV is designed to cater to your tastes and dietary goals. With an extensive collection of recipes, tailored to your preferences, you'll be able to create the perfect dish every time. 🍝🍰

With SaboryTV, you can watch expert chefs in action and follow their step-by-step instructions from the comfort of your kitchen. The platform offers an interactive, hands-free experience that guides you through every detail of the recipe—from ingredient prep to plating—so you can focus on perfecting your dish without distractions. 👨‍🍳👩‍🍳

Built using Jetpack Compose for TV, SaboryTV integrates seamlessly into your Smart TV environment. Utilizing 🍮 Fudge, a powerful UI Kit for TV apps, SaboryTV ensures smooth navigation and a delightful user experience. Our platform is designed to make following along with cooking videos intuitive, engaging, and fun, turning your kitchen into a culinary playground. 🍽️✨

A heartfelt thank you to the creators of the JetFit repository for providing such an invaluable starting point for Jetpack Compose for TV. Your work has been incredibly inspiring and instrumental in shaping the development of this project.

Happy cooking with SaboryTV! 🎉👨‍🍳

Slides are built using the template from Previewed. I extend my gratitude to them for their remarkable work and contribution.

Overview 🌐

SaboryTV is not just a recipe guide—it's your ultimate culinary companion designed to enhance your cooking experience and accommodate the entire family. Here’s a look at what makes SaboryTV a standout platform:

Personalized Profiles 👥

With SaboryTV, each family member can create their own profile, allowing everyone to save their favorite recipes and receive personalized recommendations. This feature ensures that everyone in your household can enjoy a tailored cooking experience based on their own tastes and dietary preferences.

Advanced Recipe Search 🔍

Our advanced search functionality lets you find recipes based on various criteria, including:

  • Preparation Time ⏳: Find recipes that fit your schedule.
  • Video Language 🌍: Choose recipes with instructions in your preferred language.
  • Recipe Category 📂: Explore recipes categorized as appetizers, main courses, sides, and desserts.
  • Recipe Type 🥗: Filter by types such as Vegan, Vegetarian, Gluten-Free, and High Protein.

Customizable Preferences ⚙️

SaboryTV offers a range of customization options to enhance your experience:

  • Default Video Resolution 📺: Set your preferred resolution for streaming recipes.
  • App Language 🌐: Select the language for the app interface.
  • Measurement System 📏: Choose between Metric and Imperial units for your recipes.

With these features, SaboryTV ensures a seamless, user-friendly experience tailored to your cooking needs and preferences. Whether you're looking for new recipes, saving your favorites, or adjusting the app to fit your lifestyle, SaboryTV has got you covered. 🍳📺

Technologies Used 🛠️

  • Kotlin: The language of choice for developing Android applications, offering modern syntax and powerful features to streamline coding and enhance productivity. 🚀

  • Firebase Platform:

    • Firestore: 🔥 A NoSQL cloud database that provides real-time data synchronization and offline support. It scales seamlessly with your app's needs, ensuring fast and reliable data retrieval. 📊✨
    • Firebase Auth: 🔐 Handles user authentication with ease, providing secure sign-in and user management capabilities. Supports various authentication methods, including email/password, social media logins, and more. 🛡️📱
    • Firebase Storage: ☁️ Stores and serves user-generated content like profile images and media files. Offers robust and scalable storage solutions with built-in security and easy integration with other Firebase services. 📸🎥
  • Coroutines: 🌀 Simplifies asynchronous programming and manages background tasks efficiently. Ensures smooth, non-blocking operations, enhancing the app's responsiveness and user experience. ⏱️

  • Clean Architecture: 🏗️ Promotes a well-structured and scalable app design by separating concerns into distinct layers. Enhances maintainability, testability, and overall robustness of the application. 🔍

  • MVI (Model-View-Intent): 📈 Implements a unidirectional data flow pattern, making state management predictable and consistent. Ensures a clear separation between UI components and business logic. 🔄

  • Jetpack Compose for TV: 📺 Leverages Jetpack Compose to build modern, responsive UIs tailored for TV screens. Focuses on reusability and a seamless viewing experience, optimizing the interface for large displays. 🎨

  • Jetpack Compose Navigation: 🗺️ Facilitates in-app navigation and screen transitions with a clear and concise API. Supports deep linking and helps manage complex navigation flows effortlessly. 🚦

  • Material Design 3: 🎨 Applies the latest Material Design guidelines to create a visually appealing and intuitive user interface. Ensures consistency and enhances the overall aesthetic of the app. 🖌️

  • 🍮 Fudge: Fudge is a Jetpack Compose UI Kit tailored for TV apps. It provides pre-built components and tools to craft engaging and seamless experiences on the big screen. Simplify your TV app development with Fudge! 🎬🚀

  • Jetpack DataStore: 💾 A modern data storage solution for storing key-value pairs and typed objects. Provides a robust and asynchronous API for data management, ensuring consistent and reliable data handling in your app. 🔐

  • Media3 for Media Playback:

    • Media3 ExoPlayer: 🎥 Part of the Media3 library, ExoPlayer is a powerful media player that supports a wide range of media formats and advanced features like adaptive streaming and DRM support. Ensures high-quality and smooth playback experiences. 📻🍿
    • Media3 UI: 🎨 Provides UI components and tools to integrate media playback controls seamlessly into your app's interface. Enhances the media playback experience with customizable and user-friendly controls. 🕹️
  • Dagger Hilt: 🧩 A dependency injection library that simplifies the management of dependencies in your app. It reduces boilerplate code and enhances modularity by providing a clear and concise way to inject dependencies and manage their lifecycle. 🔧💡

  • Mapper Pattern: 🔄 Facilitates conversion between different data models (DTOs, BOs, etc.), ensuring data consistency and smooth interactions across various application components. 📐

Architecture Overview 🏛️

Our application is designed with a robust and scalable architecture to ensure maintainability, testability, and flexibility. The architecture leverages several design patterns and principles to create a well-structured and efficient system.

Clean Architecture 🏗️

Clean Architecture is the foundation of our design, focusing on separating concerns into distinct layers. This approach enhances the maintainability and testability of the code by isolating business logic from the UI and data layers. Our architecture typically includes the following layers:

  • Presentation Layer: Handles the UI and user interactions, using Jetpack Compose for building modern and responsive interfaces.
  • Domain Layer: Contains the business logic and use cases. It defines the core functionality of the application and is independent of external frameworks.
  • Data Layer: Manages data sources and repositories, providing a consistent interface for data access. It abstracts the details of data retrieval and storage from the rest of the application.

Data Sources 📦

Data sources are responsible for fetching and managing data from various origins. We utilize multiple data sources, such as:

  • Remote Data Sources: Interact with cloud services or web APIs (e.g., Firebase Firestore, Firebase Auth).
  • Local Data Sources: Handle local data storage (e.g., Jetpack DataStore, SQLite).

Repository Pattern 🗃️

The repository pattern provides a unified interface for accessing data, regardless of whether it's coming from a remote server or local storage. Repositories manage data operations and serve as a single source of truth for the application's data. This pattern decouples data retrieval and storage from the rest of the application, allowing for easier testing and maintenance.

Use Cases 🧩

In the Domain Layer, Use Cases (also known as Interactors) represent specific actions or operations that the application can perform. They encapsulate business logic and interact with repositories to retrieve or modify data. Use Cases ensure that the business rules and application flow are managed correctly, providing a layer of abstraction that protects the domain logic from changes in the data or presentation layers. By focusing on specific tasks or operations, Use Cases contribute to the modularity and flexibility of the application.

Inversion of Control (IoC) 🔄

Inversion of Control is a principle where the control flow of the application is inverted. Dependencies are injected rather than being hardcoded. This is achieved through:

  • Dependency Injection (DI): Managed by Dagger Hilt, DI simplifies the management of dependencies and their lifecycle, promoting modularity and reducing boilerplate code.

SOLID Principles 📏

We apply SOLID principles to ensure our codebase remains clean, modular, and maintainable:

  • Single Responsibility Principle (SRP): Each class or module has one responsibility, reducing complexity and improving cohesion.
  • Open/Closed Principle (OCP): Classes and modules are open for extension but closed for modification, promoting flexibility and reducing the risk of introducing bugs.
  • Liskov Substitution Principle (LSP): Subtypes must be substitutable for their base types without altering the correctness of the program, ensuring proper inheritance hierarchies.
  • Interface Segregation Principle (ISP): Clients should not be forced to depend on interfaces they do not use, promoting more focused and cohesive interfaces.
  • Dependency Inversion Principle (DIP): High-level modules should not depend on low-level modules; both should depend on abstractions. This principle encourages a more flexible and decoupled design.

MVI (Model-View-Intent) 📈

MVI is employed for managing the state and interactions within the application:

  • Model: Represents the application's state and business logic.
  • View: Displays the UI and reacts to state changes.
  • Intent: Represents user actions or events that drive changes in the state.

By applying MVI, we achieve a unidirectional data flow, making state management predictable and consistent.

This architecture ensures that our application is well-structured, easy to maintain, and scalable, while adhering to best practices and design principles.

App Screenshots 📸

Dive into SaboryTV and explore its vibrant and intuitive design with these screenshots showcasing the heart of our app!

Onboarding 🏠

Kickstart your culinary adventure with our Onboarding screens. If you’re new to SaboryTV and haven’t logged in yet, you’ll be greeted by our welcoming landing page. Here, you can get a sneak peek of what’s in store 📜 and easily navigate to login 🔒 or create a new account 🆕 to start your flavorful journey.

Sign In 🔑

Ready to join the SaboryTV kitchen? Log in with your email and password to access all the delicious features awaiting you. If you’re not yet a member, don’t worry—our sign-up process is just a tap away! 🌟✉️

Sign Up ✨

Welcome to SaboryTV! 🎉 Setting up your account is a breeze and opens the door to a world of culinary delights. Ready to cook up something amazing? 🍽️

Simply enter your details: your name 📝, email 📧, and a secure password 🔒. Choose a password that’s memorable yet secure—your culinary adventure is our priority!

Once you’ve filled in the fields, hit "Register" ✅ and you’re all set! 🎊 You’re now part of the SaboryTV family, ready to explore and enjoy exclusive recipes and features. 🚀🌟

Managing Your Profiles 👤

Step into the Profiles section where customization and ease meet to enhance your cooking journey. Here’s how you can make SaboryTV truly yours:

  • Profile Selection: Choose which profile you’d like to use from the Profile Selection screen. It’s your personal space where you can keep track of favorite recipes and tailored recommendations.

  • Creating Profiles: Add up to four profiles to cater to family members or different users. Customize each profile with its own alias and avatar, and make cooking a fun, personalized experience for everyone!

  • Editing Profiles: Update your profile’s alias and avatar or change your security PIN with ease. Keep your account secure and reflect your personality in every way you choose.

  • Deleting Profiles: If a profile is no longer needed, delete it and remove all associated favorites and data. This keeps your app clean and organized, focusing on the recipes and features that matter most to you.

The Profiles section is all about flexibility and personalization, ensuring your cooking journey is as unique as you are.

Exploring the Home Screen 📱

Welcome to the vibrant Home Screen, the hub of your culinary adventure. Here’s what awaits you:

  • Featured Recipes Carousel 🎠: Swipe through our rotating selection of standout recipes. This dynamic showcase highlights popular and trending dishes to inspire your next culinary creation.

  • Categories Row 📊: Browse through a variety of recipe categories, from appetizers to desserts. Presented in a sleek horizontal list, it’s easy to find recipes based on what you’re craving or your current cooking goals.

  • Personalized Recipe Recommendations ⭐: Discover recipes tailored to your taste and preferences. Based on your cooking history and likes, this section offers suggestions that are perfect for your culinary journey.

The Home Screen is designed to make your exploration of recipes delightful and engaging. Whether you’re checking out featured dishes, exploring categories, or receiving personalized suggestions, everything is organized to enhance your cooking experience.

Exploring Recipes and More 🍽️✨

Step into the Recipes section, your ultimate culinary playground where your cooking adventures come to life! 🎉 This hub is designed to help you explore and enjoy a variety of recipes that cater to your dietary preferences and goals.

In this section, you’ll find a diverse array of categories and types to explore:

  • Recipe Types 🌱🍲: Discover a wide range of recipes tailored to different dietary needs:
    • Vegan 🌿: Plant-based recipes that are completely free from animal products. Perfect for those who follow a vegan lifestyle or want to try something new and plant-powered.
    • Vegetarian 🥕: Delicious recipes that exclude meat but may include dairy and eggs. Ideal for those who prefer a vegetarian diet or are looking for tasty meat-free options.
    • Gluten-Free 🌾🚫: Mouthwatering dishes that are free from gluten, perfect for those with gluten sensitivities or celiac disease.
    • High-Protein 💪: Recipes packed with protein to support muscle building and recovery. Great for athletes or anyone looking to boost their protein intake.

  • Categories 📚: Browse through various recipe categories to find exactly what you’re in the mood for:
    • Appetizers 🍢: Tantalizing starters to kick off your meal with flair.
    • Main Courses 🍽️: Hearty and satisfying dishes that are the centerpiece of your meal.
    • Side Dishes 🥗: Delicious sides to complement your main course and add variety to your plate.
    • Desserts 🍰: Sweet treats and indulgent desserts to finish your meal on a high note.

  • Special Features ✨: Take advantage of our advanced filtering and sorting options 🔍. Customize your search based on preparation time, recipe type, or dietary restrictions to find the perfect recipe for any occasion.

Once you find a recipe that excites your taste buds, check out the detailed view 📋. Here you’ll get all the essential information, including ingredients, instructions, preparation time, and any special tips, so you can easily recreate it in your own kitchen.

The Recipes section is crafted to be your personal culinary hub, where every meal is an adventure waiting to happen. Whether you’re exploring new dietary options or looking for your next favorite dish, this section has everything you need to make your cooking experience enjoyable and rewarding. 🌟🚀

Recipe Details 🍽️✨

When you dive into a recipe on SaboryTV, you’ll unlock a treasure trove of information to guide you through every delicious step. Our Recipe Detail Screen offers all the essential details and interactive features to ensure your cooking experience is smooth and enjoyable.

What You’ll Find in the Recipe Details:

  • Recipe Overview 📝: Get a quick glance at the recipe, including a description, preparation time, difficulty level, and the number of servings so you can plan your meal with ease.

  • Ingredients Count 🧄: Know exactly how many ingredients are needed, making it easy to gather everything beforehand.

  • Step-by-Step Instructions 📋: Detailed cooking steps are laid out for you, ensuring that you never miss a beat as you bring your dish to life.

  • Country of Origin 🌍: Curious about where the recipe comes from? The origin of the dish is highlighted so you can explore flavors from around the world.

  • Recipe Video 🎥: Prefer visual guidance? You can play the recipe video right from the detail screen, walking you through each step with a chef’s expertise.

Interactive Features 🔥

The recipe details go beyond just instructions—here are the interactive options you’ll enjoy:

  • Add to Favorites ❤️: Found a recipe you love? Save it to your personal collection and access it anytime.

  • Detailed Ingredient Info 🛒: Dive into the full ingredient list, complete with quantities and specific details, ensuring you have everything you need before you start cooking.

  • Step-by-Step Instructions 📖: Need a closer look at the instructions? Access the full step-by-step guide to cooking like a pro.

  • Chef’s Profile 👩‍🍳: Curious about the person behind the recipe? Check out the chef's profile to learn more about their expertise and other dishes they offer.

  • Share the Recipe 🌟: Spread the joy of cooking! Easily share your favorite recipes with friends and family, so they can enjoy the flavors too.

  • More Options 🎛️: From tweaking preferences to getting extra tips, you can access additional options to enhance your cooking experience.

With all these features at your fingertips, the Recipe Detail Screen is designed to make cooking easy, interactive, and a whole lot of fun. Whether you're following the video, checking the steps, or learning about the chef, everything you need is just a click away!

Favorites Section 🌟

Welcome to the Favorites section, your personal culinary treasure trove! Here you can keep all your cherished recipes just a tap away. 🍽️✨ This space is designed to make your cooking adventures even more enjoyable by providing quick access to your most-loved dishes.

What’s in the Favorites Section?

  • Quick Access: Instantly view all the recipes you’ve marked as favorites, so you can easily revisit and enjoy your top picks without searching again. ❤️
  • Detailed View: Tap on any favorite recipe to dive straight into its detailed view. You’ll find all the essential details, from ingredients to step-by-step instructions, right at your fingertips. 📋
  • Easy Cook: With just one click, you can start cooking any of your favorite recipes immediately. It’s all about making your kitchen experience as seamless and delightful as possible! 🚀

Make your cooking journey more efficient and personalized by keeping your favorite recipes close at hand. Enjoy effortless access to the dishes you love most, and savor every meal with ease! 🌟🍴

Recipe Player 🎥🍽️

The Recipe Player is where your culinary creations come to life on SaboryTV. Designed to provide a seamless and immersive cooking experience, it ensures you stay engaged and inspired throughout your culinary journey.

  • High-Quality Video 📺: Experience your recipes in stunning detail with support for Full HD and even 4K resolutions. The player adapts automatically to offer the best quality based on your connection, so you never miss a step.

  • Recipe Controls ⏯️: Effortlessly navigate through your cooking video with intuitive controls. You can pause, rewind, or skip forward, ensuring you stay right on track with your recipe.

  • On-Screen Guidance 🧭: Follow along with clear, on-screen instructions that guide you through each cooking step. Real-time tips and tricks from expert chefs help you master every dish with confidence.

  • Progress Tracking 📊: Keep track of your progress with visual cues that show how far you’ve come in the recipe and what’s left to do. Stay motivated as you cook through each step.

  • Full-Screen Mode 🖥️: Dive into your recipe with full-screen mode, minimizing distractions and allowing you to focus completely on your cooking.

The Recipe Player on SaboryTV is your ultimate kitchen companion, ensuring every recipe is not only delicious but also fun to prepare. Whether you're whipping up a quick meal or crafting a gourmet feast, the player provides everything you need for an exceptional cooking experience. 🍴🌟

Subscription Options 🌟🍴

In the Subscriptions section, discover flexible plans designed to enhance your culinary adventures on SaboryTV! 🎉✨ Whether you’re a casual cook or a culinary enthusiast, our subscription options offer exclusive access to premium recipes and features that will elevate your cooking experience.

Here’s what you need to know:

  • Choose Your Plan 🗓️: Pick the subscription that fits your cooking style and culinary goals. We offer three options: 1 month, 6 months, or 12 months. Each plan is crafted to provide continuous inspiration and access to a diverse array of recipes.

  • Enjoy Discounts 💰: The longer you commit, the more you save! Opt for a longer subscription period and enjoy special discounts. It’s a win-win—more savings and more delicious recipes at your fingertips!

  • Unlock Premium Recipes 🔓: With a subscription, you’ll gain exclusive access to high-quality, premium recipes not available in the free plan. Dive into gourmet dishes, advanced cooking techniques, and exclusive chef tutorials that will take your culinary skills to the next level.

The Subscriptions section ensures that your cooking journey is not only flavorful but also rewarding. With the flexibility to choose your plan and the added value of premium recipes, you’ll stay inspired and engaged, creating amazing dishes with ease. 🍽️🚀

Settings 🛠️🍽️

The Settings section on SaboryTV is your personal culinary control center, where you can fine-tune your app experience to match your tastes and preferences. 🌟 Here’s what you can customize:

  • Adjust Language 🌐: Choose the language that makes you feel most at home. Whether you prefer English, Spanish, or another language we offer, SaboryTV will adapt to your choice, ensuring a seamless and enjoyable cooking experience.

  • Select Measurement Units 📏: Pick your preferred unit of measurement—metric or imperial. Whether you’re accustomed to grams and liters or ounces and cups, SaboryTV will display recipe measurements in the format that suits you best.

  • Set Video Quality 📹: Control your video streaming experience by selecting the video quality. Choose from Full HD for crisp, clear visuals or opt for Automatic to let the app adjust the quality up to 4K based on your internet connection.

  • Learn About Us 🧑‍🍳: Discover more about the team behind SaboryTV and the vision that drives our platform. We’re excited to share our passion for food and cooking with you!

  • Log Out 🚪: Need to take a break or switch accounts? Easily log out and take a pause or switch profiles with just a few taps.

  • Manage Subscriptions 💳: Review and adjust your subscription plan. Change your current plan or even cancel your subscription if needed. Stay in control of your culinary journey and ensure your plan meets your evolving tastes and needs.

The Settings section ensures that you have the flexibility to tailor SaboryTV to your liking, enhancing your overall cooking experience. From language preferences to video quality settings, everything is designed to offer you a personalized and delightful culinary adventure. 🍽️🛠️

Contribution

Contributions to SaboryTV Android are highly encouraged! If you're interested in adding new features, resolving bugs, or enhancing the project's functionality, please feel free to submit pull requests.

Credits

SaboryTV is developed and maintained by Sergio Sánchez Sánchez (Dream Software). Special thanks to the open-source community and the contributors who have made this project possible. If you have any questions, feedback, or suggestions, feel free to reach out at dreamsoftware92@gmail.com.

Acknowledgements 🙏

We express our deep appreciation to Freepik for generously providing the resources used in this project.

Icons and images takes from Freepik from www.flaticon.es'

A heartfelt thank you to the creators of the JetFit repository for providing such an invaluable starting point for Jetpack Compose for TV. Your work has been incredibly inspiring and instrumental in shaping the development of this project.

The resources, examples, and insights provided in the JetFit repository served as a foundational reference, enabling us to build and expand upon your excellent groundwork. Your contributions have significantly accelerated our journey and enriched our understanding of creating seamless TV applications using Jetpack Compose. 📺✨

Imagen de chandlervid85 en Freepik - Imagen de lifeforstock en Freepik - Imagen de jcstudio en Freepik - Imagen de KamranAydinov en Freepik - Imagen de timolina en Freepik - Imagen de valeria_aksakova en Freepik - Imagen de jcomp en Freepik - Imagen de timolina en Freepik - Imagen de jcomp en Freepik - Imagen de azerbaijan_stockers en Freepik - Imagen de Racool_studio en Freepik - Imagen de fabrikasimf en Freepik - Imagen de topntp26 en Freepik - Imagen de topntp26 en Freepik

Visitors Count

Please Share & Star the repository to keep me motivated.

License ⚖️

This project is licensed under the MIT License, an open-source software license that allows developers to freely use, copy, modify, and distribute the software. 🛠️ This includes use in both personal and commercial projects, with the only requirement being that the original copyright notice is retained. 📄

Please note the following limitations:

  • The software is provided "as is", without any warranties, express or implied. 🚫🛡️
  • If you distribute the software, whether in original or modified form, you must include the original copyright notice and license. 📑
  • The license allows for commercial use, but you cannot claim ownership over the software itself. 🏷️

The goal of this license is to maximize freedom for developers while maintaining recognition for the original creators.

MIT License

Copyright (c) 2024 Dream software - Sergio Sánchez 

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.

About

SaboryTV 🍲📺 is your ultimate cooking and recipe streaming app for Android TV. Powered by Firebase 🔥 for real-time updates and secure authentication, it’s built with Clean Architecture and MVI 🏛️. Experience a sleek, modern interface designed with Jetpack Compose for TV 📺, making your cooking adventures easy and enjoyable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages