I have a simple form with 4 fields that i submit to remote mysql data on submit. When there is no connection available this form fails to send data. I know i can store data in sqlite, but i m not sure how to send this data to mysql db when app is not running and network is available? Can anyone point me to some samples that i can help me with this?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...