Sha256: 3eec7ae0533d817eb147b8fcbd5b8f4e0cd57b708d50781e4681027628836373
Contents?: true
Size: 459 Bytes
Versions: 25
Compression:
Stored size: 459 Bytes
Contents
require 'ruboto/util/toast' # Services are complicated and don't really make sense unless you # show the interaction between the Service and other parts of your # app. # For now, just take a look at the explanation and example in # online: # http://developer.android.com/reference/android/app/Service.html class SampleService def onStartCommand(intent, flags, startId) toast 'Hello from the service' android.app.Service::START_NOT_STICKY end end
Version data entries
25 entries across 25 versions & 1 rubygems