21.04.2014 Views

Curso-Android-Desarrollo-de-Aplicaciones-Móviles

Curso-Android-Desarrollo-de-Aplicaciones-Móviles

Curso-Android-Desarrollo-de-Aplicaciones-Móviles

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

CURSO ANDROID<br />

88<br />

public void onClick(View src) {<br />

switch (src.getId()) {<br />

case R.id.btnInicio:<br />

startService(new Intent(this, ElServicio.class));<br />

break;<br />

case R.id.btnFin:<br />

stopService(new Intent(this, ElServicio.class));<br />

break;<br />

}<br />

}<br />

http://www.foros<strong>de</strong>lweb.com/f165/<br />

https://github.com/androidMDW/guia7completo

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

Saved successfully!

Ooh no, something went wrong!