Brendon Nelson
unread,Nov 8, 2011, 1:30:10 PM11/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PhpForAndroid
Alright, to make a long story short, I have an application that has
functionality that includes JSON and making HTTP requests. I was
unable to push the ruby version of this application into an .apk,
because I had to have mechanize in order for the app to work and
mechanize does not yet work on Android since Ruby on Android is not
yet a complete implementation of Ruby. So now I have the PHP version
of this application, which does the same thing. My question is, will I
run into issues with dependencies on the application with regards to
those JSON/HTTP calls?