Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 647 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 647 Bytes

MIMO 18 - MVP & MVVM samples

Demo project samples for the architecture class on MIMO 18 @ UPSA

Summary

All the apps shows a list of Marvel super heroes and a detailed screen for each one of them. This repository contains several samples, centered on showcasing:

  • app-mvp : Project sample to explain the MVP pattern
  • app-databinding : Using the data binding support on Android to update the views automatically
  • app-mvvm : Project sample to explain the MVVM pattern

How to run the app:

Built with Android Studio 3.1.1

Notes

These projects uses the Marvel api for network samples