android finish() vs activity.finish() -
i working on legacy code android app, , in activities when want finish activity write
finish() and in other places write
activity.this.finish() what difference?
actvity.this transparent in activity class, because references itself, can call class method both using , not using in java
Comments
Post a Comment