English 中文(简体)
Android: 是否可制定静态方法以恢复申请程序?
原标题:Android: Is it safe to create a static method to return the application instance?
  • 时间:2010-09-03 00:33:07
  •  标签:
  • android

当我需要把整个情况参照在我的法典上时,我就感到悲伤。 因此,我想建立一种静态的方法,以重新提及申请。 我不敢肯定的是,在一个申请中,只有一例申请是安全的。 很显然,安康克语中的应用类别就提供了退回案例参考的方法。 因此,我怀疑必须有一个理由?

最佳回答

假设你和roid在单一波束过程(大多是这样,但这不能保证甲状腺)内的生活,这或许是安全的,但我对此表示反对。

如果你需要进入现有地点以外的环境/应用(活动、服务、广播接收器、申请、意见等),你可能会把与甲状腺环境扰动相关的细节列入大量了解的编码。

主要的例外情况是静态通用方法(例如,显示你在你身上重复使用的或相似的直言词),在这种情况下,你的背景是甲状腺世界的公约(例如,进步只是将背景作为其第一论点)。

虽然你可以这样做,但我感到,这或许是一种帮派援助,可以围绕以下事实开展工作:你在法典中有许多内容,而且这些内容不一定与roid环境密切相关。

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签