Background application without ui

前端 未结 2 1668
有刺的猬
有刺的猬 2020-12-28 19:00

I am new to android development. I want to make one background application, so that it keeps running in background, and it\'s without any UI, and even its icon do not appear

2条回答
  •  再見小時候
    2020-12-28 19:28

    Yeah it's possible look up Service

    Read more about the service in tutorials

    ServicesDemo - Using Android Services

    How Android Services Work

    Android Service creation and consumption

提交回复
热议问题