The manifest can specify hooks for Service implementations, such as to
start on-boot, but the platform still requires the implementation of the
Service class. One could write a generic NativeService implementation for
easy reuse and launching of native processes, but otherwise nothing has
changed with the Android platform that I'm aware of.

On Tue, Oct 24, 2017, 3:54 PM Seth Moeckel <smeck1...@gmail.com> wrote:

> Has anything here changed? Given that Go mobile apps are really just Go
> apps, I wonder if a service could be made by simply having the correct
> manifest...
>
> On Monday, November 23, 2015 at 10:45:53 PM UTC-5, Regan Laitila wrote:
>>
>> Hello Everyone,
>>
>> I'm curious if it is possible to write an all-golang background service
>> for android. Reviewing https://godoc.org/golang.org/x/mobile/app  it
>> seems we may only have options to launch a golang android application from
>> user interaction in the foreground.
>>
>> Any insight would be greatly appreciated!
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to