魔王撒旦
void android_main(struct android_app* state) { // Make sure glue isn't stripped. app_dummy(); // loop waiting for stuff to do. while (1) { // Read all pending events. int ident; int events; struct android_poll_source* source; // Read events and draw a frame of animation. if ((ident = ALooper_pollAll(0, NULL, &events, (void**)&source)) >= 0) { // Process this event. if (source != NULL) { source->process(state, source); } } // draw a frame of animation bringTheAwesome(); } }
查看详细资料
TOP
魔神至尊
何囧老湿
天外飞仙
穷逼卢瑟
Big brother is watching you
小黑屋
Down with BB
查看个人网站
大都督
原帖由 jun4rui 于 2011-1-13 11:04 发表 posted by wap, platform: GoogleChrome 早就有了,这都是第五版了,不过还是有较大改进
水果进步促进委员会
名誉会长
Loser
Laser
原帖由 @jinwyp 于 2011-1-13 11:25 发表 没有友好的ide 开发环境 什么语言都白扯, 弄了那么多开发语言 结果没有一种是好用的易用的而且成熟的,
原帖由 jun4rui 于 2011-1-13 11:31 发表 posted by wap, platform: GoogleChrome 楼上别扯啥IDE了,专业编程人员用的东西VS/月蚀/VIM/Emacs哪个是友好的?友好的那个菜鸟用的好吧?编程人员不是要友好的IDE,而是好用的IDE。 推荐你看一篇客观点的东西: ...