且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android的 - 与PIM和网络估计黑莓应用程序的端口

更新时间:2023-01-01 17:04:19

我的看法是Android有更好的API是共同的:

My opinion is android has better API in common:

  • networking is simple and auto configured, but may be extended as well, use javax.net.ssl or android.net
  • PIM is accessed by ContentProviders, which may take a little time to port
  • IO operations are simple, use files or sqlite
  • PIM listeners - can't tell anything need to be investigated, see Contact Listener
  • UI design - completely different approach, ui (usual) is declarative, saved in xml, so this will require redesign and resources prepare.

要ppared彻底重新设计的应用程序$ P $,甚至部分企业可能有类型的列表,扩展运算功能和数据库功能得到改善。

Be prepared to redesign application totally, even business part may be improved with typed lists, extended math functions and db functionality.

但尽管如此,它取决于你的技能,所以如果您在良好的android我会说这是X / 3,否则X / 2

But still, it depends on you're skills, so if you good in android I'd say it's x/3, otherwise x/2.