0

I have an existing project using ListView in MainActivity and would like to replace this by Slider Menu keeping my existing activities.

My question is how to proceed with this implementation? Note: I've followed many tutorials but still unsuccessfully.

Unheilig
  • 16,196
  • 193
  • 68
  • 98

1 Answers1

0

If you want to use Activities instead of fragments you must put a NavigationDrawer in every activity.

A clean solution should be this, check it:

Navigation Drawer to switch activities instead of fragments

Community
  • 1
  • 1
Grender
  • 1,589
  • 2
  • 17
  • 44