Yeah, my post missed the most important part, sorry for that: * Depending on how old your local support library version is, you might need to update it using the "android" tool of the Android SDK. * If you are using gradle to build (Because you want to use Android Studio or IntelliJ) then you might need to update the "support repository" too (also with the "android" tool).
Sebastian On Fri, Jun 19, 2015 at 7:41 PM, Jim Chen <[email protected]> wrote: > FWIW, I had to upgrade my Android SDK's Android Support Library from v22 > to v22.2. Otherwise, I was getting this error, > > ERROR: resource directory >> '/home/nchen/sdk/extras/android/support/v7/recyclerview/res' does not exist >> > > Cheers, > Jim > > > > On 6/18/15 6:29 AM, Sebastian Kaspari wrote: > >> Hi everyone! >> >> I wanted to let you know that the RecyclerView integration has landed (bug >> 1171288 [1])! >> >> RecyclerView is a modern replacement for ListView and GridView that is >> more >> flexible. >> >> Some highlights are: >> * It uses (customizable) layout managers for positioning items and has >> three built-in layout managers: LinearLayoutManager (vertical/horizontal >> lists), GridLayoutManager and StaggeredGridLayoutManager. >> * It supports animations for adding and removing items >> >> The library came with a cost of 190kB. Hopefully we can get some of that >> back by gradually removing our outdated copy of the TwoWayView library >> (bug >> 1158303 [2]) and unifying all our list/grid code. >> >> If you want to learn more about RecyclerView, I compiled a list of >> interesting blog postings: >> * http://www.grokkingandroid.com/first-glance-androids-recyclerview/ >> * >> >> https://www.bignerdranch.com/blog/recyclerview-part-1-fundamentals-for-listview-experts/ >> * https://www.bignerdranch.com/blog/recyclerview-part-2-choice-modes/ >> * >> http://www.birbit.com/recyclerview-animations-part-1-how-animations-work/ >> * http://www.birbit.com/recyclerview-animations-part-2-behind-the-scenes/ >> >> Best, >> Sebastian >> >> [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1171288 >> [2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1158303 >> >> >> >> _______________________________________________ >> mobile-firefox-dev mailing list >> [email protected] >> https://mail.mozilla.org/listinfo/mobile-firefox-dev >> >> _______________________________________________ > mobile-firefox-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/mobile-firefox-dev > -- Sebastian Kaspari https://plus.google.com/112283223674539938062 Android Zeitgeist http://www.androidzeitgeist.com Lands of Ruin http://www.landsofruin.com
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

