欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

android定義全局變量

系統 2018 0

The more general problem you are encountering is how to save stateacross several Activities and all parts of your application. A staticvariable (for instance, a singleton) is a common Java way of achievingthis. I have found however, that a more elegant way in Android is toassociate your state with the Application context.?

--如想在整個應用中使用,在java中一般是使用靜態變量,而在android中有個更優雅的方式是使用Application context。?

As you know, each Activity is also a Context, which is informationabout its execution environment in the broadest sense. Your applicationalso has a context, and Android guarantees that it will exist as asingle instance across your application.?
--每個Activity 都是Context,其包含了其運行時的一些狀態,android保證了其是single instance的。?

The way to do this is to create your own subclass of android.app.Application,and then specify that class in the application tag in your manifest.Now Android will automatically create an instance of that class andmake it available for your entire application. You can access it fromany context using the Context.getApplicationContext() method (Activityalso provides a method getApplication() which has the exact sameeffect):?
--方法是創建一個屬于你自己的android.app.Application的子類,然后在manifest中申明一下這個類,這是android就為此建立一個全局可用的實例,你可以在其他任何地方使用Context.getApplicationContext()方法獲取這個實例,進而獲取其中的狀態(變量)。?

給個例子:?

Java代碼?? 收藏代碼
  1. class ?MyApp? extends ?Application?{??
  2. ??
  3. ?? private ?String?myState;??
  4. ??
  5. ?? public ?String?getState(){??
  6. ???? return ?myState;??
  7. ??}??
  8. ?? public ? void ?setState(String?s){??
  9. ????myState?=?s;??
  10. ??}??
  11. }??
  12. ??
  13. class ?Blah? extends ?Activity?{??
  14. ??
  15. ?? @Override ??
  16. ?? public ? void ?onCreate(Bundle?b){??
  17. ????...??
  18. ????MyApp?appState?=?((MyApp)getApplicationContext());??
  19. ????String?state?=?appState.getState();??
  20. ????...??
  21. ??}??
  22. }??


This has essentially the same effect as using a static variable orsingleton, but integrates quite well into the existing Androidframework. Note that this will not work across processes (should yourapp be one of the rare ones that has multiple processes).?
--這個效果就是使用靜態變量是一樣的,但是其更符合android的架構體系。

android定義全局變量


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!?。?/p>

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 久久五月婷 | 久久精品呦女 | 久久久久黄| 国产三级在线播放 | 九九九九精品视频在线播放 | 精品欧美一区二区三区在线 | 久久综合久色欧美综合狠狠 | 男女视频免费在线观看 | 国产免费一区二区三区免费视频 | 日韩精品一二区 | 国产亚洲欧美在线人成aaaa | 欧美成人性生活 | 国产一区精品视频 | 国产视频一区二区 | 天天更新天天久久久更新影院 | 国产精品中文字幕在线 | 高清一区二区在线观看 | 日韩精品免费在线视频 | 久久久欧美综合久久久久 | 亚洲精品久久久久综合中文字幕 | 欧美午夜色视频国产精品 | 久久99中文字幕 | 青娱乐手机在线 | av在线等 | 美女福利网站 | 欧美激情免费观看一区 | 欧洲精品视频完整版在线 | 一区二区视频在线 | 欧美国产日本高清不卡 | A片好大好紧好爽视频 | 片在线观看免费观看视频 | 激情插插插 | 一区二区三区国产好 | 欧美视频一区二区三区 | 午夜精品一区二区三区在线视频 | 欧美日一区二区三区 | 日韩av一二三区 | 国产一级特黄aa大片爽爽 | 一级毛片特级毛片免费的 | 99热中文 | 岛国毛片一级一级特级毛片 |