Android Application Development Tutorial – 75 – Game Programming concept

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

23 responses to “Android Application Development Tutorial – 75 – Game Programming concept”

  1. Medoxy Med Avatar

    As specialist, I do believe Devomobiron Secrets is actually great way to make money from your first iphone & android apps creation without any programming experience at all. Why don't you give it a chance? maybe it'll work for you too.

  2. 3RandomFails Avatar

    Love the videos, and i ended up making an app of my own 
    check it out, its free and tell me if you like it 🙂
    https://play.google.com/store/apps/details?id=com.clueless.helicopterteddy

  3. Dat Ha Avatar

    for those who don't understand scale:
    Basically, scale is the moving speed of the ball, like in the GFX's View, scale of the ball is 10! 
    Do some math, you will understand it

  4. Barbe Rousse Avatar

    Scale should be fix, not depending on d. Like your screen size is fix.
    Its faster to multiply , ie, value*0.0333 instead of value/30.
    Later you,ll want to make an other thread updating x y which uses real time as basis
    Now it depending on drawing and touch event frequency
    Also, check out basic displacement dynamics

  5. josueetcom Avatar

    Really could've done this simply with dx and dy bro. But like you said, it wasn't going to be all perfectly set up either.

  6. Kisuke Urahara Avatar

    still did not answer my question 🙂 all the floats are representing pixels not just dX and dY. But np I understood it now 😉 you can say that '30' is the velocity to a certain extent as well.

  7. Faraaz Nadeem Avatar

    dX and dY are numbers based on pixels. Because there are thousands of pixels, Travis just divided by 30 to make the number smaller and more manageable.

  8. Kisuke Urahara Avatar

    is it safe to say that 30 is the amount of different positioned balls that will be printed on the hypotenuse?

  9. Kisuke Urahara Avatar

    Did not quite understand what the divide by 30 is for though 🙂

  10. Tenznam Tenz Avatar

    thank you very much. i learning programming Android, all video that help me very much

  11. Edvinas Kilbauskas Avatar

    So true. People found tutorials on youtube. Started to watch. And now think they are pro game developers…

  12. frankfill2050 Avatar

    It's called 'Travis effect' 😉

  13. MichaelMLD08 Avatar

    awwwwwwww yea 125 more!!! keep up the good work travis!!!

  14. Edvinas Kilbauskas Avatar

    As always… Just because you watched all video, doesn't mean you know anything

  15. Valcua Avatar

    all the codes are on his website (mybringback). go to tutorials > android thenewboston > thenewboston sample projects

  16. John ThePartizan Avatar

    oups forgot to tell you to put at ACTION_DOWN aniY=0; and aniX = 0; 🙂

  17. John ThePartizan Avatar

    It would be better if we do in ACTION_UP aniX=fX-sX; and aniY=fY-sY; and after just place this code at if statments "if(aniX!=0&&aniY!=0){
    x = x – aniX;
    y = y – aniY;
    }
    and no bugs at all 🙂 Thumbs up if you done and agree with me

  18. Chomo Lakihode Avatar

    trying to act smart?

  19. Herp Derpingson Avatar

    scaleX
    saleX
    sleX
    seX 😉
    sX
    XD

  20. Herp Derpingson Avatar

    @hardipdpatel Object 🙂

  21. Hardip Patel Avatar

    Here what is "ourSurfaceView" class or method or what?????

Leave a Reply

Your email address will not be published. Required fields are marked *