[android-discuss] Re: Design a path pattern

2012-04-20 Thread Chris Stratton
When you mention touching and sliding it sounds like this might be efficiently built on top of box2d, andengine, etc Try checking out the demos for those libraries and see if you see something similar enough to learn from. Alternatively, you can learn abut how to draw graphics and how to

Re: [android-discuss] Re: Design a path pattern

2012-04-20 Thread Chris Stratton
On Tuesday, April 17, 2012 12:50:00 PM UTC-4, vgrazi wrote: You really need to learn the basics before you can try to solve this kind of problem. Do you know any Java - if not you have a long way to go. A contrasting view is that a very effective way to learn quite a bit about both

[android-discuss] Re: Design a path pattern

2012-04-20 Thread Chris Stratton
On Tuesday, April 17, 2012 3:51:57 AM UTC-4, Milon Sarker wrote: I like to draw a pattern like square. in a corner there will be a small ball which can go to other corner. In a single move it can move only one corner. It only stays at the intersection of line of square..How can i design

Re: [android-discuss] Re: Design a path pattern

2012-04-20 Thread Tim Mensch
On 4/20/2012 11:20 AM, Chris Stratton wrote: When you mention touching and sliding it sounds like this might be efficiently built on top of box2d, andengine, etc Even simpler for a beginner would be a library like Moai [1] that lets you develop on Windows or Mac and then export to Android or

Re: [android-discuss] Re: Design a path pattern

2012-04-20 Thread Chris Stratton
On Friday, April 20, 2012 1:36:33 PM UTC-4, Tim in Boulder wrote: On 4/20/2012 11:20 AM, Chris Stratton wrote: When you mention touching and sliding it sounds like this might be efficiently built on top of box2d, andengine, etc Even simpler for a beginner would be a library like Moai [1]

[android-discuss] Re: Design a path pattern

2012-04-17 Thread Milon
Thanks for your reply. I am coding and learning things.But I cant learn all of them because of time. I am facing problems to create an interface where there will be an pattern, say a square. In that square there will be a ball in one vertices which can be moved by user sliding it to the

Re: [android-discuss] Re: Design a path pattern

2012-04-17 Thread Victor Grazi
You really need to learn the basics before you can try to solve this kind of problem. Do you know any Java - if not you have a long way to go. On Apr 17, 2012 12:04 PM, Milon milon.sar...@gmail.com wrote: Thanks for your reply. I am coding and learning things.But I cant learn all of them