Re: What will happen to my activity incase of incoming phone call
When a call comes in, you'r activity will call onPause() when the call ends, it will call onResume(). You can test this in the emulator as well. -Kitzy
Informacja: 2010-03-17
Czytaj: Re: What will happen to my activity incase of incoming phone call
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: 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
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] To delete a file in the SD card, but what to do?
File f = new File(filePath); f.delete(); BR, Adrian Vintu [link]
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] To delete a file in the SD card, but what to do?
Re: What am I missing? arrays.xml help
What does you errorlog file say? It's the best and fastest way to find a problem. -Kitzy
Informacja: 2010-03-17
Czytaj: Re: What am I missing? arrays.xml help
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
using java classes
Hi all, As an exercise, I am trying to add a date field to the database in notepadv2 (the tutorial), and methods to sort or reverse sort notes by date modified. However, I am not getting anywhere after trying to add the Date and DateFormat objects to my application. I have imported java.util.* and java.text.DateFormat, but I get an error that, for
Informacja: 2010-03-17
Czytaj: using java classes
How to know the size of a file in adb shell prompt
*Hello all, i want to extract the size of a file in adb shell using some perl utility. this works fine for me as below in windows but does not work in adb shell prompt (#) i used this function in windows stat($filename); can anybody please let me know how can i get file size in #prompt? regds rocky *
Informacja: 2010-03-17
Czytaj: How to know the size of a file in adb shell prompt
Re: [android-beginners] using java classes
That was it! I really hate it when it is such a glaringly obvious error, yet you cannot see it. Oh well, that is not the first time and I am sure it will not be the last...
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] using java classes
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: 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
Re: [android-beginners] Put multiple lines of images
LinearLayout is only one direction... everything shows up in a linear order, either horizontally or vertically. ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] Put multiple lines of images
mapview: what might cause the google logo to show up as a red box?
Seems this is a Cliq issue...but wondering if anybody has any idea how to get rid of it? Basically a red box shows up where the google logo should be on maps. Here is a link to t-mobiles forum for another description. [link]
Informacja: 2010-03-17
Czytaj: mapview: what might cause the google logo to show up as a red box?