Hi Akeem,
You have given the basic frame of what you want to do but the specifics are 
elusive. 
There are many possibilities to achieve what you want.
I will assume you want to open a URL and send data because it would be the 
easiest. 
For that I would look into the HttpURLConnection in Android. It has many 
examples for get and post functions.
http://developer.android.com/reference/java/net/HttpURLConnection.html
I don't know how much you know because your question seems very general. 
Here's some info about GET and POST: 
http://www.roseindia.net/servlets/GetAndPostMethodOfHttp.shtml
You will probably want to use POST if you have a lot of data.
Cheers,
Alex



On Thursday, June 7, 2012 9:38:38 PM UTC+2, Akeem W. wrote:
>
> I am attempting to send raw data collected from a Bluetooth device 
> connected to my Android phone to an online server. What are some 
> recommended websites, tutorials, or example codes available online 
> that would help me get started with the process of sending data 
> between the Android phone and an online server?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to