mirror of
https://github.com/balkian/Carrousel-Android.git
synced 2025-09-02 16:42:20 +00:00
Iteracion 2: Servicio añadido
This commit is contained in:
15
src/com/onirica/carrousel/Results.java
Normal file
15
src/com/onirica/carrousel/Results.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.onirica.carrousel;
|
||||
|
||||
import android.app.Service;
|
||||
import android.content.Intent;
|
||||
import android.os.IBinder;
|
||||
|
||||
public class Results extends Service {
|
||||
|
||||
@Override
|
||||
public IBinder onBind(Intent arg0) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user