micheleBr Member Licensed User Longtime User Nov 7, 2013 #1 Hi everybody! I'm trying to combine 2 rss-feed inside one custom ScrollView without success. (with only one it works great!) If anyone can suggest me some solution, thanks!!!!
Hi everybody! I'm trying to combine 2 rss-feed inside one custom ScrollView without success. (with only one it works great!) If anyone can suggest me some solution, thanks!!!!
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2013 #2 Create a class that reads an RSS feed and returns a list with text items. Create two instances of this class (one for each feed). Use CustomListView class and call CLV.AddText for each of the items. Upvote 0
Create a class that reads an RSS feed and returns a list with text items. Create two instances of this class (one for each feed). Use CustomListView class and call CLV.AddText for each of the items.