[android-discuss] Using JsonReader in 2.3.3

2012-04-20 Thread sgiddings
This may seem a dumb question but . I am having to query the Google Map Web services for data and am receiving the response in JSON = great. Now I need to parse the JSON data to extract the information and I saw the existence of this package. However, it doesn't exist in the version 10 api.

[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

[android-discuss] Re: sdcard and confidentiality on ASUS eeepad

2012-04-20 Thread Chris Stratton
On Saturday, April 7, 2012 9:25:54 AM UTC-4, Hendrik Boom wrote: However, almost all of the apps on the app store demand read and write access to sdcard, and many also want complete internet access. Now quite a few documents are *not* to be made freely available worldwide, such as

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]