Skip to content

Android MVVM Architecture Components based on MVPArms and Android Architecture Components.

License

Notifications You must be signed in to change notification settings

invokerhaung/MVVMArms

 
 

Repository files navigation

MVVMArms

Android MVVM Architecture Components based on MVPArms and Android Architecture Components.

中文

This is BETA Version. Welcome to communicate and discuss.

Architecture

Demo

APK

MVVMArms APK

Google Play

Video

MVVMArms demo video

Libraries & References

Update Log

  • ArmsFragment Support Lazy load. - 2017/09/24.
  • ViewModel&LiveData Activity share data between fragments, and ViewModel retain data across configuration changes. - 2017/09/23.
  • IRepositoryManager Support RoomDatabase for customization(GlobalConfigModule.Builder) BUT injectRoomDatabase(DBClass) first in ConfigModule#registerComponents(). - 2017/09/22.
  • ArmsUtils to obtain ArmsComponent easily. - 2017/08/23.
  • ImageLoader default Glide. - 2017/08/17.
  • Survives configuration changes for ViewPager using Fragment. - 2017/08/16
  • MVVMArms was BORN!!! - 2017/08/02

Thanks

Thanks to all the authors and organizations that contributed to the open source library!

License

Copyright 2017 xiaobailong24

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

Android MVVM Architecture Components based on MVPArms and Android Architecture Components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%