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