aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Multiple instances of View/Presenter #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Mvp4g always has one view and presenter. It would be nice to
support more than one instance of view/presenter - for example by adding
"multiple=true" attribute to @Event annotation. After that Mvp4g should
create new view and presenter on every event.

Original issue reported on code.google.com by lukasz.d...@gmail.com on 31 Mar 2010 at 9:15

GoogleCodeExporter commented 9 years ago
Why would you want to create a new presenter/view all the times an event is 
handled? 

Would you mind creating a new post on Mvp4g forum about this new feature so 
that 
other developers can react about it (more developers looks at the forum than 
the 
issue list)? Thanks.

Original comment by plcoir...@gmail.com on 31 Mar 2010 at 10:27

GoogleCodeExporter commented 9 years ago
I posted the message on the group.

Best regards,
Luke

Original comment by lukasz.d...@gmail.com on 1 Apr 2010 at 11:39

GoogleCodeExporter commented 9 years ago
I will add this feature to Mvp4g: 
http://groups.google.com/group/mvp4g/browse_thread/thread/6d9210367eae2cbc/b2487
8a384
d7699e?lnk=gst&q=multiple#b24878a384d7699e

Is it this kind of feature you wanted?

Original comment by plcoir...@gmail.com on 27 May 2010 at 1:10

GoogleCodeExporter commented 9 years ago
Multiple instances of the same view/presenter is now available with 1.2.0 
release

Original comment by plcoir...@gmail.com on 13 Sep 2010 at 5:13