• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Custom UI components and graphic APIs

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've done a few sample Android apps and I get how the component model works at a simple level. I'm wondering if the book goes into detail into the graphics API, I imagine there is a Java2D equivalent on the Android platform?

Also, how easy is it to extend and create your own custom components? I found Swing very flexible in this area, specially due to being a lightweight UI non native component model. Are the UI components in Android native or lightweight like in Swing (in other words is their UI more like Swing vs SWT). And also does the book cover any examples on custom component creation?

On custom components, anybody know any nice open source library to extend the components in Android that is widely used?

Thanks!
 
Trust God, but always tether your camel... to this tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic