-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use BasicKeyValuePair and UrlEncode #1
Comments
Definitely a good suggestion. I will get that updated whenever I have a chance to, but it could be a while. If you want to create a fork and make that change I would gladly pull it in =) |
Also one more thing you do not check whether there is a data connection available via the 2G/3G/WiFi for sending the data! |
Another great point. Same deal I'll try to fix it when I can, but if you'd like to fork and do that I will pull it in. |
Try integrating it with the Crouton or AppMsg or MessageBar library for
|
You implemented this in an activity, Ever given a thought about implementing in Fragments(like ViewPager) ? |
I haven't for this app since it is just a bare bones example of submitting data to the spreadsheet. |
Why do you hard code the data and then url encode it?
Instead you should use the BasicKeyValuePair and a UrlEncoder Class.
The text was updated successfully, but these errors were encountered: