sealed-class
There are 44 repositories under sealed-class topic.
skydoves/sealedx
๐ฒ Kotlin Symbol Processor that auto-generates extensive sealed classes and interfaces for Android and Kotlin.
devrath/KotlinAlchemy
โ๏ธ ๐๐๐๐ ๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐ ๐๐๐ ๐๐๐๐๐๐๐๐๐ ๐๐ ๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐ ๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐๐
nameisjayant/MVVM-DaggerHilt-Retrofit-Sealed-Class-StateFlow-Coroutines-In-Android
In this project , we will build a simple application ,where we fetch data from the server and show into recyclerview with the help of MVVM patter, Dagger-hilt , Retrofit, StateFlow , Sealed Class and Kotlin Coroutines. Hope you will enjoy and learn something new from this project :)
jiripudil/phpstan-sealed-classes
PHPStan extension for sealed classes and interfaces.
xyzsd/dichotomy
Result, Either, Try, and Maybe monadic types for Java
SimonMarquis/SealedObjectInstances
A Kotlin Symbol Processor to list sealed object instances.
johnthagen/sealed-typing-pep
A PEP to add a `@sealed` typing decorator to Python
Kashif-E/The-MVVM-Template-2022
Clean MVVM with eliminating the usage of context from view models by introducing hilt for DI and sealed classes for displaying Errors in views using shared flows (one time event), and Stateflow for data
6thsolution/dart_sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
sigpwned/jackson-modules-java-17-sealed-classes
Simplified polymorphic de/serialization of Java 17 sealed classes for Jackson
nameisjayant/IMDB-Movie-App
Build with Jetpack Compose & all modern techniques and architecture of android app development
KunMinX/SealedClass4Java
่ฎฉ Java 1.8 ไน่ฝๅ Kotlin ไธๆ ทไฝฟ็จ Sealed ClassใMake Java 1.8 use Sealed Class like Kotlin
Dinesh2510/eShop-App-with-MVVM-Hilt-Coroutines-Flow-broadcast-receiver-using-Jetpack-Compose
eShop App with MVVM + Retrofit + Use Cases + Mapper + Dagger Hilt + Coroutines + Flow + Generics + Sealed class broadcast receiver using Jetpack Compose
hadilq/happy
This library provides an annotation to auto-generate a Kotlin DSL for `sealed` classes to make working with them more concise. You can find more in https://hadilq.com/posts/happy-railway/
himash79/Java-17-features
Includes Java 17 related features.
jarinrocks/Android-MVI-Architecture-Example-Retrofit-Coroutines
MVI android architecture example using a simple news app. https://medium.com/@jarinrocks/mvi-pattern-in-android-d4b274ec7a7b
mverleg/java-result
Algebraic Result type in Java 15+, return type for oprations that can fail
abhineshchandra1234/Movies_App_Compose
Movies App using TMDB api
LinX64/AppsFact
An example of Music management app with Clean Architecture, Using Single Activity, Stateflow, Flow, Sealed interface & Sealed Class, BaseFragment, BaseListAdapter, and MVVM.
AhmedTarekHasan/SealedKeyword
Why & When Sealed Keyword could lead to a performance boost in .NET C#
snehaawate/E-Shopkart
E-Shopkart App with MVVM | Retrofit | Use Cases | Mapper | Dagger Hilt | Coroutines | Flow | Generics | Sealed class | broadcast receiver | Jetpack Compose
yagmurerdogan/Kotlin-Sealed-Class
An example for sealed class ๐ง๐ผโโ๏ธ
Bhupendrapatel98/Apps10x-Task
Weather App using open Weather Api, we can see current temperature and 4 days forecast
doribd/java17
Testing the new features in Java 17
jajoomr/Scrypto
Android App which displays list of cryptocurrencies
jk010198/News-App
News Application based on Kotlin language, we use MVVM pattern with DI. impl sealed pattern and live-data
Jose-Vela/TODO-APP-RecyclerView
Proyecto de una App TODO para organizar tareas por categorias, utlizando RecyclerViewยดs para su desarrollo.
msharibahmed/Profile-Matching-POC-App
An Android application implemented using the MVVM pattern, Clean Architecture, Retrofit2, Dagger Hilt, LiveData, Flow, ViewModel, Coroutines, Room, Data Binding.
abuthegr8/news_app_kotlin
A MVVM Kotlin app that fetches news from newsapi.org API and provides functionality like saving and searching news for the users.
lost22git/calc
a simple math expr evaluator
shahbaz-naseer091/CalculatorCompose
Calculator Compose is a beginner-friendly project illustrating the creation of custom UI components using Jetpack Compose, while adhering to the Model-View-Intent (MVI) pattern. The project emphasizes the implementation of a clean and modular code structure through the separation of concerns.
ShefaliK-ionic/Clean-Architecture
Example of Clean code architecture with MVVM retrofit api call in simpler way.
tamzidisrakadol/Mvvm_Jetpack_Compose
Using Mvvm pattern to handle Api state, show quotes with compose and Navigation
tamzidisrakadol/MvvmApiHandle
Handling Api State with Sealed Class and Generics