壁纸应用程序的问题
我有一个壁纸应用程序,它似乎工作正常,但是...当我在 Eclipse 中打开该应用程序时...该应用程序图标显示为壁纸中的第一个图像。我不知道发生了什么事。有人可以帮忙吗?
在我添加更多图像(40)后,滚动速度似乎也变慢了……有什么建议吗?文件文件的建议文件大小是多少。我知道尺寸,但分辨率呢?
I have a wallpaper app and it seems to work fine but... when i open the app in eclipse... the app icon appears as the first image in the wallpaper. I cannot figure out what is happening. can someone help.
also the scrolling seemed to have slowed down after i added more images (40)..any suggestions. what is the recommended file size the files papers should be. I know the dimensions but what about the resolution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经知道尺寸(如果我理解正确的话),则分辨率无关紧要。对于 Droid,您需要 960 x 854 像素的图像。当我听到分辨率时,我想到的是 dpi/ppi。
至于列表中出现的应用程序图标...您应该发布一些关于如何列出图像的代码。您只是从 @drawables 文件夹填充它们吗?这也是您的应用程序图标存储的位置。
The resolution isn't relevant if you already know the dimensions (if I'm understanding you correctly). For the Droid, you need 960 x 854 pixel images. When I hear resolution, I think dpi/ppi.
As far as the app icon appearing in the list...you should post some code as to how you're listing the images. Are you just populating them from the @drawables folder? That's where your app icon is stored, too.