Intent i = new Intent(currentActivity.this, targetActivity.class); startActivity(i); Intent i = new Intent(currentActivity.this, targetService.class); startService(i);
No comments:
Post a Comment