Pinned Repositories
android-modular-architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
appcenter-sdk-android
Development repository for the App Center SDK for Android
AppTemplate
[In developing] ❤ MVVM + Clear Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
ArchitectureBoilerplateGenerator
Create all files of all layers of your application connecting all of them. It also creates a new module for each feature generated.
Baking-App-Kotlin
Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines with StateFlow and Exo player.
CinemaBuff
An app for Cinema Buffs
clean-swift-app
CleanArchitectureRxSwift
Example of Clean Architecture of iOS app using RxSwift
CleanStore
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
CurrentAddress
Convert the Apple CurrentAddress sample code to using Clean Swift
petsnarua's Repositories
petsnarua/android-modular-architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
petsnarua/appcenter-sdk-android
Development repository for the App Center SDK for Android
petsnarua/AppTemplate
[In developing] ❤ MVVM + Clear Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
petsnarua/ArchitectureBoilerplateGenerator
Create all files of all layers of your application connecting all of them. It also creates a new module for each feature generated.
petsnarua/Baking-App-Kotlin
Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines with StateFlow and Exo player.
petsnarua/CinemaBuff
An app for Cinema Buffs
petsnarua/clean-swift-app
petsnarua/CleanArchitectureRxSwift
Example of Clean Architecture of iOS app using RxSwift
petsnarua/CleanStore
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
petsnarua/CurrentAddress
Convert the Apple CurrentAddress sample code to using Clean Swift
petsnarua/DisneyMotions
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
petsnarua/gradle-android-junit-jacoco-plugin
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
petsnarua/iOS-Clean-Architecture-MVVM
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
petsnarua/jdroid-android
Tools for android applications
petsnarua/Modularized-Kotlin-Clean-Architecture-Showcase
This project has been created as a playground just to practice a little bit of Kotlin and it's libraries; It has been structured in a multi-module fashion, with semantics guided by Clean Architecture; this means that high-level modules don't know anything about low-level ones.
petsnarua/SampleGradlePlugin
A sample project for building your own Gradle plugin