List of usage examples for android.location LocationListener interface-usage
From source file uk.org.rivernile.edinburghbustracker.android.fragments.general.BusStopDetailsFragment.java
/**
* This Fragment shows details for a bus stop. The bus stop code is passed in
* as an argument to this Fragment. A Map is shown at the top of the Fragment
* if the Google Play Services are available, otherwise it is removed.
*
* @author Niall Scott
From source file net.e_fas.oss.tabijiman.MapsActivity.java
public class MapsActivity extends AppCompatActivity implements OnMapReadyCallback, SPARQLDelegate, LocationListener { // Japanese >> ja, ja_JP // English >> en, en_US, en_GB public static float zoomLevel = 11.0f;
From source file com.usertaxi.TaxiOntheWay_Activity.java
/** * Created by Eyon on 11/9/2015. */ public class TaxiOntheWay_Activity extends AppCompatActivity implements LocationListener { Button btn_cancel, mbtn_call, btn_sendmesssage; PopupWindow pwindo;
From source file it.geosolutions.geocollect.android.core.mission.PendingMissionListActivity.java
/**
* An activity representing a list of Pending Missions. This activity has different presentations for handset and tablet-size devices. On handsets,
* the activity presents a list of items, which when touched, lead to a {@link PendingMissionDetailActivity} representing item details. On tablets,
* the activity presents the list of items and item details side-by-side using two vertical panes.
* <p>
* The activity makes heavy use of fragments. The list of items is a {@link PendingMissionListFragment} and the item details (if present) is a
From source file ir.actfun.toofan.activities.NowWeatherPage.java
/** * Created by Ali Gholami on 8/10/2016. */ public class NowWeatherPage extends AppCompatActivity implements LocationListener { public static String lat1 = "35.66666";
From source file ca.nehil.rter.streamingapp2.StreamingActivity.java
public class StreamingActivity extends Activity implements LocationListener, OnClickListener { private static final String SERVER_URL = "http://rter.cim.mcgill.ca"; //private static final String SERVER_URL = "http://rter.zapto.org"; // private static final String SERVER_URL = "http://142.157.36.21:8000";
From source file com.vonglasow.michael.satstat.ui.MainActivity.java
public class MainActivity extends AppCompatActivity implements GpsStatus.Listener, LocationListener, OnSharedPreferenceChangeListener, SensorEventListener { private static final String TAG = MainActivity.class.getSimpleName(); /** * The {@link android.support.v4.view.PagerAdapter} that will provide
From source file com.example.angel.parkpanda.MainActivity.java
public class MainActivity extends AppCompatActivity implements LocationListener, View.OnClickListener, NavigationView.OnNavigationItemSelectedListener, GoogleMap.OnMarkerClickListener, OnMapReadyCallback, GoogleMap.OnMapClickListener { DrawerLayout drawer; GoogleMap mMap;
From source file org.mariotaku.twidere.activity.ComposeActivity.java
public class ComposeActivity extends BaseDialogWhenLargeActivity implements TextWatcher, LocationListener, OnMenuItemClickListener, OnClickListener, OnLongClickListener, PopupMenu.OnMenuItemClickListener, OnEditorActionListener, LoaderCallbacks<Bitmap> { private static final String FAKE_IMAGE_LINK = "https://www.example.com/fake_image.jpg"; private static final String INTENT_KEY_CONTENT_MODIFIED = "content_modified";
From source file edu.ttu.spm.cheapride.MainActivity.java
public class MainActivity extends AppCompatActivity implements OnMapReadyCallback, LocationListener,
AdapterView.OnItemSelectedListener, GoogleApiClient.ConnectionCallbacks,
GoogleApiClient.OnConnectionFailedListener, ClusterManager.OnClusterClickListener<Asset>,
ClusterManager.OnClusterInfoWindowClickListener<Asset>, ClusterManager.OnClusterItemClickListener<Asset>,
ClusterManager.OnClusterItemInfoWindowClickListener<Asset> {