简体   繁体   English

将android应用程序图标转换为iOS应用程序图标

[英]Convert android app icons to iOS app icons

I made an Android app. 我做了一个Android应用。 Now it's time to bite Apple. 现在该咬苹果了。 I have had a little chance of developing iOS App before iOS7 released. 在iOS7发布之前,我几乎没有开发iOS App的机会。

I want to make iOS app as same look and feel as Android app with similar UI components between Android and iOS as possible as I can. 我想尽可能使iOS应用与Android应用具有相同的外观和感觉,并在Android和iOS之间使用相似的UI组件。 Therefore, if possible, I would like to re-use every design resources from Android to iOS app. 因此,如果可能的话,我想重用从Android到iOS应用程序的所有设计资源。 So, I wonder if I can generate all the icons, images mostly will be resized to fit iOS6,7 app from Android icons current I had. 因此,我想知道是否可以生成所有图标,但大多数图像将被调整大小以适合当前使用的Android图标的iOS6,7应用。

I found some online sites it generates all sizes of images from one image for iOS and Android. 我发现一些在线站点可以从iOS和Android的一张图像生成所有尺寸的图像。

I wonder if there are other solutions or some better ideas to achieve this. 我想知道是否有其他解决方案或更好的想法来实现这一目标。 Any ideas or suggestions would be appreciated, thanks. 任何想法或建议,将不胜感激,谢谢。

Generally ios devices have retina screens and higher resolutions than android devices. 通常,ios设备具有的视网膜屏幕和分辨率高于android设备。 I think you should not do this image resizing operation. 我认为您不应该执行此图像调整大小操作。 If you do this, your ios app won't have a good view because of the higher resolutions of the ios devices' screens. 如果执行此操作,则由于ios设备屏幕的分辨率较高,您的ios应用将无法获得良好的视图。 You should make your design all over again for ios app. 您应该重新为ios应用程序进行设计。

You can read this . 您可以阅读此内容

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

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