SoundCloudBaseActivity.java :  » Client » soundclouddroid » org » urbanstew » SoundCloudBase » Android Open Source

Android Open Source » Client » soundclouddroid 
soundclouddroid » org » urbanstew » SoundCloudBase » SoundCloudBaseActivity.java
package org.urbanstew.SoundCloudBase;

import org.urbanstew.soundcloudapi.SoundCloudAPI;

import android.app.Activity;

public class SoundCloudBaseActivity extends Activity
{
  public SoundCloudAPI getSoundCloudAPI()
  {
    return ((SoundCloudApplicationBase)getApplication()).getSoundCloudAPI();
  }

  public SoundCloudApplicationBase getSCApplicationBase()
  {
    return (SoundCloudApplicationBase)getApplication();
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.