• 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:

what basic knowledge required to start with android gaming besides android app development?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I basically started with Android app development but android gaming makes me fancy of those superb UI's and animations when i get hands on some of them like popular Angry Birds or NFS Shift. What basically comes in question is how to develop those beautiful and superbly sliding and animating UI's?
 
author
Posts: 47
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You roll your own UI library. None of the games you mentioned use the native Android UIs. They have a single Activity with a SurfaceView capable of rendering via OpenGL ES and that's all the Android APIs they use (plus or minus some APIs for file/networking access). The UIs are then drawn via OpenGL ES, animation and other fancy effects are created manually.
 
Ruturaj Vaidya
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a tone Mario Zechner! i am looking foreword to some more help from you! where can i catch you later?
 
Mario Zechner
author
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Given that I do all this in my sparetime i do not offer personal support, i hope you understand. I however try my best to answer general questions on our forums. If you have any general game development related questions you can catch a couple of knowledgeable developers (and myself) over at http://www.badlogicgames.com/forum.
 
Ruturaj Vaidya
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a ton for this support, I'll definitely will catch you there! thanks a lot once again!
 
These are not the droids you are looking for. Perhaps I can interest you in a 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