[android-developers] Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
Hi guys, Hope you can help me with my question. I am trying to embed an image in an email body. I am trying to use the ImageGetter to retrieve the bitmap, and send my Intent like this: Intent intent = new Intent(Intent.ACTION_SEND); intent.setType(text/html);

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
of an attachment. Thank you again, Zarah. On Oct 27, 5:41 pm, Kumar Bibek coomar@gmail.com wrote: I suspect if you the gmail app has been designed to do so. Your approach is correct, but it all depends on how the GMail app is designed. On Wed, Oct 27, 2010 at 3:06 PM, Zarah Dominguez

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
is designed. On Wed, Oct 27, 2010 at 3:06 PM, Zarah Dominguez zarahj...@gmail.com wrote: Hi guys, Hope you can help me with my question. I am trying to embed an image in an email body.  I am trying to use the ImageGetter to retrieve the bitmap, and send my Intent like

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
Base64-encoder I found) Sadly, this produced the same result as before. No image, just [OBJ]. :( -Zarah. On Oct 27, 6:23 pm, Zarah Dominguez zarahj...@gmail.com wrote: Uh-oh, that sounds ominous.  Just out of curiosity, how would I do it if I have my own app? As for the GMail App alternative

[android-developers] Re: New ADT available.

2010-10-26 Thread Zarah Dominguez
Is it just me, or did I also lose the hierarchyviewer when I upgraded the ADT? It is not in the /tools folder anymore. *grumpy* On Oct 14, 1:44 am, authorwjf author...@gmail.com wrote: My conclusion is that 0.9.9 is not ready for prime time; I recommend everyone to avoid it. Well said,

[android-developers] Re: Facebook connect for android

2010-10-26 Thread Zarah Dominguez
Hi Prajakta, Did you include the actual class of the LoginButton? You must also refer to the login button class in your xml instead of the normal button class. your.package.name.LoginButton/your.package.name.LoginButton Best regards, Zarah. On Oct 26, 2:26 pm, Prajakta Shitole

[android-developers] Re: New ADT available.

2010-10-26 Thread Zarah Dominguez
...@gmail.com wrote: Isn't it in tools/lib, not tools? I used it recently... On Oct 26, 2:49 am, Zarah Dominguez zarahj...@gmail.com wrote: Is it just me, or did I also lose the hierarchyviewer when I upgraded the ADT? It is not in the /tools folder anymore. *grumpy* On Oct 14, 1:44 am

[android-developers] Re: Facebook connect for android

2010-10-26 Thread Zarah Dominguez
:  com.facebook.android.LoginButton         android:id=@+id/login_fb         android:src=@drawable/login_button         android:layout_width=wrap_content         android:layout_height=wrap_content         android:layout_margin=30dp         / Thanks, Prajakta On Tue, Oct 26, 2010 at 12:46 AM, Zarah

[android-developers] Re: New ADT available.

2010-10-13 Thread Zarah Dominguez
Hi guys! Just got back to this thread. Hi String, so you ended up updating with a fresh install? I would hate to do that on my other workstation. Seems like too much work for an update, and so my laptop is stuck with ADT 0.9.7. Thanks, Zarah. On Oct 7, 4:22 am, String

[android-developers] Re: Get Location debbuging on device

2010-10-10 Thread Zarah Dominguez
TreKing is right. You should enable GPS on your test device (Settings Location and Security). Then in your onLocationChanged, you can put in a Toast or Log to display to you the current location. If you don't get location updates, try setting Use Wireless Networks (also in Settings Location

[android-developers] Re: Could use some help (free game on Galaxy S problem)

2010-10-06 Thread Zarah Dominguez
, but the Galaxy S was less so. One mistake was that the params in the getMinBufferSize() call and the allocation of the AudioTrack didn't match. Another was assuming that a buffer size for the N1 would work on other phones with comparable specs... On Oct 4, 6:24 am, Zarah Dominguez zarah.doming

[android-developers] Re: Padding of a Button

2010-10-05 Thread Zarah Dominguez
Hi DanH, Use an ImageButton, set the image as the src, set the background to @android:color/transparent, then add padding. ImageButton android:layout_height=wrap_content android:src=@drawable/search_button android:background=@android:color/transparent

[android-developers] Re: Could use some help (free game on Galaxy S problem)

2010-10-04 Thread Zarah Dominguez
Hi Patrick! Will try to download your game. Looks like Market is acting up over here and it won't start the download. Will try again later. For a relatively expensive phone, it looks like Galaxy S gives us developers quite a headache. ;) - Zarah. On Oct 2, 10:44 pm, Patrick

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread Zarah Dominguez
Hi Tony! I experienced the same thing last Friday! I updated my app but when I checked the market it still shows the old version. I was in a panic too! ;) I forced the Market app to terminate and then restarted it (pretty much what Doug said, eh?), and it showed the update. I am not sure if

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-04 Thread Zarah Dominguez
soon(although we did catch that as an exception), using componentName... On Oct 1, 1:22 pm, Zarah Dominguez zarah.doming...@gmail.com wrote: I was also able to insert a contact into the address book.  So far it looks like the only action not supported is viewing the wholecontacts list

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-04 Thread Zarah Dominguez
-developers On Oct 4, 6:18 pm, Zarah Dominguez zarah.doming...@gmail.com wrote: Hi Mike, Seeing as you already had a workaround, do you still need the snippet? On second thought, your email seems to be deleted. Oh well. Salamat! -Zarah. On Oct 4, 10:10 am, mikedroid michan

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread Zarah Dominguez
it soon On Sep 28, 12:45 am, Zarah Dominguez zarah.doming...@gmail.com wrote: Hi Alberto, Sorry, I only saw this thread again today. I wasn't able to launch the Phonebook, I just added a small bit of code to check if there is someone who can receive the phonebook intent

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread Zarah Dominguez
they are using this activity with filters action=main; category=launcher which is odd right? On Sep 30, 3:42 pm, Zarah Dominguez zarah.doming...@gmail.com wrote: Yeah, hope we get feedback soon.  Mark Murphy referred me to this:http://code.google.com/p/android/issues/detail?id=10143 Hi

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-28 Thread Zarah Dominguez
. Goodluck! -Zarah. On Sep 28, 1:09 pm, rokson kiranrepa...@gmail.com wrote: Thank you very much Zarah. On Sep 27, 1:58 pm, Zarah Dominguez zarah.doming...@gmail.com wrote: Sure you can! You can get the official Facebook SDK for Android fromhttp://github.com/facebook/facebook

[android-developers] Re: Problem with image button

2010-09-28 Thread Zarah Dominguez
Try moving the elements in the XML around a bit. Try to think of your selector as a big if-else. - Zarah. On Sep 29, 11:13 am, Vinay vinay.rav...@siemens.com wrote: Dear all, Thank you for the suggestions. @ Niko, Zahar: Thanks for helping me understand better. @nishu: Things seem to

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread Zarah Dominguez
Sure you can! You can get the official Facebook SDK for Android from http://github.com/facebook/facebook-android-sdk There are also examples there to help you get started. Good luck! -Zarah. On Sep 27, 3:52 pm, rokson kiranrepa...@gmail.com wrote: Hi Friends, This is Rockson, I am new

[android-developers] Retrieving the path of a picture returned by ACTION_IMAGE_CAPTURE

2010-09-27 Thread Zarah Dominguez
Hi guys, I am having a problem capturing an image from the built-in camera app on the Samsung Galaxy S. (I also posted this on StackOverflow) I have a button on my app that when pressed launches the camera: //- ContentValues values =

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-27 Thread Zarah Dominguez
Galaxy S users to insert those details manually. The best is probably to contact Samsung development department and find out what mess they have done and from there find a suitable solution. If you ever find a solution, please let me know. Alberto On Aug 23, 10:20 am, Zarah Dominguez

[android-developers] Re: Problem with image button

2010-09-26 Thread Zarah Dominguez
Yes, niko20 is right. See http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList for reference. -Zarah. On Sep 26, 9:11 pm, niko20 nikolatesl...@yahoo.com wrote: The only thing I can think of is that the drawables in the selector are taken in the order in

[android-developers] Re: New ADT available.

2010-09-24 Thread Zarah Dominguez
Saw this problem too. Tried uninstalling then re-installing the plugins, but still no Android options anywhere. Eclipse sees my Android projects as Java projects. Were you able to solve it? - Zarah. On Sep 24, 10:02 am, String sterling.ud...@googlemail.com wrote: I'm unable to upgrade my

[android-developers] Re: New ADT available.

2010-09-24 Thread Zarah Dominguez
Hi again, Was able to make it work by uninstalling Eclipse, including all versions in /Users/My Name/.eclipse, re-installing it then adding the Update site again. -Zarah. On Sep 24, 2:27 pm, Zarah Dominguez zarah.doming...@gmail.com wrote: Saw this problem too. Tried uninstalling then re

[android-developers] Re: New ADT available.

2010-09-24 Thread Zarah Dominguez
, Xavier Ducrohet x...@android.com wrote: hmm I'm not sure why this would happen. Did you update from 0.9.7 or from 0.9.8 (released 2 weeks ago). 0.9.9 is just a very minor fix over 0.9.8 Xav On Thu, Sep 23, 2010 at 11:27 PM, Zarah Dominguez zarah.doming...@gmail.com wrote: Saw this problem

[android-developers] Re: A ListView that acts like RadioButtons

2010-09-20 Thread Zarah Dominguez
What about using the choiceMode attribute for a ListView? http://developer.android.com/reference/android/widget/ListView.html#setChoiceMode(int) I have tried using CHOICE_MODE_MULTIPLE and it works. I am guessing CHOICE_MODE_SINGLE would act like an ACTION_PICK. -Zarah. On Sep 21, 5:47 am,

[android-developers] Re: LED turn off

2010-09-08 Thread Zarah Dominguez
Hi Anand, Are you sure? I am also using Eclair 2.1 and I have that option. Or are you asking how to turn off the screen programmatically (which I don't know how to do heheh). Thanks, Zarah. On Sep 8, 3:34 pm, Anand Android android.an...@gmail.com wrote: Hi Mark, I'm using eclair 2.1. This

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-08-23 Thread Zarah Dominguez
Hi Alberto, I saw this on the Galaxy S also. I have tested the app on the Galaxy Spica (i5700), it is working perfectly. But when I tested the app on the Galaxy S, the app crashes. I haven't found a solution yet, but this is what I found from Logcat: 08-23 17:14:30.394: