Skip to content

Structure of project

amarjeet singh kapoor edited this page Apr 20, 2018 · 1 revision
app\

    db\
      (All shared database files, If any)

    service\
      (All shared services compoenents, If any)

    entities\
      (All shared entities, If any)

    utils\
      (All shared wrapper, helpers and util classes, If any)

    ui\
      (All shared UI compoenents, If any)

      \adaptor
        (All shared adaptors, If any)

      \activities
        (Activities which doesn't belong to any module, If any)

    module1\ (one Directory for each module)

      db\
          (All database files RELATED TO THIS module1, If any)

      services\
          (All services RELATED TO THIS module1, If any)
      entities\
          (All  entities RELATED TO THIS module1, If any)
      utils\
          (All wrapper, helpers and util RELATED TO THIS module1, If any)
      ui\
          (All  UI compoenents RELATED TO THIS module1, If any)
    module2\
      .....
    ..
    configuration files(If any)

Open for suggestions.

Clone this wiki locally