All Projects → Kharauzov → NiceDemo

Kharauzov / NiceDemo

Licence: MIT license
iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to NiceDemo

Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+74.07%)
Mutual labels:  unit-testing, mvp-architecture, mvp-pattern
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+164.81%)
Mutual labels:  unit-testing, mvp-architecture, mvp-pattern
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-68.52%)
Mutual labels:  unit-testing, mvp-architecture
Ios Mvp Clean Architecture
Demo iOS application built to highlight MVP (Model View Presenter) and Clean Architecture concepts
Stars: ✭ 637 (+1079.63%)
Mutual labels:  unit-testing, mvp-architecture
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (+51.85%)
Mutual labels:  unit-testing, mvp-architecture
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+161.11%)
Mutual labels:  mvp-architecture, mvp-pattern
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+275.93%)
Mutual labels:  mvp-architecture, mvp-pattern
Service Pattern Go
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
Stars: ✭ 449 (+731.48%)
Mutual labels:  unit-testing, solid
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (+177.78%)
Mutual labels:  unit-testing, mvp-architecture
Dntframeworkcore
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Stars: ✭ 208 (+285.19%)
Mutual labels:  unit-testing, solid
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+351.85%)
Mutual labels:  unit-testing, solid
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+18688.89%)
Mutual labels:  mvp-architecture, mvp-pattern
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+68.52%)
Mutual labels:  mvp-architecture, mvp-pattern
refactoring-for-testability-cpp
Hard-to-test patterns in C++ and how to refactor them
Stars: ✭ 40 (-25.93%)
Mutual labels:  unit-testing, solid
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (+33.33%)
Mutual labels:  mvp-architecture, mvp-pattern
Mvp Helpers
♻️Helper classes to build Android Apps through MVP pattern in a faster way
Stars: ✭ 42 (-22.22%)
Mutual labels:  mvp-architecture, mvp-pattern
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+5359.26%)
Mutual labels:  mvp-architecture, mvp-pattern
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+1337.04%)
Mutual labels:  mvp-architecture, mvp-pattern
Trickl
trickl torrent client
Stars: ✭ 50 (-7.41%)
Mutual labels:  mvp-architecture, mvp-pattern
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (-35.19%)
Mutual labels:  mvp-architecture, mvp-pattern

Swift Platform BuildPass Codecoverage License

Sense

Own blueprint.

Foundation

  • Сleanness 💎 - Project is built using SOLID principles.
  • Stability - Coordinator for routing + improved MVP for scenes.
  • Transparency 👓 - No third-party frameworks and Pods.
  • Reuse 🤹‍ - UI is implemented programmatically too. No Storyboard or Xibs.
  • Testable 🔒 - Code is fully covered by Unit Tests.

Overview

This project was built for demonstration purpose using iOS best practices. It doesn't have or provide any commercial usage. Auth flow only imitates user's authentication/actions.

App uses Dog-api for backend. It is free and amazing 🐕.

You might notice that this app doesn't have a fancy UI. That's because the project is concentrated on architecture and patterns rather than interfaces. If you're looking for complex interfaces along with smooth animations, please check my other projects here: CardsHolder or SwipeableCards.

User Interfaces

Navigation scheme

Illustrates all flows of the project:

  • Starting flow
  • Auth flow
  • Dogs flow

Feedback

If you have any questions or suggestions, feel free to open issue just at this project.

License

NiceDemo and all its classes are available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].