I\'m at a bit of a loss as to how to send a json
object from my android application to the database
As I am new to this I\'m not too sure where I\'ve gon
You should use web service to send data from your app to your server because it will make your work easy and smooth. For that you have to create web service in any server side language like php,.net or even you can use jsp(java server page).
You have to pass all items from your Edittexts to web service.Work of adding data to server will be handled by web service