1.

What Can You Do To Structure Your Application Code Better?

Answer»
  • Use subdirectories for related views and CONTROLLERS.
  • Use fragments to DEFINE reused UI PARTS only once.
  • Put the functionality USED in MULTIPLE controllers into a base controller and extend this controller in the other controllers in your app.



Discussion

No Comment Found