All Projects → harrunisk → Stocker

harrunisk / Stocker

Licence: mit
Stocker is a currency monitoring app. It offers instant currency rates of banks.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Stocker

Modular App Core
Core implementations for a modular Android App
Stars: ✭ 127 (+234.21%)
Mutual labels:  dagger2, mvvm, clean-architecture, repository-pattern, modularization, retrofit2, room-persistence-library
movies
An example approach for modularization, reactive clean architecture and persistancy.
Stars: ✭ 110 (+189.47%)
Mutual labels:  clean-architecture, dagger2, retrofit2, repository-pattern, modularization
Propertyfindar
🏘 🎃 Real Estate Sample App with RxJava3+Coroutines Flow, Dynamic Feature Modules, Dagger Hilt, Offline First, ConcatAdapter, Animations and tests for Room, Retrofit, useCase and ViewModels with TDD.
Stars: ✭ 133 (+250%)
Mutual labels:  clean-architecture, modularization, unit-testing, retrofit2, room-persistence-library
Android Kotlin Mvi Cleanarchitecture
Android + Kotlin + Modularization + Gradle Depedency managment + Gradle written in Kotlin DSL + Custom Gradle Plugin + MVVM + MVI + Clean Architecture + Repository Pattern + Coroutines + Flows + Koin + Retrofit2 + ROOM + Kotlin-Android-Extension + KtLints
Stars: ✭ 187 (+392.11%)
Mutual labels:  clean-architecture, repository-pattern, modularization, retrofit2, room-persistence-library
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+263.16%)
Mutual labels:  dagger2, mvvm, clean-architecture, retrofit2
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+147.37%)
Mutual labels:  dagger2, clean-architecture, unit-testing, retrofit2
Android Architecture Components Kotlin
Clean code App with Kotlin and Android Architecture Components
Stars: ✭ 23 (-39.47%)
Mutual labels:  dagger2, clean-architecture, retrofit2, room-persistence-library
Dagger Examples
Some dagger-android examples with Retrofit2, MVVM architecture, RxJava, (Java)
Stars: ✭ 242 (+536.84%)
Mutual labels:  dagger2, repository-pattern, retrofit2, room-persistence-library
Business Search App Java
Showcases object oriented programming in Java, Java Swing, Kotlin, and Android
Stars: ✭ 53 (+39.47%)
Mutual labels:  dagger2, mvvm, clean-architecture, retrofit2
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+276.32%)
Mutual labels:  dagger2, clean-architecture, unit-testing, retrofit2
Games
The Games app has two features which are listing and showing detail of games.
Stars: ✭ 15 (-60.53%)
Mutual labels:  clean-architecture, dagger2, repository-pattern, modularization
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (+115.79%)
Mutual labels:  dagger2, clean-architecture, unit-testing, retrofit2
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (+28.95%)
Mutual labels:  clean-architecture, dagger2, retrofit2, modularization
paybill-manager
Your personal finance manager
Stars: ✭ 46 (+21.05%)
Mutual labels:  mvvm, clean-architecture, dagger2, retrofit2
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-52.63%)
Mutual labels:  dagger2, mvvm, retrofit2, room-persistence-library
Price Tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Stars: ✭ 80 (+110.53%)
Mutual labels:  dagger2, mvvm, repository-pattern, retrofit2
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (+373.68%)
Mutual labels:  dagger2, clean-architecture, modularization, room-persistence-library
Blockchain Tracker
A blockchain market tracking app. Example implementation of reactive clean architecture and testing.
Stars: ✭ 30 (-21.05%)
Mutual labels:  dagger2, mvvm, clean-architecture, repository-pattern
Web Dev Tools Android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
Stars: ✭ 215 (+465.79%)
Mutual labels:  mvvm, clean-architecture, repository-pattern, modularization
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-57.89%)
Mutual labels:  clean-architecture, dagger2, retrofit2, repository-pattern

Stocker

Kotlin Version API Android Studio

Stocker is a currency monitoring app. It offers instant exchange rates of banks.

Scenic Hiking

Architecture

Patterns

Approaches

Technology Stack

Layers

  • Data (This layer responsible for all kind of data calls and holding the data.)
  • Domain (The layer is responsible for data migration between Data and Presentation layers. It can be used every kind of kotlin project. It is not only for android)
  • Presentation (UI stuff such as displaying data, user interaction)

Acknowledgement

Stocker's architecture is mostly based on Taylan Sabırcan's modular-app-core. Special thanks to him.

License

MIT License

Copyright (c) 2019 harrunisk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].