[TIMOB-13356] Android: make TiBaseService an interface
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Martin Guillon |
Assignee | Unknown |
Created | 2013-02-06T08:23:30.000+0000 |
Updated | 2018-02-28T20:03:59.000+0000 |
Description
I was looking at creating a Service inheriting Service but without being android.app.Service. As a consequence of that i couldnt use TiBaseService and ServiceProxy as they just inherit android.app.Service.
So i had to copy everything.
Would be great if it was made an interface so that we could use subclasses of android.app.Service.
This is also a requirement to be able to build android widgets. Is there any movement on this? I'd be up for helping on this issue if we can get some attention on it.