Sofa
Sofa copied to clipboard
A library for Android TV that extends the Leanback library functionalities
I'm trying to clone the project on my local device but it gives some error while reading a while which is not available in the projec. A problem occurred evaluating...
E/AndroidRuntime: FATAL EXCEPTION: main Process: ridsys.example.com.r_home, PID: 14619 java.lang.NoSuchMethodError: No static method getInstance()Landroid/support/v17/leanback/transition/TransitionHelper; in class Landroid/support/v17/leanback/transition/TransitionHelper; or its super classes (declaration of 'android.support.v17.leanback.transition.TransitionHelper' appears in /data/app/ridsys.example.com.r_home-2/split_lib_dependencies_apk.apk) at com.sgottard.sofa.BaseFragment.(BaseFragment.java:28) at ridsys.example.com.r_home.DemoActivity.onCreate(DemoActivity.java:68)...
1.How to change animation between Header and RowFragment (left and right animation right now.) 2. How to stable focus ,while traverse ImageCard View?
When `setHeadersState(BrowseFragment.HEADERS_DISABLED) ` is used, rows can't have focus, the focus will stay in the hidden headers, please help
mScaleFrameLayout is null when I tried to upgrade the project into `com.android.tools.build:gradle:2.1.3`: `mScaleFrameLayout = (ScaleFrameLayout) view.findViewById(R.id.scale_frame);` What is wrong? Thanks.
Log and stack trace java.lang.IncompatibleClassChangeError: The method 'java.lang.Object android.support.v17.leanback.transition.TransitionHelper.createScene(android.view.ViewGroup, java.lang.Runnable)' was expected to be of type virtual but instead was found to be of type direct (declaration of 'com.sgottard.sofa.BrowseFragment' appears...
from Browse Screen, If I Click an Item & then go to another activity (assume, I've another activity name Activity B). When I return to Browse Screen from Activity B...
I want to set title for each row in category adapter ,how can i do that?