1

Possible Duplicate:
android model view presenter/controller examples

Can anyone give the example to make android application using MVP Framework? I already google'd and didn't find the one that make me understand the architectures of MVP in Android. Thanks.

Community
  • 1
  • 1
kyuu
  • 237
  • 3
  • 7
  • 15
  • I accidentally voted to close this. I wanna take my action back :( – nawfal Jan 14 '13 at 21:41
  • @nawfal Where the "close" button is, now you see a "reopen" button. Use that to cancel your close vote. – Radu Murzea Jan 14 '13 at 22:14
  • I've started writing a blog on the topic if you're still interested: http://cj65535.blogspot.com.au/2017/03/a-simple-mvp-framework-for-android.html – C B J Mar 30 '17 at 12:13
  • [this](https://academy.realm.io/posts/eric-maxwell-mvc-mvp-and-mvvm-on-android/) is the best explanation to architecture design pattern in Android I have read. – Joe Oct 11 '18 at 10:38

1 Answers1

5

This is the best example that i found when learning MVP.

There are tons of examples on the internet. Just keep googling, you will find plenty.

Also, this is a duplicate of this Stack Overflow post. Try this post too for examples.

Community
  • 1
  • 1
prolink007
  • 33,872
  • 24
  • 117
  • 185