Skip to content

kemalatli/TechChallenge

Repository files navigation

Tivi

Marketim App

This application was developed for the 2nd stage of Tech Challenge

Marketim app consists of two features:

  • Login feature for authenticating the user.
  • Orders feature for viewing orders fetched from the given endpoint.

Android development

Marketim app is developed in MVVM architecture which is supported by Android Architecture Components. It has 3 layers of abstraction as view, domain and data. View components are managed by DataBinding library. RxJava was used as primary tool for the communication between data and viewmodel layers.

Quick notes about the app:

  • Entirely written in Kotlin
  • RxJava2 and Retrofit for networking and inter-layer communications
  • Koin as Dependency Injection framework
  • Architecture Components and Data Binding for View - ViewModel abstractions

3rd Party Open Source Libraries

  • Koin as dependency injection framework
  • Retrofit for networking purposes
  • Epoxy for recyclerview model building
  • MvRx for fragment state management
  • RxJava for threading and interlayer communications

License

MIT License

Copyright (c) 2019 Kemal Atlı

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.

About

2nd stage of Tech Challenge

Resources

License

Stars

Watchers

Forks

Packages

No packages published