All Projects → nuhkoca → Market_tech_challenge

nuhkoca / Market_tech_challenge

A best use case Android application sample with latest patterns. This app is developer as part of Kariyer.net Tech Challenge.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Market tech challenge

AndroidMultiModuleCleanArchTemplate
An Android kotlin project template with Dagger2, Rx and Architecture Components
Stars: ✭ 33 (+6.45%)
Mutual labels:  dagger2, rxjava2, architecture-components
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-19.35%)
Mutual labels:  dagger2, rxjava2, architecture-components
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+464.52%)
Mutual labels:  rxjava2, dagger2, architecture-components
Retrokotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Stars: ✭ 55 (+77.42%)
Mutual labels:  rxjava2, dagger2, architecture-components
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (+790.32%)
Mutual labels:  rxjava2, dagger2, architecture-components
DaggerExoPlayer
This repository demonstrates ExoPlayer injection with Dagger2
Stars: ✭ 58 (+87.1%)
Mutual labels:  dagger2, rxjava2, architecture-components
AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (-29.03%)
Mutual labels:  dagger2, rxjava2, architecture-components
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 (-41.94%)
Mutual labels:  rxjava2, dagger2, architecture-components
Movienight
MovieNight is a sample Android application that uses the clean architecture approach and is written in Kotlin.
Stars: ✭ 744 (+2300%)
Mutual labels:  rxjava2, dagger2, architecture-components
Android-Mvi-Starter
Android MVI Starter application
Stars: ✭ 19 (-38.71%)
Mutual labels:  dagger2, rxjava2, architecture-components
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+977.42%)
Mutual labels:  rxjava2, dagger2, architecture-components
Ribble
Simple Dribbble Client using Dribbble API, fully written in Kotlin 😱 ❤️
Stars: ✭ 872 (+2712.9%)
Mutual labels:  rxjava2, dagger2, architecture-components
Bilisoleil
An unofficial bilibili client for android --rxjava2+mvp+okhttp3+retrofit2+dagger2
Stars: ✭ 430 (+1287.1%)
Mutual labels:  rxjava2, dagger2
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+1270.97%)
Mutual labels:  rxjava2, dagger2
Gank
干货集中营 app 安卓实现,基于 RxFlux 架构使用了 RxJava、Retrofit、Glide、Koin等
Stars: ✭ 444 (+1332.26%)
Mutual labels:  dagger2, architecture-components
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+2612.9%)
Mutual labels:  rxjava2, dagger2
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+1222.58%)
Mutual labels:  dagger2, architecture-components
Mvp Android Arch Component
Android MVP sample adapts with new Android architecture components (Lifecycle, Room).
Stars: ✭ 446 (+1338.71%)
Mutual labels:  rxjava2, dagger2
Blockchain Tracker
A blockchain market tracking app. Example implementation of reactive clean architecture and testing.
Stars: ✭ 30 (-3.23%)
Mutual labels:  dagger2, architecture-components
Android Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 4,360 (+13964.52%)
Mutual labels:  rxjava2, dagger2

Domain is disabled for this project.

Marketim

Marketim

💥 Marketim is a order tracking app that users can view them by logging in. API structure is provided by Kariyer.net.

License

CircleCI Kotlin Version API Repo Size

About

Please note; the new OkHttp and Retrofit versions don't support API 21 and lower so that crashes might happen.

The app is fed by Kariyer.net.

Sensitive Data is secured by the power of NDK.

The dependency management is managed by buildSrc module.

Material Components were used for UI.

Screenshots

Splash screen Login screen Orders screen Order with detail screen

Architecture

Patterns

Approaches

Technology Stack

Layers

  • Data(This layer is responsible to hold models)
  • Domain(Retrieves data from data layer and dispatches to view layer. No connection with Android framework.)
  • Core(Contains common stuff for other layers)
  • View(Responsible for UI stuff such as displaying data)

License

App icon based on:

Icons made by Freepik from Flaticon is licensed by CC 3.0 BY

MIT License

Copyright (c) 2019 Nuh Koca

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].