Home
Random
Watchlist
Settings
Log in
About Techotopia
Disclaimers
Open main menu
Changes
Implementing an Android Started Service in Android Studio
96 bytes removed
,
14:35, 21 May 2014
→
Modifying the User Interface
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_service_example);
Intent intent = new Intent(this, MyIntentService.class);
startService(intent);
}
← Older edit
Newer edit →
Neil
Bureaucrat
,
administrator
34,333
edits