Original Post
Hi guys am new to android programming.
am trying to create a game.
Consider the flower bracket ({) as my screen.
(||||) lines as a wall.
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{}
{ }
{ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| }
{ | }
{ | }
{ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| }
{ }
{ }
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{}
how to detect collision if i touch wall assume i have ball moving on the screen.
how to make a rectangular bound for bitmap?
All ideas and advice are appreciated.
am trying to create a game.
Consider the flower bracket ({) as my screen.
(||||) lines as a wall.
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{}
{ }
{ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| }
{ | }
{ | }
{ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| }
{ }
{ }
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{}
how to detect collision if i touch wall assume i have ball moving on the screen.
how to make a rectangular bound for bitmap?
All ideas and advice are appreciated.