CLDC&从Android的角度看J2ME中的CDC
就像标题所说,我想知道,J2ME 中有 CDC 和 CLDC,我想知道在 Java for Android 的角度来看它们有何相似之处。也许是比较之类的东西,或者 J2ME 中的 CDC 中的内容和 Android 的 Java 元素最相似的内容。
Like the title says, I am wondering, there is a CDC and CLDC in J2ME, and I want to know what resembles them in the Java for Android point of view. Maybe something like comparisons, or what's in the CDC in J2ME and what Java for Android's elements best resembles it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 并没有真正相当于 CDC/CLDC 的东西。
Android 是一个更加单一的开发环境。 只有 Android SDK。
诚然,API 支持有不同级别,但它们(到目前为止)单调增加,并且每个级别的支持也意味着所有先前的支持级别。
在这方面,Android 平台更像 Java SE 平台:具有不同版本的单一平台/API,试图尽可能向后兼容。
Android doesn't really have an equivalent of CDC/CLDC.
Android is a much more monolithic development environment. There is only the Android SDK.
Granted, there are different levels of API support, but they are (until now) monotonously increasing and each level of support implies all previous ones as well.
In that respect the Android platform is much more like the Java SE platform: a single platform/API with different version, trying to be backwards compatible as much as possible.