Using key event onKeyLongPress & closing application activity 21:14 Add Comment Scenario: Suppose, your application have so many activities lets say A,B,C,D...X,Y,Z. User came in activity Z. Now user wanna go to the A... Read More
Close an Android Application 01:18 Add Comment To close an android application & go back to user first home screen try to use below code: Intent startMain = new Intent( Int... Read More