Hi, is this good way to organize file structure in project ? here i have organized based on screen or activity like user package and authorization package, also inside this package i have Activity, API (retrofit interfaces) and Data(POJO classes) packages. so is this good way or there should be another way ?