[android-developers] How to send email to myself without any confirm click ?

2017-08-12 Thread Rn
I writing some application that need to send mail to myself ( from the main gmail account to the main gmail account ) with some text. I found a way to get access to the gmail and create the mail that i need to send ( adding the target address, adding subject and mail body ) but when i sending i

[android-developers] how to send notification to specific user in mysql data base

2017-01-29 Thread W Production
i have project i need to know how to send notification to specific user in data base mysql server -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-

[android-developers] How to send data through both mobile data and Wifi Simultaneosly in an Android Application

2016-04-09 Thread 'Bharath Mourya' via Android Developers
Hello, I am working on an app which sends data both over Mobile Data and Wifi at the same time. Is it possible to do such a thing? If possible how to send selective data over different interfaces? i.e., If I have a data of K units I would like divide the data and send K_1 to K_n through Mobil

Re: [android-developers] How to send MMS in background without using Intents

2016-01-12 Thread Manoj kumar
Hi there, Can any one help me in this context? Thanks, Manoj. On Mon, Nov 30, 2015 at 1:55 PM, Manoj wrote: > Hi, > > I want to send mms without using Intents. I found sendMultimediaMessage > can be used from SMSManager. But I really don't have any idea how to use > it. Could anyone explain me

Re: [android-developers] How to send reference object to a fragment in android studio

2015-12-04 Thread Mark Phillips
As an alternative, why not store the ArrayList in the Application object, and have getArrayList and setArrayList methods. The Fragment can access the ArrayList and update ArrayList with these methods. Since the Application object is a singelton, there will only be one valid copy of ArrayList. Mark

Re: [android-developers] How to send reference object to a fragment in android studio

2015-12-04 Thread Doug
On Thursday, December 3, 2015 at 8:03:24 PM UTC-8, TreKing wrote: > > > On Thu, Nov 26, 2015 at 12:35 AM, Vinayak Mestri > wrote: > >> I want to do like above code i.e student is reference variable so if i >> change any values of student arraylist will reflect to actual object in >> activity >

Re: [android-developers] How to send reference object to a fragment in android studio

2015-12-03 Thread TreKing
On Thu, Nov 26, 2015 at 12:35 AM, Vinayak Mestri wrote: > I want to do like above code i.e student is reference variable so if i > change any values of student arraylist will reflect to actual object in > activity 1 - Look at the documentation for Fragment which shows the static constructor pat

[android-developers] How to send MMS in background without using Intents

2015-11-30 Thread Manoj
Hi, I want to send mms without using Intents. I found sendMultimediaMessage can be used from SMSManager. But I really don't have any idea how to use it. Could anyone explain me the usage of it? Thanks, Manoj. -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] How to send reference object to a fragment in android studio

2015-11-30 Thread Vinayak Mestri
I want to send model object (ArraList) to a fragment using contructor but new Fragment does not allow to send reference of custom model object using constructor. How can i achieve this. 1. ArrayList student; contains information of students 2. fragment contains UI/Events which can change some

[android-developers] How to send Text and Documents using webservices from client to server in android ?

2013-06-12 Thread Meena Rengarajan
Hi all, I have uploaded Images from client to server using SOAP library via Webservices, android . It has been done successfully. What about these text files and documents and how can I send it by using webservices, android ? I could be able to view an Image in server side also. Now

Re: [android-developers] How to Send MMS

2013-05-15 Thread kennedy O James
On May 14, 2013 9:54 PM, "askl" wrote: > Dear All, > > Please help me, how to send a *MMS *in Android Programmatically*. Please > give a sample code for that.* > *Thanks* > *ASK.* > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group.

Re: [android-developers] How to Send MMS

2013-05-14 Thread Justin Anderson
Dear ASK, We are not your personal Google search team... do some research yourself first (possibly by using Google to get started, hint hint...) and then when you get stuck ask a specific question and we will be glad to help you out. Sincerely, Everyone on this forum On May 14, 2013 8:55 PM, "as

Re: [android-developers] How to Send MMS

2013-05-14 Thread naresh pedagani
Hi ,check the following url http://sumitsharma1900.blogspot.in/2013/03/how-to-send-mms-programmatically-in.html Thanks&Regards, Naresh Pedagani. Regards, NaResH. On Wed, May 15, 2013 at 8:19 AM, askl wrote: > Dear All, > > Please help me, how to send a *MMS *in Android Programmatically*. Plea

[android-developers] How to Send MMS

2013-05-14 Thread askl
Dear All, Please help me, how to send a *MMS *in Android Programmatically*. Please give a sample code for that.* *Thanks* *ASK.* -- -- 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@g

[android-developers] How to send a xml file from one device to another ?

2013-05-02 Thread mohammed Nuhail
Hi I want to send xml file from one device to another device ? please help me with it .. Thanks -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] How to Send MMS without compressing the image

2013-04-02 Thread Buddhika Somaratne
hi, i wanna send image via MMS without compressing the image as i have encoded a message to the image. I'm using the intent to send MMS and it will compress the image when i try to send it over the MMS. so the encoded message removed from the image. How can i send MMS without Compressing the

Re: [android-developers] how to send Image in text file from android to java server

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 4:20 AM, wrote: > I'm new to android and i want to send image in text file from android to > java server as fast as possible. > So, please could you help me > What have you tried so far? -

[android-developers] how to send Image in text file from android to java server

2013-01-07 Thread ajinkyasaswade09
Hi, I'm new to android and i want to send image in text file from android to java server as fast as possible. So, please could you help me Thanks & Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-05 Thread Michael Banzon
My initial response would be: Write some code! What have you tried so far? On Wed, Dec 5, 2012 at 10:02 AM, Tom wrote: > Hi, > > if know anyone answer this question "How to send and receive the datas from > webserver to client server using htttpurlconnection?". please help me.. > > Thanks in ad

[android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-05 Thread Tom
Hi, if know anyone answer this question "How to send and receive the datas from webserver to client server using htttpurlconnection?". please help me.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread TreKing
On Tue, Dec 4, 2012 at 8:01 AM, Tom wrote: > if know anyone answer this question "How to send and receive the datas > from webserver to client server using htttpurlconnection?". please help me.. Google probably does. Have you made any effort to answer this for yourself? --

[android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread Tom
Hi, if know anyone answer this question "How to send and receive the datas from webserver to client server using htttpurlconnection?". please help me.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] how to send and receive the voice message from one android device to another

2012-10-24 Thread Tom
Hi, I am recording and play the audio. But i don't know how to send this voice message from one android device to another. If any body know this concept. please help me... Thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] how to send and receive packets using voice calling?

2012-10-11 Thread Tom
Hi, if u know the details about how to send and receive packets using voice calling. please share with me. -- 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 unsubsc

[android-developers] how to send vector from one activity to another

2012-09-21 Thread rauf qureshi
hello friends I am trying to send Vector one activity to another activity how to do this can any body tell me. thanks -- 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

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Larry Meadors
On Mon, Aug 27, 2012 at 1:56 PM, Lew wrote: > Not to be a smart-ass, Rod, (all right, yes, to be a smart-ass), but have > you ever been a newbie and read the tutorials and initial instructions? > > Or even searched on > http://lmgtfy.com/?q=how+to+get+started+in+Java+programming LOL, lmgtfy is on

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Lew
Mark Murphy (a Commons Guy) wrote: > Rob wrote: > > Thanks Jason. > > His name is Justin. > > > I'm not trying to be a smart-ass but have you ever been a newbie and > googled > > ' how to call a method in eclipse' or 'eclipse calling a function' > > Those are not especially useful searches.

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 3:25 PM, Rob wrote: > Thanks Jason. His name is Justin. > I'm not trying to be a smart-ass but have you ever been a newbie and googled > ' how to call a method in eclipse' or 'eclipse calling a function' Those are not especially useful searches. Eclipse is an IDE, not a

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Thanks Jason. I am going away. I'm not trying to be a smart-ass but have you ever been a *newbie* and googled ' how to call a method in eclipse' or 'eclipse calling a function' I understand, now, that this is not a forum for me to be posting on. Can you suggest a forum for absolute beginners?

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
This is not a forum for programming beginners. If you are posting on here it is assumed that you have a certain level of programming experience (like being able to call a function, for example). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 2

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
> > I have googleing on how & where to 'call a method' but none of the results > seem to apply or are not specific enough for a newbie like me. > Wow I really feel sorry for you, so I'm just going to give you the answer... Change this: > @Override > public void onCreate(Bundle savedInstanceS

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
I have googleing on how & where to 'call a method' but none of the results seem to apply or are not specific enough for a newbie like me. On Monday, 27 August 2012 14:19:38 UTC-4, TreKing wrote: > > On Mon, Aug 27, 2012 at 1:06 PM, Rob > > wrote: > >> I don't understand... > > > You wrote a met

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread TreKing
On Mon, Aug 27, 2012 at 1:06 PM, Rob wrote: > I don't understand... You wrote a method that does something. In order for that method to actually do it's thing, you have to call it. Justin is suggesting you do that, because currently you are not. -

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
I don't understand... On Monday, 27 August 2012 13:48:09 UTC-4, MagouyaWare wrote: > > Any suggestions? >> > Yeah call your executeHttpGet() method. :-) > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Mon, Aug 27, 2012 at 11:11 AM, Rob

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
> > Any suggestions? > Yeah call your executeHttpGet() method. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 11:11 AM, Rob wrote: > executeHttpGet -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Here is what I have been able to put together - it just does not do anything when I launch it on my phone. package com.example.awc; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import java.io.BufferedReader; import java.io.IOException; /** import java.io.Input

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
> > Thanks Justin. > I have been Googling my as! off for days and my post here was an act > of desperation! > Sorry if I showed any disrespect to you or the group members. > No worries... From your post there was no way to tell that you had put any effort into this before asking. That being said.

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Thanks Justin. I have been Googling my as! off for days and my post here was an act of desperation! Sorry if I showed any disrespect to you or the group members. On Monday, 27 August 2012 10:59:25 UTC-4, MagouyaWare wrote: > > I have two links for you: > >- > > http://android-dev-tip

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
I have two links for you: - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+http+get Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 8:51 AM, Rob wrote: > Hello

[android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Hello: I need to send the following string from an Android app *using HTTP GET*. (as per the website instructions) The string: https://www.abc.com/api/v245.asp?action=LOGIN¶m[ID]=1234¶m[PASSWORD]=ABCDE I am using eclipse INDIGO. Is this difficult to do? Any suggestions on how to do this or

[android-developers] how to send data over Wifi

2012-07-29 Thread Muhammad ahmed
i am developing a application in which i have to send serial data over Wifi ... how can i do it using api level 10 , -- 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

Re: [android-developers] how to send SMTP message from an android app to a web application

2012-05-22 Thread TreKing
On Sat, May 19, 2012 at 9:59 PM, Irfan wrote: > i want ur guidence about how the coding stuff for that messaging will be > code > please help me on this stuff > http://www.catb.org/~esr/faqs/smart-questions.html Please ask an actual, well-phrased question that can be answered, if you expect so

[android-developers] how to send SMTP message from an android app to a web application

2012-05-21 Thread Irfan
hi guys i am developing an emergency system that consist of an android app and a web application, i need to sent a alert message from my andoid app that contain some msg when the alert button was pressed in ma android app to web application via SMTP, i want ur guidence about how the coding stu

[android-developers] how to send SMTP message from an android app to a web application

2012-05-21 Thread Irfan
hi guys i am developing an emergency system that consist of an android app and a web application, i need to sent a alert message from my andoid app that contain some msg when the alert button was pressed in ma android app to web application via SMTP, i want ur guidence about how the coding stu

[android-developers] how to send commands to OS through bluetooth

2012-05-09 Thread shahfaizal chan basha
i want to send commands to OS thourgh bluetooth, where my system should handle it by is own bluetooth service listener. -- 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

[android-developers] How to send vCard via SMS?

2012-04-30 Thread SamuelSpring
I'm looking for any way to send/read a vCard via SMS in my app. I've read a lot of articles, web-pages, forums etc. There is still not even a clue how to do that. Here is transaction. 1. User selects some specific contact 2. App generates a vCard for it 3. User types a number to send vCard to 4. A

[android-developers] how to send command line parameters to native c executable running through android application with root permissions??

2012-04-26 Thread karan
hi,here is my small query I am executing a C native test application using android application as root.Here i need to pass few command line arguments to the test app. Currently i am giving static cmd parameters by declaring it as string.it is of the form below.. runCommand("/data/data/com.srtrl.

[android-developers] How to send/pass string to a web service from emulator and that web service returns same string.

2012-03-27 Thread ravindra bhavsar
Hello developers, I want to send string from emulator to web service and that web service returns same string to us. if any one has such tutorial or application then please send me. can anyone knows url of web service that returns string that we had just pass.i.e.returning the

[android-developers] How to send thw hexstring

2012-03-06 Thread mark2011
Dear All : I want to send out the hex code(0xfa,). I had prepared the hexstring to send. But it will change into string when I received it from another terminal. 1 byte will be changed into 2 bytes. Is there any mechod to keep it in hex(just 1 byte)? Thanks in advanced. Br, Mark -- Yo

[android-developers] how to send jsonarray to webservice?

2012-02-28 Thread Mulsaniya Bhadresh
Hello, here i created URL dynamically in my code like this.. String query = "" + ServiceUtils.KEY_methodnameForPlaceOrder + "=" + ServiceUtils.KEY_PlaceOrderMethodName + "&" + ServiceUtils.KEY_InstanceId + "=" + request.instanceID + "&" +ServiceUtils.KEY_CustomerId + "=" +request.CustomerID +

Re: [android-developers] how to send mail using javamail

2012-02-14 Thread TreKing
On Sun, Feb 12, 2012 at 8:50 AM, Hery Irawan wrote: > please , can you help me? Can you read the stacktrace you posted? It tells you the error and line number. *02-12 20:12:27.673: E/KirimMailActivity(378): javax.mail.internet.AddressException: Illegal address in string ``'' *

[android-developers] how to send mail using javamail

2012-02-13 Thread Hery Irawan
Hi, I want to build apps to send mail using javamail, but there is error , code: package com.kirimmail; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Toast; public class KirimMailAc

[android-developers] How to send DTMF signal even if its way is compulsory.

2012-01-20 Thread okp
There is one question. Please teach me if someone have any related information. And I'm sorry for my poor English. I wanna send DTMF signals to the IVR in my app when press the my app's UI button. But it was impossible in program code.And I tried my cellphone generate DualTone and its mic pick up

[android-developers] How to send onPreviewframe jpeg image continuously to server??????

2012-01-05 Thread muhammad.ume...@hotmail.com
hi, I am creating an app to send onPreviewframe image byte array continuously to server, but only on image is transfer to server. I am stuck here please tell me what i have to do for this situation. //here is my android onpreviewframe code/// public void onPreviewFrame(byte[] data, Came

[android-developers] how to send a pdf file from android to wifi printer programatically?

2011-11-30 Thread Hrishi
Please bare if is repeated question... I am able to connect to wifi device (printer). Now i want to print a pdf file programatically using wifi connection. can someone tell me how to do it because i am not getting any way to do it. I am able to print text ,html file n images but pdf file not get p

[android-developers] How to send DHCPINFORM request

2011-11-08 Thread petr.maza...@mautilus.com
Is it possible to send manually the DHCPINFORM request? I was searching the SDK and I did not found any class that allows creating and broadcasting the DHCPINFORM (see RFC 2131) request. Might be there is some Java implementation, which can be ported to the Android. Kind Regards, STeN -- You re

Re: [android-developers] How to send an image file in a JSON string to the server?

2011-11-03 Thread Ratheesh Valamchuzhy
Send the image as byte array -- 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.

[android-developers] How to send an image file in a JSON string to the server?

2011-11-03 Thread Shruthi Varma
Hi All, I want to send an image file as a part of the JSON request string to the server. String requestString = "{\"meetcha\":{\"user_id\":\"19\",\"title\":\"volleyball at the sand beach\",\"location_name\":\"BMO Bank of Montreal\","+ "\"address1\":\"640 Bloor St. W\",\"city\":\"Toronto

[android-developers] How to send a message using sendDataMessage() for more than 133 bytes in android?

2011-10-21 Thread priya
I am developing an SMS application where i am sending a message using sendDataMessage function of API level 3,but if i try to send more than 133 bytes i am getting a null pointer exception as shown below WARN/System.err(223):java.lang.NullPointerException WARN/ System.err(223):at android.telephony

[android-developers] How to send HD (High Definition) output from android Tab to HDtv

2011-09-26 Thread Rikki
I want to develop an application that will send HD content on my samsung galaxy tab and show it on HDtv. I have searched for sample apps that can help me in understanding the involved processing. But to my surprise, I've found nothing. I am not able to figure out any library support or APIs for co

Re: [android-developers] how to send email from android app.

2011-09-26 Thread Devendran Raju
Thank u... Thanks & Regards, Devendran.R > -- > 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+u

[android-developers] how to send email from android app.

2011-09-26 Thread GopalaKrishnan D
http://stackoverflow.com/questions/4668871/send-auto-email-programmatically http://stackoverflow.com/questions/7274949/send-email-programmatically-in-android -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] how to send email from android app.

2011-09-26 Thread Devendran Raju
hi, I need to send response mail from the app to user. Can anybody help me. Thanks in advance. Regards, Devendran.R -- 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.co

Re: [android-developers] how to send data in web service.?

2011-09-22 Thread Vitaly Babiy
You shouldn't do that on the UI thread. Do it in a asynctask or intent service. Vitaly Babiy On Wed, Sep 21, 2011 at 7:01 AM, gajendra singh wrote: > package com.com; > > > import java.io.IOException; > > import org.ksoap2.SoapEnvelope; > import org.ksoap2.serialization.SoapObject; > import or

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com.com; import java.io.IOException; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import org.xmlpull.v1.XmlPullParserException; import android.util.Log;

Re: [android-developers] How to send Post data with JSONString

2011-09-12 Thread Francisco Dalla Rosa soares
Hello, Try checking out this link: http://hc.apache.org/httpcomponents-client-ga/httpclient/examples/org/apache/http/examples/client/ClientFormLogin.java for an example on how to do a POST using Apache HTTP Components 2011/9/13 Atif Musaddaq > Hi, > > I would like to send username and password

[android-developers] How to send Post data with JSONString

2011-09-12 Thread Atif Musaddaq
Hi, I would like to send username and password with SERVICE_URL. do any one know how to send it, I am getting username and password from prefs. here is my code at the moment. String SERVICE_URL = "http://10.0.2.2/php_to_json.php";; String s = execHttpRequest(SERVICE_URL); final String[] items2 =

[android-developers] How to send and recieve data from Android App?

2011-07-27 Thread AJs
Hi, I m writing an Android app which will run on my smartphone and communicates with an embedded device. This device currently supports a GUI via webpage as it is running a webserver. My idea is to have same info displayed via Android App. Can I used http GET method in my Android app to get data

[android-developers] How to send an image to paired device via bluetooth?

2011-07-04 Thread Rajni Sharma
Hi, i am working on an application according to which when i enabled bluetooth of my phone the list of all other bluetooth enabled devices should be displayed and a predefined text/image data automatically send to the device which is selected from the list. i tried bluetooth chat example but i did

[android-developers] How to send an image to paired device via bluetooth?

2011-07-04 Thread Rajni Sharma
Hi, i am working on an application according to which when i enabled bluetooth of my phone the list of all other bluetooth enabled devices should be displayed and a predefined text/image data automatically send to the device which is selected from the list. i tried bluetooth chat example but i did

Re: [android-developers] How to send sms/message from windows application to android mobile phone

2011-06-07 Thread TreKing
On Tue, Jun 7, 2011 at 2:30 AM, Jason C wrote: > I'm intent to develop a windows application (.net or java) that can send > sms or message to an android mobile phone. > Anyone can help how to do this? > If you're intent on developing a Window application, then a forum for developing Windows appl

[android-developers] How to send sms/message from windows application to android mobile phone

2011-06-07 Thread Jason C
Hi! All, I'm intent to develop a windows application (.net or java) that can send sms or message to an android mobile phone. Anyone can help how to do this? rgds, Jason -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

Re: [android-developers] How to send Widget cfg activity's user value to widget

2011-05-22 Thread Mark Murphy
Step #1: Persist the data (e.g., as a SharedPreference) Step #2: Update the app widget using AppWidgetManager and a RemoteViews object, the same as you do in the onUpdate() method of your AppWidgetProvider On Sun, May 22, 2011 at 3:18 AM, Perry168 wrote: > Hi, > I completed the Widget CFG activi

[android-developers] How to send Widget cfg activity's user value to widget

2011-05-22 Thread Perry168
Hi, I completed the Widget CFG activity and widget. But I don't know to send the value to widget. At the CFG activity, user can select 1, 2 or 3 value. The widget will following the value to running the different case. Thanks for help!. -- You received this message because you are subscribed to t

[android-developers] How to send combination keys in functional testing

2011-04-25 Thread Rui
Hello, I am trying to test my application with ActivityInstrumentationTestCase2. My application is for a specific hardware, which has a hardware keyboard including ctrl and alt key, and has functions which are fired by combination keys, e.g., Ctrl + BackSpace, Ctrl + C, Ctrl + Right, and etc. Doe

[android-developers] how to send the context of the activity to a thread

2011-03-31 Thread chripink
Hello, I made this tutorial, and I have a problem ... http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html I want to create a thread that add objects in the arraylist but to get an image I should use "getResource ()". my question is: to use "getResource ()" I must pass the co

[android-developers] How to send email programmatically?

2011-02-28 Thread kamiomar
how we can send email programmatically? i try the following code: http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_(no_Intents)_in_Android this is work fine with gmail. but if i try this with different smtp server its not working such like yahoo,hotmail and my company smt

[android-developers] How to send..?

2011-01-05 Thread Abhilash baddam
Hi friends, I am new to Android. I have an activity where the user have to enter his details like name,phone number etc. and there is a submit button when the user clicks on that button i want to send those details as a SMS to server and I'l get response as a SMS, I don't know how to

Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-06 Thread Miguel Morales
Like others have pointed out, there is no easy way. The EASIEST way is to use a webservice. Which will be much more stable and work all the time. You also need to know about what the email protocols are, i.e. SMTP or IMAP. A simple google search turned this: http://davanum.wordpress.com/2007/12/

Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-06 Thread Kostya Vasilyev
This intent launches an email program on the device, and opens the "new message" window in that program, with the specified recipient, subject, and message body. It's up to the user to click "send" (or not), possibly after editing the message. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 0

Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-06 Thread Alberto Ivo
Hello Kostya, only this piece of code is enough to send the e-mail? what line exactly does the 'sending task' ? Ivo On Fri, Dec 3, 2010 at 9:58 AM, Kostya Vasilyev wrote: > Hi, > > You are describing three tasks: > > 1 - handling a button click. > > http://developer.android.com/guide/topics/u

Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-03 Thread Kostya Vasilyev
Hi, You are describing three tasks: 1 - handling a button click. http://developer.android.com/guide/topics/ui/ui-events.html http://developer.android.com/reference/android/view/View.html see View.setOnClickListener(android.view.View.OnClickListener) 2 - getting the value of an EditText field

[android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-03 Thread saex
Hi im searching on google and here and i only find hard ways, that i can't understand, because i am starting on android. I have a textfield on my app, and a button. I only want that when user press the button, my app have to send a email with the text "Hello" to the direction on the textfield. t

Re: [android-developers] How to send data from one activity to another?

2010-10-18 Thread Rocky
use the Bundle for send data from one activity to other, startActivityForResult, this will give u that a activity can hold the result of next activity. On Tue, Oct 19, 2010 at 10:17 AM, Chandroid wrote: > I have an application where there are two screens(activities.) > When I make changes in th

Re: [android-developers] How to send data from one activity to another?

2010-10-18 Thread Kumar Bibek
startActivityForResult, search for some samples. On Tue, Oct 19, 2010 at 10:17 AM, Chandroid wrote: > I have an application where there are two screens(activities.) > When I make changes in the second screen those values should get > reflected in the first screen. For that I have to pass the val

[android-developers] How to send data from one activity to another?

2010-10-18 Thread Chandroid
I have an application where there are two screens(activities.) When I make changes in the second screen those values should get reflected in the first screen. For that I have to pass the values of second screen to the first one. Can anyone help out on how to do this? -- You received this message

Re: [android-developers] how to send a image from one process to another

2010-10-11 Thread TreKing
On Mon, Oct 11, 2010 at 2:15 AM, mani wrote: > Any body can suggest what would be the best way to send a image from one > process to another process ? > What interface does Bitmap inherit from? - Tre

[android-developers] how to send a image from one process to another

2010-10-11 Thread mani
Hi all, I am looking for sending a image ( fav icon from browser ) to Notification service. I couldnt do successfully, as there are some problems with parcelable class. public class Notification implements Parcelable public Notification(Bitmap icon)--> I wrote this new api

[android-developers] How to send sms when debug in a real phone?

2010-10-01 Thread kevindroid
I know that we can use "sms send ##" for emulators, is there a way of connecting to the real phone using telnet and send sms that way too? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] how to send data to server while recording

2010-09-20 Thread cindy
Hi all, My application needs to record audio and send audio data to server while recording. If User stops audio input, we will stop sending. How could I implement such feature in Android? Thanks! April -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] how to send an MMS

2010-09-16 Thread sdphil
Intent mmsIntent = new Intent(Intent.ACTION_SEND); mmsIntent.putExtra("sms_body", "test message"); mmsIntent.setType("vnd.android-dir/mms-sms"); // if i want to send an image. mmsIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse( ); mmsIntent.setType("

[android-developers] How to send email with pictures attachment

2010-09-09 Thread Rammi
Hi Friends, for the last two days i am trying to attach a picture to email the picture is taken from camera after that i am storing the image into sd card then using the sd url in the email intent Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.setType("image/jpeg"); sendIntent.pu

[android-developers] How to send a string to server

2010-09-01 Thread TheSeeker
Hi I am trying to send a string to server, i would like to know how many alternatives i have. Actually i am using a socket but i don't know if there is a better option. The string is big(lenght about 192000 , yes too much 192000), i think is a little is stupid try to do this, but the server works w

Re: [android-developers] How to send an specific key event to FG app using adb?

2010-08-14 Thread dan raaka
http://developer.android.com/guide/topics/testing/testing_android.html "With instrumentation, you can set up mock system objects such as Contexts before the main application starts, control your application at various points of its lifecycle, send UI events to the application, and examine the appl

[android-developers] How to send an specific key event to FG app using adb?

2010-08-13 Thread tomei.ninge...@gmail.com
Hello, I want to keep launching my app and stress test two scenarios: launch it and press BACK key launch it and press MENU key I can launch from adb using "am" command. But how can I send a BACK or MENU key using adb. I want to do thousands of rounds of testing so I don't want to do it

Re: [android-developers] how to send data to server while recording

2010-08-12 Thread Miguel Morales
What have you tried? On Thu, Aug 12, 2010 at 10:45 PM, cindy wrote: > My application needs to send data to server while recording the audio > data? > > Does anyone know how to do that? > > Thanks! > > April > > -- > You received this message because you are subscribed to the Google > Groups "Andr

[android-developers] how to send data to server while recording

2010-08-12 Thread cindy
My application needs to send data to server while recording the audio data? Does anyone know how to do that? Thanks! April -- 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@googlegrou

[android-developers] how to send data to server while recording

2010-08-11 Thread cindy
Hi , In my application, I need to record some file. I want to send audio data to server while recording. Do you know how to do that? After user stop saying, I need to detect the end of speaking. Is there any algorithm to do that? I want my application similar as google voice search, Thank you

  1   2   >