List of usage examples for android.content ServiceConnection interface-usage
From source file com.inovex.zabbixmobile.activities.BaseActivity.java
/**
* Base class for all activities. Tasks performed in this class:
* <p/>
* * Show the navigation drawer
* <p/>
* * initiate the connection to the data service and perform the Zabbix login
From source file com.android.music.MusicBrowserActivity.java
public class MusicBrowserActivity extends TabActivity implements MusicUtils.Defs, ServiceConnection, OnTabChangeListener, ViewPager.OnPageChangeListener { private static final String TAG = "MusicBrowser"; private static final String ACTIVITY_NAME = PluginUtils.MUSIC_BROWSER_ACTIVITY; private static final int REQUEST_EXTERNAL_STORAGE = 1; private static final String ARTIST = "Artist";
From source file com.ksharkapps.musicnow.ui.activities.SearchActivity.java
/** * Provides the search interface for Apollo. * * @author Kartik Sharma (kshark.apps@gmail.com) */ public class SearchActivity extends ActionBarActivity implements LoaderCallbacks<Cursor>, OnScrollListener,
From source file org.sandholm.max.juttele.activity.ConversationActivity.java
/** * The server view with a scrollable list of all channels * * @author Sebastian Kaspari <sebastian@yaaic.org> */ public class ConversationActivity extends SherlockActivity
From source file the.joeapollo.ui.activities.AudioPlayerActivity.java
/** * Apollo's "now playing" interface. * * @author Andrew Neal (andrewdneal@gmail.com) */ public class AudioPlayerActivity extends SherlockFragmentActivity
From source file com.andrew.apollo.ui.activities.AudioPlayerActivity.java
/** * Apollo's "now playing" interface. * * @author Andrew Neal (andrewdneal@gmail.com) */ public class AudioPlayerActivity extends SherlockFragmentActivity
From source file at.alladin.rmbt.android.test.RMBTLoopService.java
public class RMBTLoopService extends Service implements ServiceConnection { private static final String TAG = "RMBTLoopService"; private static final boolean SHOW_DEV_BUTTONS = false; private WakeLock partialWakeLock;
From source file ru.mtuci.musicanalyzer.apollo.ui.activities.AudioPlayerActivity.java
/** * Apollo's "now playing" interface. * * @author Andrew Neal (andrewdneal@gmail.com) */ public class AudioPlayerActivity extends FragmentActivity implements ServiceConnection, OnSeekBarChangeListener {
From source file com.cyanogenmod.eleven.ui.fragments.AudioPlayerFragment.java
public class AudioPlayerFragment extends Fragment implements ServiceConnection, SlidingPanelActivity.ISlidingPanelListener { private static final String TAG = AudioPlayerFragment.class.getSimpleName(); /** * Used to keep context menu items from bleeding into other fragments
From source file com.guayaba.tapir.ui.activities.AudioPlayerActivity.java
/** * Apollo's "now playing" interface. * * @author Andrew Neal (andrewdneal@gmail.com) */ public class AudioPlayerActivity extends FragmentActivity