Skip to content

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

Notifications You must be signed in to change notification settings

truongnv1292/Android-MVVM-Architecture

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%