Sarthak Mittal
Results
2
issues of
Sarthak Mittal
https://github.com/googlesamples/android-architecture/blob/30f7c5a16bb0854e003530e81403e922e745d311/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskActivity.java#L86 Please do correct me if I am wrong, but isn't this approach as bad as creating a Fragment with argument constructor? Although, the above implementation would work fine, since...