gwt - Passing parameters in mvp pattern -


this might general mvp places , activities question, show case i'm trying understand here gwtphonegap-showcase-gwt example.

how pass parameter view one?

for example, let's want when user clicks on cell on overviewactivity, take them same place everytime (aboutplace), text should different (let's contains cell number).

i added settext(string text) aboutdisplay interface corresponding label , settext() in aboutdisplaygwtimpl, have no idea call it. tried calling in aboutactivity start() method , clientfactorygwtimpl getaboutdisplay() method, seem called once when app first loads, end same text each time.

you should not use view directly that.

you can add field on place , set value there , access same value in next activity.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -