• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the best way to making 2D vector graphics designer ?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys!

First of all, I new to Android development, but I have Java programming experience.
I would like to make an 2D vector graphics software with following features, briefly:
- putting vector objects on the canvas or custom map
- resizing, moving objects
- scrolling the canvas and zooming

After understanding the basics of the Android development, what would be the best way to accomplish the fore mentioned application.
Using Canvas is enough or should I use libraries with or without OpenGl or maybe AndEngine ?

What would be the best choice or combination of possibilities ?

Thanks for the replies in advance.

Cs.
 
reply
    Bookmark Topic Watch Topic
  • New Topic