Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正计划开发一个使用相机的应用程序,将图片上传到网站,显示应用程序中拍摄的所有照片,并为用户提供一点编辑能力。使用 PhoneGap 或通过 Eclipse 的原生 Android 开发设置会更好地开发吗?我知道大量的 Java 和 HTML,所以这不是大问题,但我想知道我应该使用哪个开发工具包来更快地启动应用程序,同时保持一个体面的界面。
谢谢!
最后,这一切都归结为两件事:
1.- which language do you know better? consider that android IS NOT java, but knowing java will help a lot 2.- Do you want this app to work only on the Android OS or you want it to work in every platform?
如果您担心的是接口,请不要担心。您可以在两者上创建非常好的界面。