Skip to content Skip to sidebar Skip to footer

Using A Listfragment With Navigation Drawer

I am trying to use the Navigation Drawer with my RSS Reader app. Previously I had multiple tabs with ListFragments to display the parsed feeds. I am just using Googles sample at th

Solution 1:

It looks like ListFragments cannot be used with the Navigation Drawer. However I was able to convert them to normal Fragments with a ListView and it works just fine.


Post a Comment for "Using A Listfragment With Navigation Drawer"