Code Monkey home page Code Monkey logo

androidtvapptutorial's People

Contributors

corochann avatar vigneshdurairaj avatar wrozwad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

androidtvapptutorial's Issues

The vertical scroll doesn’t follow the current focused item inside a CustomListRow

Thank you for your work! Your samples and explanations from the blog are very useful for those learning or working with Leanback.

I was wondering if you have any idea why the following situation appears and possibly a fix for it?
The scroll doesn’t follow the current focused item inside a CustomListRow if it is in a different row, but only scrolls when an item in a different CustomListRow gets focused (or maybe the trigger is that a different CustomListRow is selected).

Here is a gif with the described behaviour:
sample

I tried adding an ItemAllignmentFacet but didn’t accomplished much, so any idea/ piece of code is welcomed.

IconHeaderItemPresenter haven't focus after update support libs

After updating support libs from 23.4.0 to 24.0.0 left sidebar in BrowseFragment stopped worked. In Google sample - androidtv-Leanback they fixed it by adding below two lines of code. Yea, I'm a little too lazy to create pull request so - can you add this to lines to IconHeaderItemPresenter:34? 😉

@Override
public ViewHolder onCreateViewHolder(ViewGroup viewGroup) {
    ...
    view.setFocusable(true);
    view.setAlpha(unselectedAlpha); // Initialize icons to be at half-opacity.

    return new ViewHolder(view);
}

43.74.40.42:10080 [/43.74.40.42] failed: connect timed out

Please move all local properties to file that's added to .gitignore or ENV variables.

: gradle assembleDebug                                                                                                        
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'AndroidTVappTutorial'.
> Could not resolve all files for configuration ':classpath'.
   > Could not resolve com.android.tools.build:gradle:1.5.0.
     Required by:
         project :
      > Could not resolve com.android.tools.build:gradle:1.5.0.
         > Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/1.5.0/gradle-1.5.0.pom'.
            > Could not HEAD 'https://jcenter.bintray.com/com/android/tools/build/gradle/1.5.0/gradle-1.5.0.pom'.
               > Connect to 43.74.40.42:10080 [/43.74.40.42] failed: connect timed out

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

for customized style of second stepfragment

How could i define Textview by using custom style of guidedstepFragment
and for textviews how could i set the custom font styles and in custom style guidedstepfragment in the right side how could i define any edittext property and how could i get that edittext value entered by the user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.