According the to 2.0BetaGuide.pdf that came with beta5:
However, the following items are not yet implemented for Android:
• Orientation events • Camera • Network • Multiline text fields • Text input with keyboard • Webpopups
Regarding “Network”: Does this mean I cannot download images/data from an internet source - for instance if I wanted to create an RSS reader?
“Multiline text fields” - does this include the native.newTextBox as described in the API? [import]uid: 6297 topic_id: 1216 reply_id: 301216[/import]
That would explain why the image download sample application doesn’t work on my Droid, but if that is the case then it severly limits the usefulness of creating anything in corona. [import]uid: 6297 topic_id: 1216 reply_id: 3227[/import]
Network support is indeed not yet implemented. It’s difficult because Android doesn’t support much in their NDK. We’re considering implementing separate http functionality for this (and to allow non-blocking wait on network).
[import]uid: 54 topic_id: 1216 reply_id: 3228[/import]
Thanks for the info Eric. When do you think a decision would be made regarding implementation of http functionality? Seems like this would be a key component of a majority of mobile apps; along with a more robust text engine (i.e. multiline textfields, and formatting options). I work at an internet media company, so every app/game I create would require http functionality at a minimum. [import]uid: 6297 topic_id: 1216 reply_id: 3231[/import]
Thanks Mike - that solved my problem and was nice to wake up to a solution!
It would likely be helpful to new users to make this more clear in the getting started or online reference / online docs.
I had to create a build.settings file as there wasn’t one for Hello World and other apps I built or studied. I found the one in the Network sample tho and used that.