Giter VIP home page Giter VIP logo

adt-leanback-support's Introduction

adt-leanback-support

Eclipse ADT compatible versions of the android leanback libraries and support libraries.

To build:

  1. You need to install Android L to your maven repository using the maven-android-sdk-deployer.
  2. Build the this project by typing: mvn clean install

To import these projects into eclipse, make sure you have m2e 1.4 or higher and m2e-android extension installed. Then import the projects as existing maven projects.

All items are generated as APKLibs, the support-v4 project is available as apklib or jar.

This library is based on the Android 5.0 21.0.2 code and will change when google releases the latest source. It should be enough though to let you do Android TV development with ADT for Eclipse.

adt-leanback-support's People

Contributors

kingargyle 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

adt-leanback-support's Issues

Error while Importing as "Existing Maven Project"

Dear Sir,

I have to import this library and want to use it for my project, its first time I am importing Maven Project so hopefully it will be issue at my side.

I am using Eclipse JUNO, I have Installed android m2e android extension and have m2e version 1.4.

I am getting error on the imported projects, kindly help me.

error

Thanks in Advance!

Card with rounded corners

Hey Sir,

Hope so you are fine, I have started making changes in the code of leanback library. so far things are going good for me. There is thing in leanback lib that rounding of card's corner works fine for API>17 but below 17 it doesn't support this feature . I want to know why this is happening.
Actually I want to make this happen for every API version >= 14. any solution or recommendation please ?

I have even changed Build.VERSION.SDK_INT >= 14 , still not working

private ShadowHelper() {
if (Build.VERSION.SDK_INT >= 21) {
mSupportsShadow = true;
mUsesZShadow = true;
mImpl = new ShadowHelperApi21Impl();
} else if (Build.VERSION.SDK_INT >= 14) {
mSupportsShadow = true;
mImpl = new ShadowHelperJbmr2Impl();
} else {
mSupportsShadow = false;
mImpl = new ShadowHelperStubImpl();
}
}

Thanks in Advance !!

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.