Skip to content
/ Addect Public

Basic Android Game using Kotlin, Dagger2, Data Binding and the MVVM pattern

License

Notifications You must be signed in to change notification settings

suchoX/Addect

Repository files navigation

Addect (Under Development)

A basic Android game built using Kotlinand MVVM pattern with the Android Data Binding Library. It also uses Dagger 2 for dependency Injection.

This project is heavily based on Patrick Löwenstein's sample repository Countries Architecture and structured by Tushar Acharya

The purpose of this is app is to show how:

  • the MVVM pattern can be used with the Data Binding using Kotlin
  • Databinding can be used
  • Dagger 2 can be used with Kotlin and Mvvm structure

License

Copyright 2016 Suchandrim Sarkar

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.