Open Faagerholm opened 6 years ago
Please review..
I have found several places in your code where you start a new activity with Intent and instead of calling finish() you then decide to call new Intent, building a beautiful layered cake of spaghetti. :)
There is two suggestions to fix this.
There is several ways to return objects and information back to previous Intent, for example use Intent.PutExtra(String key, object value);
Please review..
I have found several places in your code where you start a new activity with Intent and instead of calling finish() you then decide to call new Intent, building a beautiful layered cake of spaghetti. :)
There is two suggestions to fix this.