Changes

Jump to: navigation, search

Android Started Service – A Kotlin Example

112 bytes removed, 16:29, 4 December 2017
no edit summary
        setContentView(R.layout.activity_service_example)
 
        val intent = Intent(this, MyIntentService::class.java)
        startService(intent)
    }
 

Navigation menu