All Projects β†’ erikjhordan-rey β†’ People Mvvm Jetpack

erikjhordan-rey / People Mvvm Jetpack

A Sample Application which provides inspiration to implement MVVM pattern using Android JetPack & Kotlin

Programming Languages

kotlin
9241 projects

People - MVVM - JetPack (work-in-progress πŸ‘·πŸ”§οΈβ› v2.0)

CircleCI

πŸ“‹ Summary

Years ago I started to implement my first experiments using MVVM on Android, a few samples showing how to implement this pattern, nothing about Arch Components and a little bit information about MVP. Today after a lot of learnings trying to fix my past bad decisions, I've decided to write the same application using JetPack focused to learn new things.

πŸ”§οΈTools used in this project

πŸ“Œ Code style

This project uses ktlint and detekt static code analysis to enforce Kotlin coding styles.

Advice to avoid CI server failure check due to a code style issue:

  • Never use wildcard imports (Disable Project Settings > Editor > Code Style > Kotlin > Imports tab)
  • Run ./gradlew detekt to get the issue list and fix it

Do you want to contribute?

Feel free to report or add any useful feature, I will be glad to improve it with your help.

Developed By

License

Copyright 2019 Erik Jhordan Rey

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].