- Can we have a viewModel in android in a project having more than 200 lines of code or viewModel should have minimum number of lines of code?
- I am developing a camera app, in which, user have to take photos, record videos and play recorded videos. Should I create one main viewModel or three viewModels for each activity?