BuildingForAndroidTV
BuildingForAndroidTV copied to clipboard
Code for the "Building for Android TV" series of articles.
Results
12
BuildingForAndroidTV issues
Sort by
recently updated
recently updated
newest added
Hey there, app is crashing once again when moving from rows to header section: public synchronized void toggleHeadersFragment(final boolean doOpen) { ...... final View rowsContainer = (View) rowsFragment.getView().getParent();
Is this code still usable? Looks like android.support.v17.leanback.widget.OnItemSelectedListener is missing from the current (22.1.1) v17.leanback API too... or am I wrong?