I'm working on an android application and I was wondering if there is a way to create the different screen of my application in Photoshop and then using them in the in eclipse as the screens?

有帮助吗?

解决方案

In contrary to iOS, Android runs on a huge variety of devices with screen sizes and resolutions from tiny wrist-watches to full blown HD screens. Thus, it's not possible to create a complete screen with Photoshop and use it in your app.

Better have a look on the various Layouts and how to build them via XML layout files. Also you should have an idea of how nine-patch images work.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top