Padawan seeking Android Jedi Master

I got my device set up with unity. Now I just need to learn how to program using JS with android. If there is anyone out there that would like to help teach me atleast the basics. I want to learn really bad and I can’t find videos strictly for programming android with unity that covers all the basics. Ex. using touch.get I have a basic understanding of java.

CaseySWilliams is my skype name. Thank you

Search the forums.

It’s mostly same as developing for PC, Webplayer or Flash. Just that you have some extra API calls. Very Android specific stuff (IAP, implementing some frameworks like Openfeint or Ads) can be done in Java itself (documented on Android websites/Stackoverflow) and just be referenced from Unity via JNI (documented in Unity Docs).

There are some differences in how you create your games and assets, mainly about limited memory and processing power. There are enough threads in the forum which handle performance related stuff and how to optimize a game for mobile, just search for it

I would advise against this , the basic stuff you need to learn on your own . Everyone learns at their own pace , it might take you 10 minutes to make pong, it might take 2 days …

Walker boys Unity is a good place to start though