Demo-Kotlin

Introduction

This repository contains a demo app which follows the Android recommanded architecuture MVVM, and apply Android Architecture Components(including ViewModel, LiveData, Room) and 3rd party libs(Retrofit, Koin).

This demo app is a pass management application, it displays all the available passes you can activate and activated. Besides, you can click on the pass list item to check the detail information about this pass, also you can add new pass through the option menu.

Snapshot

Cover

License

Copyright 2021 Pierce Chen

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.