How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Awesome Flutter UI is a collection of design patterns and layout templates designed to accelerate the development of mobile application interfaces. It functions as a cross-platform UI kit, providing a library of pre-built components that allow developers to construct standard mobile screens and user flows using a unified codebase. The project distinguishes itself by offering ready-made templates for common mobile application requirements, including authentication, profile management, and media streaming. It also includes specialized patterns for mobile onboarding, enabling the creation of int
Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED.
This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to manage asynchronous data streams in Android applications. It serves as a reactive programming implementation guide, providing code examples for handling complex event-driven logic and asynchronous patterns within mobile environments. The project distinguishes itself by providing specific reference implementations for common mobile challenges, such as real-time search with debouncing, on-demand list pagination for infinite scrolling, and cache-first data streaming to reduce perceive
Akka.NET Reference Architecture - CQRS Sharding In-Memory Replication
These samples showcase different architectural approaches to developing Android apps. In its different branches you'll find the same app (a TODO app) implemented with small differences.
The main features of googlesamples/android-architecture are: Mobile Development Templates, Sample Projects.
Open-source alternatives to googlesamples/android-architecture include: ajay-prabhakar/awesome-flutter-ui — Awesome Flutter UI is a collection of design patterns and layout templates designed to accelerate the development of… androidthings/drivers-samples. amitshekhariitbhu/rxjava2-android-samples — This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to… android10/android-cleanarchitecture-kotlin — This project is a reference Kotlin Android application template and a set of sample implementations demonstrating… adaptiveconsulting/reactivetradercloud — Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED. aaronontheweb/inmemorycqrsreplication — Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication.