문제

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