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
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] Re: very basic question about 2d graphics
Agree.. photos in general (and videos, and even audio) always look as good when scaled down proportionately. At least that is my experience. Scaling up requires time consuming steps to make it look better and in real time games, you'd want to preserve all cycles for the game loop and not scaling graphics. I believe it can be done with Android tho.
Informacja: 2010-03-17
Czytaj: Re: [android-beginners] Re: very basic question about 2d graphics
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
About android.permission.INJECT_EVENTS
Hi All, I refer to [link] and find "android.permission.INJECT_EVE NTS" as below description. ------------------------------ ------------------------------ ------------------------------ ---------------------------- Allows an application to inject user events (keys, touch, trackball)
Informacja: 2010-03-17
Czytaj: About android.permission.INJECT_EVENTS
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: 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?
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] 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?
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] 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?