44 रिपॉजिटरी
Reference implementations and sample applications showcasing best practices.
Explore 44 awesome GitHub repositories matching part of an awesome list · Code Samples And Demos. Refine with filters or upvote what's useful.
This project is a collection of reference implementations demonstrating recommended patterns for organizing code and managing data flow in Android applications. It provides structural examples of layered architecture, separating code into presentation, domain, and data layers to decouple business logic from data sources. The repository includes specific samples for implementing declarative user interfaces that automatically update their visual state based on underlying data changes. It further demonstrates how to manage object lifetimes and component dependencies to reduce boilerplate and sim
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s
Official Jetpack Compose samples.
Sunflower is a reference implementation designed to demonstrate modern Android development patterns and industry-standard architectural practices. It serves as a comprehensive guide for building functional mobile applications by integrating declarative user interface toolkits with robust data management and navigation systems. The project distinguishes itself by showcasing the transition from legacy view-based systems to modern declarative frameworks. It provides a practical example of how to organize code into distinct layers, manage complex state, and implement dependency injection to ensur
A gardening app illustrating Android development best practices with Android Jetpack.
Rewriting Plaid using Android Architecture Components, in Kotlin.
An Android app which provides design news & inspiration as well as being an example of implementing material design.
uamp is an audio media application framework and reference implementation for building music playback applications on Android. It provides a cross-device media framework designed to maintain functional and visual consistency across phones, tablets, Wear OS, Android TV, and Android Auto. The project features specific implementations for automotive-safe music control and Google Cast integration for remote playback. It includes a multi-form factor UI kit that demonstrates how to adapt a single media codebase to various screen sizes and device types. The framework covers core media capabilities
A sample audio app for Android
CheeseSquare is an Android UI component gallery and reference application. It serves as a practical demonstration of Material Design components and layout patterns implemented on the Android platform. The project showcases the use of standardized library elements, including collapsing toolbars, floating action buttons, and navigation drawers. It provides a live environment for prototyping Android components to ensure design consistency across different device screens. The application focuses on the implementation of Android design guidelines and mobile user experience standardization through
Demos the new Android Design library.
This is an open-source Android application that serves as a reference implementation for modern app architecture. It demonstrates a modular, testable structure built with Kotlin, Coroutines, and Jetpack libraries, organized into independent feature modules that each follow Clean Architecture and the MVVM pattern. The project enforces coding standards through an automated static analysis pipeline that integrates linting, formatting checks, and code quality tools directly into the build process, failing the build on any violations. It uses reusable Gradle convention plugins to standardize build
💎 Android application following best practices: Kotlin, coroutines, Clean Architecture, feature modules, tests, MVVM, static analysis...
Android कैमरा हार्डवेयर और सॉफ्टवेयर APIs को एकीकृत करने के लिए संदर्भ कार्यान्वयन और कोड सैंपल्स का एक संग्रह। यह प्रोजेक्ट फोटो और वीडियो कैप्चर फीचर्स को लागू करने के लिए Jetpack CameraX लाइब्रेरी और लो-लेवल Camera2 API दोनों का उपयोग करने के लिए प्रदर्शन प्रदान करता है। इस रिपॉजिटरी में उच्च-प्रदर्शन रिकॉर्डिंग के लिए विशेष कार्यान्वयन शामिल हैं, जैसे कि हाई-फ्रेम-रेट स्लो मोशन और हाई-डायनामिक-रेंज वीडियो। इसमें मशीन लर्निंग विज़न के उदाहरण भी हैं, जो यह प्रदर्शित करते हैं कि ऑब्जेक्ट डिटेक्शन और QR कोड स्कैनिंग के लिए लाइव कैमरा फ्रेम्स का विश्लेषण कैसे किया जाए। यह प्रोजेक्ट व्यापक इमेजिंग क्षमताओं को कवर करता है, जिसमें स्टिल इमेज अधिग्रहण, लाइव व्यूफाइंडर रेंडरिंग, और वीडियो गुणवत्ता कॉन्फ़िगरेशन शामिल है। यह बोकेह, नाइट मोड और HDR जैसे इफेक्ट्स को लागू करने के लिए निर्माता-विशिष्ट हार्डवेयर एक्सटेंशन के उपयोग का विवरण देता है। सैंपल्स में विजुअल ओवरले रेंडर करने के लिए कोऑर्डिनेट मैपिंग और रिकॉर्डिंग स्टेट्स को ट्रैक करने के लिए इवेंट मॉनिटरिंग के लिए यूटिलिटीज शामिल हैं।
Multiple samples showing the best practices in camera APIs on Android.
This project is a reference Kotlin Android application template and a set of sample implementations demonstrating Clean Architecture principles. It provides a structural design that isolates core business rules from the user interface and data sources into distinct, layered modules. The implementation focuses on the Model-View-ViewModel (MVVM) pattern to decouple UI logic from data models. It utilizes a dependency injection framework to automate object creation and manage component lifecycles, while employing a repository pattern to abstract data requests across memory, disk, and cloud source
This is a movies sample app in Kotlin.
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
Various examples for Kotlin
Various examples for Kotlin
Minimalistic audiobook player
Material design audiobook player implementation
Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
Native Android app using the Apple/Google exposure notification API.
A showcase music app for Android entirely written using Kotlin language
A showcase music app for Android entirely written using Kotlin language
android-kotlin-fundamentals-apps
android-kotlin-fundamentals-apps
Life is too short to google for dependencies and versions
Manage Gradle dependencies with type-safe accessors
Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.
Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.
:cyclone: A Pokedex app using ViewModel, ViewBinding, LiveData, Room and Navigation
A Pokedex app using ViewModel, LiveData, Room and Navigation
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, Room, Repository, Koin) architecture.
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, LiveData, Room, Repository, Koin) architecture.
An Android app for experimenting with Adaptive Icons.
An Android app for experimenting with Adaptive Icons.