diff --git a/README.md b/README.md index ff86009..287eac3 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ MVP Model view presenter is one of the most used architectural pattern, in Android this pattern can be used with a few limitations, Activities and Fragments have more responsibility than a simple view, anywhere is a wonderfull pattern to be used in Android applications. -Apllication structure +Application structure ------------ -//TODO +[![screenshot](./img/cleanandroid.PNG "Android MVP Architecture")](https://prezi.com/tsepwmizqnvb/android-mvp-architecture/) External Libs diff --git a/img/cleanandroid.PNG b/img/cleanandroid.PNG new file mode 100644 index 0000000..9d76181 Binary files /dev/null and b/img/cleanandroid.PNG differ