Android Mvvm Sample App Save

A basic sample android application to understand MVVM in a very simple way.

Project README

A basic sample android application to understand MVVM in a very simple way.

Android Arsenal

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. ui: View classes along with their corresponding ViewModel.
  3. utils: Utility classes.

Using Jetpack Architecture Components

  • LiveData
  • ViewModel

Contributing

Just make pull request. You are in!

License

   Copyright (C) 2018 Ali Asadi
   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.
Open Source Agenda is not affiliated with "Android Mvvm Sample App" Project. README Source: AliAsadi/Android-MVVM-Architecture