1
0
mirror of https://github.com/balkian/Carrousel-Android.git synced 2025-09-02 16:42:20 +00:00

I8: Botones al UI

This commit is contained in:
Fernando Herrera
2011-03-10 00:05:11 +01:00
parent 2ec6d7f717
commit 4bb85fb0de
2 changed files with 26 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ public class Configuration extends ListActivity {
super.onCreate(savedInstanceState);
intent = new Intent(getBaseContext(), Results.class);
startService(intent);
setContentView(R.layout.main);
ServiceConnection conn = new ServiceConnection() {
@Override
public void onServiceConnected(ComponentName className, IBinder service) {