English 中文(简体)
平台兼容性问题
原标题:Platform compatibility issue
  • 时间:2012-04-08 21:37:33
  •  标签:
  • android
  • sdk

平台样本代码和从安乐斯开发商网站获得的参考依据是平台1.5,我理解,新的平台能够支持旧平台开发的申请,但互惠不适用,这是有意义的,但编码不同吗? 用于开发1.5套仪器的代码在较新的平台中是否仍然有用,或者有更新的类别和方法加以取代? 看来,如果一个监评系统开发的信号不能被推介器看上去,或者如何在装置上测试或检索,则单片在样本中产生大量编码错误? 任何建议都受到欢迎。

最佳回答

如果你看到SDK的夹,就在窗户上,它将是<条码>c:<SDK的定位和gt;samplesandroid-x。 这些样本按复印件的浓度水平排列,这样,这些样本肯定会符合。

为了回答你的其他问题,如果是,随着你走到一旁,就会发生一些变化,从而造成警告或汇编错误,有些课程甚至可能完全取消。 一般说来,低度的 t子变化太大,但最重要的事情是,除非原始执行中存在设计缺陷,否则 se子变化很少。

每种版本的释放说明通常都指出已发生什么变化,我认为在线文件一般是多余的,可以告诉你确切解释什么。 如果你只是以旧装置为目标,那么,如果你对功能感到关切,那么你就能够用1.5倍的纸张来编码,操作一个15级的电离层扫描器,检查一切工程,如果不是这样,你会决定什么最佳战略。 一般来说,我会就移动装置的目标2.2及以上和表层建议3.0,但实际上是由你负责。

问题回答

3个班级被贬低,可像联系人那样再使用。 人民。 还有一些课堂,可以继续使用,但在新的项目中应避免使用。 以前没有新的班级。 在某些情况下,如不成体系,在旧平台上有使用新特征的相容性支持平衡,但如在旧平台上没有支持的优惠贷款等类别的情况并非如此。





相关问题
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 ...

热门标签