[codenameone-discussions] Re: weired behavior in RSSReader Lists

2016-07-24 Thread ShengChe Hsiao
Thanks. On Sunday, July 24, 2016 at 12:10:21 PM UTC+8, Shai Almog wrote: > > Hi, > since RSSReader derives from List is can't physically grow. We try to > avoid lists today and focus more on using tools like InfiniteScrollAdapter > to provide better list behavior and functionality. > > I would i

[codenameone-discussions] Re: weired behavior in RSSReader Lists

2016-07-23 Thread Shai Almog
Hi, since RSSReader derives from List is can't physically grow. We try to avoid lists today and focus more on using tools like InfiniteScrollAdapter to provide better list behavior and functionality. I would implement my own RSS support using the RSSService instead of using the RSSReader class.