Changeset View
Changeset View
Standalone View
Standalone View
src/it/reyboz/bustorino/ActivityPrincipal.java
Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | protected void onCreate(@Nullable Bundle savedInstanceState) { | ||||
public void onDrawerStateChanged(int newState) { | public void onDrawerStateChanged(int newState) { | ||||
} | } | ||||
}); | }); | ||||
mNavView = findViewById(R.id.nvView); | mNavView = findViewById(R.id.nvView); | ||||
setupDrawerContent(mNavView); | setupDrawerContent(mNavView); | ||||
/*View header = mNavView.getHeaderView(0); | |||||
*/ | |||||
//mNavView.getMenu().findItem(R.id.versionFooter). | |||||
/// LEGACY CODE | /// LEGACY CODE | ||||
//---------------------------- START INTENT CHECK QUEUE ------------------------------------ | //---------------------------- START INTENT CHECK QUEUE ------------------------------------ | ||||
// Intercept calls from URL intent | // Intercept calls from URL intent | ||||
boolean tryedFromIntent = false; | boolean tryedFromIntent = false; | ||||
String busStopID = null; | String busStopID = null; | ||||
▲ Show 20 Lines • Show All 436 Lines • Show Last 20 Lines |
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register