简体   繁体   English

Android开发

[英]Android Development

Is it possible for a program to mimic the Android Homepage? 程序是否可以模仿Android主页? Can widgets, contacts, and canvases all interact at the appropriate FPS? 小部件,联系人和画布可以全部以适当的FPS进行交互吗? Is it possible for an app to make calls and IMs? 应用程序可以拨打电话和即时消息吗? Or are the ISOs used to make the original too different from Java to mimic correctly? 还是用来使原始版本与Java太不同而无法正确模仿的ISO?

To a large extent yes . 在很大程度上,是的。 For a start have a look at the home app sample provided by google . 首先,请看一下google提供的家庭应用示例。 http://developer.android.com/resources/samples/Home/index.html . http://developer.android.com/resources/samples/Home/index.html

Once you get your home app working perfectly you can add modules which practically do everything , but a better design strategy is to split the modules which do different work , so you calling module can be a different app. 一旦您的家庭应用程序正常运行,就可以添加几乎可以完成所有工作的模块,但是更好的设计策略是拆分执行不同工作的模块,因此您可以将模块称为其他应用程序。

I dont think there should be a fps issue if you have good code :) . 如果您有良好的代码,我认为应该不会出现fps问题:)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM