-1

Please help me out how to use the UI that designed by sketch in my android application either in eclipse or Android studio.

The sketch file in .sketch format

Adarsh R.S
  • 17
  • 1
  • 1

2 Answers2

2

You cant use it like that.

Sketch is just a prototyping app, it helps you get your Design right before you start coding to achieve that design.

Siddhesh Dighe
  • 2,894
  • 3
  • 16
  • 16
  • How developed or reproduce the UI that developed by Sketch3 tool in my app using android studio. – Adarsh R.S Jun 19 '16 at 08:12
  • I'm sorry i can't understand your question, If your question is, how can you make the similar UI you made in Sketch3 tool in Android Studio? you have to code it in XML. – Siddhesh Dighe Jun 19 '16 at 09:05
  • I don't want develop the UI , But I want to use the UI which is in .sketch format – Adarsh R.S Jun 19 '16 at 14:20
0

I think could give it a look to the new UI Designer & Constraint Layout in Android Studio 2.2 Preview, It may help to create your layout quickly and easily, just using drag and drop.

More info:

Happy Coding!

Arturo Mejia
  • 1,862
  • 1
  • 17
  • 25