07.01.2013 Views

David Defour - Université de Perpignan

David Defour - Université de Perpignan

David Defour - Université de Perpignan

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Main Activity: Runnable Inner<br />

Class (For UI Thread)<br />

769<br />

jeudi 26 janvier 12<br />

private class ViewAd<strong>de</strong>r implements Runnable {<br />

private View mViewToAdd;<br />

}<br />

public ViewAd<strong>de</strong>r(View viewToAdd) {<br />

mViewToAdd = viewToAdd;<br />

}<br />

public void run() {<br />

mResultsRegion.addView(mViewToAdd);<br />

}<br />

This changes the UI, so could not have been<br />

done in the background.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!