Author Topic: Android Tech Demos  (Read 1762 times)

Offline SimpleRookie

  • byte
  • *
  • Posts: 2
    • View Profile
Android Tech Demos
« on: February 26, 2013, 09:43:19 pm »
Any chance on getting the source for the tech demo's you show in your youtube videos? Still trying to figure out how a project goes together in  android, extra examples of working items would be extremely helpful, thanks!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Android Tech Demos
« Reply #1 on: February 26, 2013, 09:54:19 pm »
Not yet, it's too much of a WIP for now. Apart from that, it consists of 277 .java files (and counting) and i'm not really sure if that is a number that makes it useful for educational purposes. However, the sources of my former, much simpler, game Alien Runner are available here: http://www.jpct.net/forum2/index.php/topic,1629.msg14207.html#msg14207

They are much more targeted to run on very slow devices like the G1, so they might not reflect the way you would code for a current device, but they might be helpful anyway.
« Last Edit: February 27, 2013, 08:25:19 am by EgonOlsen »

Offline SimpleRookie

  • byte
  • *
  • Posts: 2
    • View Profile
Re: Android Tech Demos
« Reply #2 on: February 26, 2013, 11:30:11 pm »
Oh! Thank you, looks good. I'll have to tear it up and learn some things. Thank you!