标签: android
我需要一个在eclipse中构建的简单应用程序,它将启动后台进程。
需要该过程以固定间隔(可调)建立平均环境噪声,然后将该值传递给方法。
默认情况下,在10秒内建立平均环境噪音,然后将该值传递给方法。
当设备处于开启状态时,该过程需要100%执行,与屏幕是处于待机模式还是主机应用程序处于后台无关。
活动界面(显示时)只需要显示传递给方法的最后一个值,以及关闭应用程序的方法。
答案 0 :(得分:0)
您需要为此服务
Maintaining a time-based incrementing float whilst the app is paused or closed
答案 1 :(得分:0)
您需要为此目的实施服务。
很少有关于其理解和代码的好教程如下:
1)http://developer.android.com/guide/components/services.html
2)http://www.vogella.com/tutorials/AndroidServices/article.html
3)http://www.techotopia.com/index.php/Implementing_an_Android_Started_Service_%E2%80%93_A_Worked_Example
4)http://www.androidsnippets.com/basic-service-example-in-android