有没有一种简单的方法来转换我的苹果应用程序到Android应用程序? [英] Is there an easy way to convert my apple apps into android apps?

查看:259
本文介绍了有没有一种简单的方法来转换我的苹果应用程序到Android应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一个应用程序开发人员,我使用的是X code开发的所有我的应用程序,但看到在今天的市场上有很多人现在有非苹果设备。所以我想我不知道是否有一个简单的方法来把我的$ C $下我的苹果应用程序并将其转换为Android的格式,所以我可以向这两个市场?

I am an app developer and I use Xcode to develop all my apps, but seeing in today's market a lot of people now have non apple devices. So I guess I'm wondering if there's an easy way to take my code for my apple apps and convert it to android format so I can submit to both markets?

也做Android的拥有自己版本的网络成瘾?

Also does Android have their own version of "iAds"?

推荐答案

您可以使用IOS的 j2objc 它转换为Java的Objective-C的。但任何依赖于Android框架将无法正常工作(这同样适用,如果你发现了一些将它转化成对象 - 到Java)。

You could share some parts of your android application with iOs using j2objc which converts java to objective-c. However anything that relies on the android framework will not work (the same would apply if you found something to convert it obj-c to java).

您可以使用类似的PhoneGap 或的 Appcelerator的。你会写code在JavaScript,HTML,CSS,然后它会创建iOS和Android应用程序为您服务。

You could use something like Phonegap or Appcelerator. You would write code in javascript, HTML, CSS and then it would create iOS and android applications for you.

然而,有一些事情,不能使用这些技术进行。我知道,要解决这个问题Appcelerator的允许您创建本机模块。

However there is some things that cannot be done using these technologies. I know that to get around this appcelerator allows you to create native modules.

您将永远不会在两个平台上的一个应用程序免费总有涉及到费用是否需要更多的工作,或者你失去在一个某些功能,或者两者的平台。

You will never get an app on both platforms for 'free' there is always a cost involved whether it requires more work or you loose some features on one or both the platforms.

您需要解决您的应用程序多么复杂的将是哪些部分可以分离成一个共享模块/库。您还需要考虑你将如何直观地重present您的应用程序,它会更容易拿出Android和iOS之间的一些中间地带比这将是在Android或反之亦然创建iOS的视觉效果。

You need to work out how complex your application is going to be and what parts could be separated into a shared module/library. You would also need to consider how you are going to visually represent your app, it would be easier to come up with some middle ground between android and iOS than it would be to create iOS visuals on android or vice-versa.

如果你做一个游戏看看团结

If your making a game take a look at unity

这篇关于有没有一种简单的方法来转换我的苹果应用程序到Android应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆