然后我存储到SharedPreferences值请求(访问登录站点的第一个令牌-尽管我知道它不需要.)、引脚(也不需要)、access_token和access_secret.我试着用存储的SharedPreferences建立一个连接.$700(ActivityThread.java:159)11-13 14:40:55.657: E
我的应用程序使用Service来做一些背景工作。我在服务中使用额外的线程来做一些计算。为此,我每5至10秒创建两个线程,运行5至10秒。但我不知道我应该使用哪种线程模型:优点:- android specific缺点:
- Since Ihave to use API level 10, there is no `ExecutorService` with fixed thread poo