I have created a simple cardView in Sketch and I want to insert it inside the Android-Studio. What options do I have? Can I export it from sketch and import it to Android-Studio or I have to redesign it with XML or Java code?
Asked
Active
Viewed 935 times
0

Yoni
- 1,346
- 3
- 16
- 38

Giorgos Karyofyllis
- 119
- 3
- 12
2 Answers
0
Make it as PNG and use it in your Android Project.
Or Make redesign it in XML.

Bhuvanesh BS
- 13,474
- 12
- 40
- 66
0
best option would be save this as svg from sketch and use in android studio as svg is vector graphic and size can be handled in android studio

Sarpreet Kalyan
- 1
- 2