Re: Serial Data Transfer via Bluetooth
Look at the Bluetooth Chat example and change the UUID to "00001101-0000-1000-8000-00805 F9B34FB". That should get you going.
Informacja: 2010-03-17
Czytaj: Re: Serial Data Transfer via Bluetooth
Getting XML attributes for custom control
I've created a combo box control with a edittext and spinner. I'm trying to let the android:prompt attribute be passed onto the spinner, which means I need to catch it in the constructor which passes my the AttributeSet and set it on the spinner. I can't figure out how to get the value of the prompt.
Informacja: 2010-03-17
Czytaj: Getting XML attributes for custom control
Re: [android-beginners] how to use a Cancel button to clear data in an edittext
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setText(""); BR, Adrian Vintu [link]
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] how to use a Cancel button to clear data in an edittext
Re: Prevent uninstallation of app?
In theory... how many users use a single cell phone? Even if I let someone else use my phone, I don't have a way to let my phone know that it should currently be in "different-user-mode". If the user has downloaded a tool ti help with keeping the programs in order, and that program uninstalls your program, isn't that the same
Informacja: 2010-03-17
Czytaj: Re: Prevent uninstallation of app?
how to implement facebook login integration with my android app ???
hello experts ! I have posted this problem twice previously and doing it once again. kinldy help me out if any1 has been successful implementing facebok login facility in its app. I tried with fb- connect api but its not working on my end .. just stuck !! :S regards, wahib
Informacja: 2010-03-17
Czytaj: how to implement facebook login integration with my android app ???
Re: CTS APK'S QUERIES
Any help on how to test apk's generated by compiling cts tests on emulator or target ?? Thanks : Uander
Informacja: 2010-03-17
Czytaj: Re: CTS APK'S QUERIES
Any androiders in Central Florid
I'm in the Melbourne area. Scott Topic: Any androiders in Central Florida? BobG <bobgard...@aol.com> Mar 15 02:11PM -0700 ^ Might be nice to have someone within driving distance to collaborate with.... Carol Bolger <carol.bol...@gmail.com> Mar 16 09:02AM -0400 ^ I live in Crystal River. Carol
Informacja: 2010-03-17
Czytaj: Any androiders in Central Florid
Re: [android-beginners] What will happen to my activity incase of incoming phone call
The exact same thing that will happen if any other app is started over your app. [link] Android will save the state of any views (like the text in a TextView or EditText). You're responsible for saving anything else you need.
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] What will happen to my activity incase of incoming phone call
Re: [android-beginners] Re: possible to send an xml file via HttpClient?
You probably want to look at HttpPost or HttpPut, which implement HttpRequest, which is an available parameter to the execute() method in the HttpClient interface. Not 100% sure what you're trying to do, but that's the path of investigation I'd suggest. - Chris
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] Re: possible to send an xml file via HttpClient?
Re: [android-beginners] mapview: what might cause the google logo to show up as a red box?
It is a Cliq problem and there does not seem to be anything you can do about it. Here's another forum on the topic: [link] <[link]> ------------------------------ ------------------------------ ------------------------------ -------
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] mapview: what might cause the google logo to show up as a red box?
Re: Alignment problem of EditText and Button in LinearLayout
I'm not 100% sure on your problem, but you could simplify thing emenssly by using a RelativeLayout, and that may help you problem at the same time. See: [link] -Kitzy
Informacja: 2010-03-17
Czytaj: Re: Alignment problem of EditText and Button in LinearLayout