Skip to content Skip to sidebar Skip to footer

Moving Image For Android

<--------------------------- image direction --------------------------------------- ------------------------------> Image.PNG <--------------------------------------- []

Solution 1:

You can use android canvas. Draw bitmap on android canvas and check for condition that

 if(x>canvas.getHeight()||x<0) {x=0}else{increment or decrement accordingly}

Post a Comment for "Moving Image For Android"