English 中文(简体)
How to Animate a Live Wallpaper Anders
原标题:How to Animate a Live Wallpaper Android

我们正试图为安乐器开发一个活页的挂图,但就算术部分和安戈党的规模而言,我们只是一个 st子。

由于巴布亚新几内亚图像或星体的大小,我们尝试通过模拟进行Sprite的消化和PNG框架,这两者在电话中消耗了大量的空间(超过10德国元,少于2个)。

但是,我看到了在“评估市场”中的一些活页纸,令人吃惊,但APK的面积不到1MB。 是否有办法实现这一目标? 如果得到任何人的任何援助,将受到高度赞赏。

提前感谢!

最佳回答

作为第一个办法,我建议你尝试把登河平台及其居住文件延期(http://www.andengine.org/)。 由于平台开发商已处理过许多模拟问题,我认为没有理由重新处理轮椅。 AndEngine平台有许多记忆和速度优化特征,特别是在《GLES2》的发布上,它是自由和开放的。

问题回答

暂无回答




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

热门标签