I want to show in my Android app, a single item from rss each day. Now I dont want to build a complex rss reader with a listview and so, I just want to get a single item each day, is it possible? Thanks
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...