hasankucuk / Android-Developer-Tech-Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Developer Tech Challenge

Kariyer.net Android Developer Tech Challenge Uygulama Ödevi

Tech Stacks

  • MVVM : Model View View Model Design Pattern
  • Koin : Koin is a Dependency injection Framework for Android.
  • RxJava : RxJava is a Reactive Programming library. Reactive Programming is event based programming.
  • Preference Manager : The Preference library allows you to build interactive settings screens, without needing to handle interacting with device storage or managing the user interface.
  • Data Binding : The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
  • Retrofit2 : Retrofit is a REST Client for Android.

MVVM

MVVM Design Pattern preferred for the reason why choosing the Google Codelab and Sample app. I did not use Architechture Component because the design is fragment structure.

License

Copyright 2019 Hasan Küçük

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About


Languages

Language:Kotlin 100.0%