Gphone.pl, Android, Google, IPhone, Open Social » 2010-03-17

Wiadomości z dnia 2010-03-17

Sortuj wiadomości według: Nazwy | Daty | Losowo

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] 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: [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

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

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] 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

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: [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: How to use built in email application to send email from my application

Hi Satish Check this working for me: public void launchEmailActivity(){ final Intent emailIntent = new Intent(android.content.Intent. ACTION_SEND); emailIntent .setType("plain/text"); emailIntent .putExtra(android.content.Inte nt.EXTRA_EMAIL, new String[]{""}); emailIntent .putExtra(android.content.Inte nt.EXTRA_SUBJECT, "Test
Informacja: 2010-03-17
Czytaj: Re: How to use built in email application to send email from my application

Email Accounts

Is there any way that i can access the email accounts that are saved in the default email client of android. Basically i want to access the inbox and display their mails without asking for username and password. Does AccountManager class thats available in android version 2 answer my query? and if yes then is there any alternative for v1.5 or v1.6.
Informacja: 2010-03-17
Czytaj: Email Accounts

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?
Strony: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »

Stronę wygenerowano w 0.1 sek. | Forum, programowanie | Gphone, platforma Google Android | Gabinet stomatologiczny Wrocław