Kedar2411 / DietPlan

Desc
0 stars 0 forks source link

Refactoring of project structure #1

Open JahagirdarAmey opened 6 years ago

JahagirdarAmey commented 6 years ago

‘activities’ shoud come under the package ‘activity’ & class name of activity should end with ‘Activity’

Example :- MainActivity, LoginActivity

Please refer :-

https://guides.codepath.com/android/Organizing-your-Source-Files

JahagirdarAmey commented 6 years ago

In project Admin.java is an activity so it should end with AdmitActivity.java

Because by looking at the class name it looks like a model class but its an activity.