Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yukihane/androidhellomvpworld

Simplest Android MVP sample
https://github.com/yukihane/androidhellomvpworld

Last synced: about 2 months ago
JSON representation

Simplest Android MVP sample

Awesome Lists containing this project

README

        

# What's this ?

Simplest Android MVP sample.
This project is composed of 4 files, Model, View(impl), Presenter and Presenter testcase.
Arranging [this site's code](http://web.archive.org/web/20130525044856/http://jamespeckham.com/Blog/10-11-21/MVP_on_Android.aspx), found in [java - android model view presenter/controller examples - Stack Overflow](http://stackoverflow.com/a/5023790).


# これは何?

最もシンプルな Android MVP サンプルです。
Model, View(の実装), Presenter及びPresenterテストケースの4ファイルから成ります。
[java - android model view presenter/controller examples - Stack Overflow](http://stackoverflow.com/a/5023790)に書かれていた[こちらのサイトのコード](http://web.archive.org/web/20130525044856/http://jamespeckham.com/Blog/10-11-21/MVP_on_Android.aspx)をアレンジして作成しました。