0

So I'm trying to make an event organization app. The user needs to be able to manage multiple events at the same time. So, if he clicks on 'add event', I must be able to dynamically create a new layout folder for that respective event. How do I go about doing so?

Arjun Ram
  • 369
  • 2
  • 18

1 Answers1

1

It is not possible to "dynamically create a new layout folder for that respective event" but according to your requirement u can generate views dynamically according to your requirement or inflate a layout

(inflate layout) 1>How to inflate one view with a layout

generate view dynamically from code 2>Dynamically add textViews to a linearLayout

Hope this may help you

androholic
  • 686
  • 6
  • 23