Re: [android-developers] Re: headset button

2010-02-18 Thread Porting beginner
On Sun, Feb 1, 2009 at 1:01 AM, Nick Pelly npe...@google.com wrote: For wired headsets, you can use Intent.ACTION_MEDIA_BUTTON as mentioned in the other thread. This is how the built in media app does pause/play on wired headset button presses, and where I recommend that you hook in. For

[android-developers] dollars

2010-02-18 Thread riya
click the link and get the dollars !!! http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1003278afsid=1 http://deve12.regeasy.hop.clickbank.net/ http://www.cuteonly.com/?a_aid=bcc2d3c1a_bid=d75df85d

[android-developers] distributing an app packaged with emulator (for windows with sdk 2.1)

2010-02-18 Thread tansaku
Hi All, So previously, thanks to help on this forum I worked out how to package up an app with emulator and send it as a bundle for a non-tech person to check out on their desktop:

[android-developers] OpenGL ES 3D Cube

2010-02-18 Thread Droider
If you are trying to sort out the 3D cube demo and OpenGL ES I have written a tutorial that is best viewed on an Android mobile phone (or iPhone): http://billlondon.wordpress.com/Android -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Send Email

2010-02-18 Thread Sasikumar.S
Hi, How to send a email in android?. I need to send from some other website email id's like goo...@android.com(or) i...@cricinfo.com I need not want Gmail. Any suggestion ? -- Thanks Regards Sasikumar.S -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Send Email

2010-02-18 Thread kavitha sunil
There is an exchange server option, configure that and you will be able to send the same. On Thu, Feb 18, 2010 at 1:59 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote: Hi, How to send a email in android?. I need to send from some other website email id's like goo...@android.com(or)

[android-developers] Re: Background on text part of TextView with an image

2010-02-18 Thread skink
On Feb 18, 6:18 am, Gregory Moore gregoryamoore...@gmail.com wrote: I am using setCompoundDrawables on the TextView to set an image above the text.   I would like to set a background on just the text part of the TextView to ensure it is visible on various backgrounds.  From your response it

[android-developers] Hide address bar while launching native browser

2010-02-18 Thread SAM
Hi, I am able to launch browser and open site google.com and from my App succesfully. I have a requirement that when the browser is laucnhed from my application, I have to hide the address bar visible at top for that browser session. So can think of that I dont want the address that I am trying

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread poohtbear
the hirarchy ? It's created in runtime FramLayout | -CanvasView(extends view) - responsible for drawing our UI, overrides onSizeChanged and onDraw. | - EditText, used for binding our UI's focused textFields to android's. So when resize happens:

[android-developers] Store contact name in emulator phonebook.

2010-02-18 Thread Pranav
Hi all, I am able to retrieve contact name from emulator phonebook using the above code: public class TestContacts extends Activity { /** Called when the activity is first created. */ ContentResolver

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread skink
On Feb 18, 10:43 am, poohtbear eyaltg...@gmail.com wrote: the hirarchy ? It's created in runtime FramLayout        |        -CanvasView(extends view) - responsible for drawing our UI, overrides onSizeChanged and onDraw.        |        - EditText, used for

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread poohtbear
EditText and Canvas View are both created in the FrameLayout's C'tor (sorry i forgot to to mention it's my own class inheriting from FramLayout and not the original). The first LAyoutParams i give EditText are w:0 h:0 x:0 y:0, each time on resize is called and the item that the EditText is bounded

[android-developers] Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Hi, In my listview i'm adding more than 2500 items. When i try to use text filter option it is taking more time to filter. I asked this question in android groups already. But i can't get the answer what i expected. Please any one know about these ?.. -- Thanks Regards Sasikumar.S -- You

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread skink
poohtbear wrote: EditText and Canvas View are both created in the FrameLayout's C'tor (sorry i forgot to to mention it's my own class inheriting from FramLayout and not the original). The first LAyoutParams i give EditText are w:0 h:0 x:0 y:0, each time on resize is called and the item that

[android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
On Feb 18, 12:06 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi, In my listview i'm adding more than 2500 items. When i try to use text filter option it is taking more time to filter. I asked this question in android groups already. But i can't get the answer what i expected.

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Thank for your reply. Ya pskink. But i must give 2500 items in list. Its like A,B,C,D in Alphabet. we need to show all 26 Alphabets, not some alphabets. can you please some other idea ?... On Thu, Feb 18, 2010 at 5:01 PM, skink psk...@gmail.com wrote: On Feb 18, 12:06 pm, Sasikumar.S

[android-developers] Android SDK 1.5 Folder import in Project Explorer

2010-02-18 Thread Sasikumar.S
Hi, How to import all android sdk 1.5 sample programs in eclipse?.. any one know ? -- Thanks Regards Sasikumar.S -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
On Feb 18, 12:35 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Thank for your reply. Ya pskink. But i must give 2500 items in list. Its like A,B,C,D in Alphabet. we need to show all 26 Alphabets, not some alphabets. can you please some other idea ?... On Thu, Feb 18, 2010 at

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Thanks for reply See my code.. How i'm filtering text. public class ListviewFilterExample extends Activity { private ListView lv1; private String lv_arr[]={Android,iPhone,BlackBerry,AndroidPeople,J2ME, Listview,ArrayAdapter,ListItem,Us,UK,India}; @Override public void onCreate(Bundle icicle)

[android-developers] Re: Tab Bar in Android

2010-02-18 Thread Sasikumar S
Thanks for reply to both of you. On Feb 18, 12:47 pm, jotobjects jotobje...@gmail.com wrote: Also see android.app.TabActivity On Feb 17, 10:17 pm, Sandeep Phansekar sandeep.phanse...@gmail.com wrote: Hi used ImageButton with AbsoluteLayout ImageButton android:id=@+id/Button1

[android-developers] Re: AudioTrack lag

2010-02-18 Thread ani
we would really appreciate if you can explain both buffers?Which buffers are you referring here. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: AudioTrack lag

2010-02-18 Thread ani
we would really appreciate if you can explain both buffers?Which buffers are you referring here. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: AudioTrack lag

2010-02-18 Thread ani
we would really appreciate if you can explain both buffers?Which buffers are you referring here. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: AudioTrack lag

2010-02-18 Thread ani
we would really appreciate if you can explain both buffers?Which buffers are you referring here. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: getRotationMatrix and getOrientation

2010-02-18 Thread Tze Yun, Glenn Poh
Thanks! :) Will give tat a try :) On Feb 16, 7:38 pm, Андрей Бабинов andrey.babi...@gmail.com wrote: How I know, better to transform the scene, not a camera. It would be faster. And you can use rotationMatrix directly for scene transformation. 2010/2/15 Tze Yun, Glenn Poh pohtze...@gmail.com:

[android-developers] Notification manager question

2010-02-18 Thread Petroleum Nasby
I need multiple notifications to appear in the dropdown notifier window. But when I add multiple notifications, multiple icons appear in the status bar. It is possible to have a red number overlaid on the icon, but in order to do this, one must apparently overwrite earlier notifications, losing

[android-developers] Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-18 Thread Streets Of Boston
This is the stack trace: Android OS: 1.5 Model: HERO200 Make: heroc:sprint Caused by: java.io.IOException: autoFocus failed at android.hardware.Camera.native_autoFocus(Native Method) at android.hardware.Camera.autoFocus(Camera.java:313) at

[android-developers] We need a Drag and Drop control for Android

2010-02-18 Thread Kumar Bibek
Hello folks, Android lacks Drag and Drop feature/control. I don't really know why it's not there. It's still possible to implement this feature, but you will have a to do a lot of coding. I think this should be a part of the framework. The iPhone has it already. :( I do understand that people at

[android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
On Feb 18, 12:53 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Thanks for reply See my code.. How i'm filtering text. public class ListviewFilterExample extends Activity {  private ListView lv1;  private String lv_arr[]={Android,iPhone,BlackBerry,AndroidPeople,J2ME,

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Thanks for reply. I'm new to android. can u please tell how to use cursor adapter? or any sample program ?. On Thu, Feb 18, 2010 at 6:08 PM, skink psk...@gmail.com wrote: On Feb 18, 12:53 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Thanks for reply See my code.. How i'm filtering

[android-developers] A good opportunity to investment

2010-02-18 Thread anitha raj
Social Networking has been effectively used in reaching the goal of bringing down the prices of costly items through volume shopping. Go shopping with http://www.shoppingreps.com?SourceId=1243 You can earn online, NO INVESTMENT, NO DEPOSIT, NO MLM and NO JOINING FEES!

[android-developers] Delay Tolerant Networking (DTN) Protocol

2010-02-18 Thread Emre A. Yavuz
Hi, Does anybody know whether Delay Tolerant Networking (DTN) protocol has been added to Android's mobile stack or not ? Any references or links would be great if you're aware of a group, webpage, code repository etc. Cheers, Emre

[android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
On Feb 18, 1:39 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Thanks for reply. I'm new to android. can u please tell how to use cursor adapter? or any sample program ?. On Thu, Feb 18, 2010 at 6:08 PM, skink psk...@gmail.com wrote: On Feb 18, 12:53 pm, Sasikumar.S

Re: [android-developers] Re: Restarting a MediaPlayer

2010-02-18 Thread Mark Murphy
Steeler wrote: But is the GC deleting the old ones? Eventually, presumably, yes. Bear in mind that MediaPlayer probably holds onto some buffers outside of the GC-able space. Also, bear in mind that GC is not necessarily immediate. And if not, are they clogging a page file? I am not aware of

[android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
On Feb 18, 2:09 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Why you sent empty mail?.. i was too fast... read notepad tutorial http://developer.android.com/intl/de/resources/tutorials/notepad/notepad-ex1.html pskink -- You received this message because you are subscribed to the

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Thanks for reply. Its helps for me.? Any particular part to read in that ? On Thu, Feb 18, 2010 at 6:43 PM, skink psk...@gmail.com wrote: On Feb 18, 2:09 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Why you sent empty mail?.. i was too fast... read notepad tutorial

Re: [android-developers] Notification manager question

2010-02-18 Thread Mark Murphy
Petroleum Nasby wrote: I need multiple notifications to appear in the dropdown notifier window. That's not a good idea in general. But when I add multiple notifications, multiple icons appear in the status bar. Correct. That's part of the reason why that's not a good idea in general. I

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread skink
Sasikumar.S wrote: Thanks for reply. Its helps for me.? Any particular part to read in that ? step 2 12 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Re: Listview Text Filter Slow

2010-02-18 Thread Sasikumar.S
Thanks for reply... I will see it then i will intimate you. On Thu, Feb 18, 2010 at 7:00 PM, skink psk...@gmail.com wrote: Sasikumar.S wrote: Thanks for reply. Its helps for me.? Any particular part to read in that ? step 2 12 -- You received this message because you are

Re: [android-developers] Down Tab Bar in Android

2010-02-18 Thread Dilli rao
implement your own layout with *tabhost, framelayout *and *tabwidget* you can arrange the tabs at bottom of the layout On Thu, Feb 18, 2010 at 11:06 AM, Sasikumar S sasikumar.it1...@gmail.comwrote: Hi, How to show tab bar in down in android like iphone ? Any suggestion? -- You received

Re: [android-developers] Down Tab Bar in Android

2010-02-18 Thread Sasikumar.S
Thanks for ur reply I will try it On Thu, Feb 18, 2010 at 7:12 PM, Dilli rao dilliraomca...@gmail.com wrote: implement your own layout with *tabhost, framelayout *and *tabwidget* you can arrange the tabs at bottom of the layout On Thu, Feb 18, 2010 at 11:06 AM, Sasikumar S

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want to play) On Wed, Feb 17, 2010 at 3:39 PM, prachi prachi.tya...@wipro.com wrote: hey hiii I didnt get u u mean to say dat the prob is wid the

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao dilliraomca...@gmail.com wrote: you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want to

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread poohtbear
Here is the code snippet of the C'tor: public class CanvasLayout extends FrameLayout { public CanvasView canvasView; public CanvasLayout(Activity context) { super(context); // setFocusableInTouchMode(true); canvasView =

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Saurav
sdcard... u cant access the hard disk of the system from ur android code. Regards, Saurav Mukherjee. Sent from Coimbatore, TN, India On Thu, Feb 18, 2010 at 7:16 PM, Dilli rao dilliraomca...@gmail.com wrote: one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb

[android-developers] Re: power down

2010-02-18 Thread Kabita
Hi Mark, Are you working on 2.1? When i power off the phone it hangs? Have you face the same thing? On Feb 17, 7:09 pm, Mark Murphy mmur...@commonsware.com wrote: Kabitawrote: the problem is..  i have upgrade my h/w device with Eclair 2.1 while playing with the device. AFAIK, there are no

Re: [android-developers] Re: power down

2010-02-18 Thread Mark Murphy
Kabita wrote: Are you working on 2.1? When i power off the phone it hangs? Have you face the same thing? I have had no problems with the Nexus One in terms of powering off the phone. Touchscreen issues, yes; power-off issues, no. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] How to change File permission

2010-02-18 Thread Arpit
Hello, Is there a way to change file permission to world readable when we use File Api to create a file like this File file = new File((File)directory, hello.txt); here directory is private directory other then files. Thanks Arpit Pradhan -- You received this message because you are

[android-developers] urgent help needed for Home Screen Customization problem

2010-02-18 Thread satish bhoyar
Hi all, Cant I have my desired content on the HomeScreen of the android? I want to add some button or any other view. Only widgets are possible or is there any help related to this. please give some inputs. thanks sat -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Installing the ADT Plugin

2010-02-18 Thread wtray
SDK location is a dir where your Android SDK was unpacked and placed. Are you downloaded Android SDK? 2010/2/17 Sean Magnusen sean.magnu...@gmail.com: In this section: - Now modify your Eclipse preferences to point to the Android SDK directory:   1. Select Window Preferences... to open

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread skink
On Feb 18, 2:52 pm, poohtbear eyaltg...@gmail.com wrote: Here is the code snippet of the C'tor:                 editControl = new MyEditText(context);                 editControl.setBackgroundColor(Color.GREEN);                 editControl.setVisibility(EditText.GONE);                

[android-developers] Deciding which method to call when intent is received

2010-02-18 Thread Babasaheb
Hi, I am calling a method (say 'action method') of a service from activity. In that method I am creating a thread which starts some background process. When that process is complete, an intent (say 'resultIntent') should be sent to activity. Now I want to make sure that when that intent is

[android-developers] Re: howto extend LinearLayout?

2010-02-18 Thread Holger
I finally foudn the answer myself. The parameters to layout are relative to the parent and should hence not be passed down to the children. The following works fine: @Override protected void onLayout( boolean changed, int l, int t, int r, int b ) {         int len = getChildCount();        

[android-developers] Is it possible to launch an activity on a certain key sequence?

2010-02-18 Thread BillS
For example, typing 321 launches my application. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Is it possible to launch an activity on a certain key sequence?

2010-02-18 Thread Mark Murphy
BillS wrote: For example, typing 321 launches my application. Only from one of your own activities, and then only with some work. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training -- You

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread poohtbear
ah. the x,y secret. I'm using FrameLayout to adjust my TextEdit is specific X,Y's on the screen, it's possible sue to FrameLayout's margin layout. I set the EditText in the screen according to my GUI's list items, so i need the ability to set it to a specific place. If not obsolete, i would have

[android-developers] Decryption pad block corrupted error ???

2010-02-18 Thread WoodManEXP
Hello, Anyone know what night be causing a pad block corrupted exception to be raised with decryption on Android? Here is the scenario: 1. On Windows Java app (NetBeans) read a small file, encrypt its contents and write it as a new encrypted file. 2. adb push the encrypted file to an Android 3.

[android-developers] Re: Is it possible to launch an activity on a certain key sequence?

2010-02-18 Thread BillS
Mark, Sorry, I meant the key sequence would launch my activity. Can you elaborate on what it would take? Thanks in advance! On Feb 18, 8:57 am, Mark Murphy mmur...@commonsware.com wrote: BillS wrote: For example, typing 321 launches my application. Only from one of your own activities, and

[android-developers] Re: Causing onMeasure() to be called for an EditView

2010-02-18 Thread skink
On Feb 18, 3:57 pm, poohtbear eyaltg...@gmail.com wrote: ah. the x,y secret. I'm using FrameLayout to adjust my TextEdit is specific X,Y's on the screen, it's possible sue to FrameLayout's margin layout. I set the EditText in the screen according to my GUI's list items, so i need the

Re: [android-developers] Re: Is it possible to launch an activity on a certain key sequence?

2010-02-18 Thread Mark Murphy
BillS wrote: Sorry, I meant the key sequence would launch my activity. Can you elaborate on what it would take? Again, it would only work if you are trying to launch Activity B from Activity A, where you wrote both B and A. The precise techniques will vary based on what Activity A is doing,

[android-developers] singleTask + activity stack not preserved?

2010-02-18 Thread Mark Wyszomierski
Hi, I have an activity, ActivityA, and its launchMode is set to singleTask. I start the application from the app tray. ActivityA launches ActivityB from a button click. ActivityB is a normal activity with no launchMode set (standard). With ActivityB on top of the activity stack, I hit the home

[android-developers] passing touch events from one Gallery widget to another widget

2010-02-18 Thread social hub
Hi Guys, I am trying to pass the same touch events on one widget to the other so they both scroll at the same time and in same way. I have two Gallery widgets one above and one below. If the above one is scrolled then I want to pass the same touch event to the bottom widget so it also scrolls

[android-developers] Search Market by Publisher Name

2010-02-18 Thread polyclefsoftware
This link describes how to search the Android Market for apps using various parameters: http://developer.android.com/guide/publishing/publishing.html I'm having a heck of a time figuring out how to format a link for my apps published by my company using this format. For searching by developer

Re: [android-developers] passing touch events from one Gallery widget to another widget

2010-02-18 Thread TreKing
On Thu, Feb 18, 2010 at 9:24 AM, social hub shubem...@gmail.com wrote: I have two Gallery widgets one above and one below. If the above one is scrolled then I want to pass the same touch event to the bottom widget so it also scrolls the same way . I have not used Galley widgets, but instead

Re: [android-developers] Notification manager question

2010-02-18 Thread Petroleum Nasby
On Thu, Feb 18, 2010, Mark Murphy wrote: I need multiple notifications to appear in the dropdown notifier window. That's not a good idea in general. Agreed, in many cases such would not be appropriate. one must apparently overwrite earlier notifications, losing that needed information What

Re: [android-developers] Search Market by Publisher Name

2010-02-18 Thread TreKing
On Thu, Feb 18, 2010 at 9:27 AM, polyclefsoftware dja...@gmail.com wrote: I guess I'm wondering why Google can't make a market search feature that searches for substrings in the publisher's name, but aside from that, how am I supposed to format the link? If you're trying to create an actual

Re: [android-developers] passing touch events from one Gallery widget to another widget

2010-02-18 Thread social hub
I wish I could do that that would make my life easier :) However it has to scroll if top one scrolls as per design so I am stuck with it. I got it moving with dispatchtouchevent (interecept and pass). as mentioned if there is urllink in the edittext then it gets these touch events and things

[android-developers] How to input cursor position on tap?

2010-02-18 Thread ian
I want to read my cursor position so that, after a tap, I can convert the screen x,y coordinates to a Geopoint for distance calculations. I found a snippet to convert x,y coordinates to a Geopoint and probably could use Projection instead, but how do I input those screen x,y values in the first

Re: [android-developers] Search Market by Publisher Name

2010-02-18 Thread social hub
space is %20 not + so poxx%20software try it on ur browser first to get the exact string it sends then use that for market. I think they might be using standard url encoding if i am not mistaken On Thu, Feb 18, 2010 at 9:27 AM, polyclefsoftware dja...@gmail.com wrote: This link describes how

Re: [android-developers] Notification manager question

2010-02-18 Thread Mark Murphy
Petroleum Nasby wrote: one must apparently overwrite earlier notifications, losing that needed information What needed information? That somebody has died, and attached detail information. Uh, OK. Store the needed information in a file, database, in the cloud, or something. Whoever raised

[android-developers] Broadcast/notify/messege when app is launched

2010-02-18 Thread jw
Hi, Is there a way of getting broadcasted/notified/messeged when a certain app is launched? I've searched a lot and come up with nothing. I can't find any support for this in the Android SDK. Does anybody now if the SDK support this? If not, is it possible to reach this down under the SDK,

Re: [android-developers] Broadcast/notify/messege when app is launched

2010-02-18 Thread Mark Murphy
jw wrote: Is there a way of getting broadcasted/notified/messeged when a certain app is launched? No. If not, is it possible to reach this down under the SDK, using the NDK? I sure hope not. In a custom firmware, you could do it, though. And, note that cross-posting to multiple lists is

Re: [android-developers] Deciding which method to call when intent is received

2010-02-18 Thread TreKing
On Thu, Feb 18, 2010 at 8:47 AM, Babasaheb babadam...@gmail.com wrote: Is it possible to send an intent so that a specific action is taken at receiver side without broadcasting the intent? Is this correct method? How can I do that? Is there any other solution? I would recommend you look at

[android-developers] Re: Search Market by Publisher Name

2010-02-18 Thread polyclefsoftware
On Feb 18, 9:38 am, TreKing treking...@gmail.com wrote: If you're trying to create an actual hyperlink for a website, that won't work. The market search URI you're using only works for the mobile version of the Android Market. For example if you created an Intent for one of those links, it

[android-developers] Multiple Gallery Widgets won't scroll

2010-02-18 Thread racx182
Does anyone have any solution for placing multiple Galleries on a layout? The problem is only one Gallery will scroll with multiple Galleries on a layout. The other Galleries won't work. Anyone know a workaround ? Thanks -- You received this message because you are subscribed to the Google

Re: [android-developers] Multiple Gallery Widgets won't scroll

2010-02-18 Thread social hub
I am also having the same issue But do u need multiple galleries in a layout can you create a view that encompasses all your child and give that to the gallery view in such a case u need only one gallery. On Thu, Feb 18, 2010 at 10:20 AM, racx182 drobe...@gmail.com wrote: Does anyone have any

Re: [android-developers] Select wallpaper from..

2010-02-18 Thread Manjunatha M
Hi, To hide my activity from the list in Select wallpaper from I have actually written a BroadcastReceiver which on boot completed, does the following. @Override public void onReceive(Context context, Intent intent) { ComponentName componentName = new ComponentName(

[android-developers] MediaStore.ACTION_IMAGE_CAPTURE + Intent.FLAG_GRANT_WRITE_URI_PERMISSION

2010-02-18 Thread Bob Lee
I was hoping to take a photo and enable only the camera app (or whatever other app is bound to ACTION_IMAGE_CAPTURE) to store a photo in my content provider. Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, MyPhotoStore.URI); //

[android-developers] Controlling background on an ImageView

2010-02-18 Thread mr.winky
I've searched the forums and docs without too must effect, and feel like a total newb, but the documentation just doesnt seem to cover my question. Can you customize the background size within an ImageView? I dont wish to scale the ImageView, I wish for the image view to stay at a fixed size/ratio

[android-developers] Android app. crashes after exiting settings...

2010-02-18 Thread Schwartz
Dette indlæg er på engelsk fordi jeg sender til flere grupper I've made a small app. where I use some sound effects the app. crashes after I've been into option and clicks the go back button. I've added a Prefs class as described in Ed Burnettes book: ---

[android-developers] Best use of MediaPlayer?

2010-02-18 Thread erinspice
Hi! This is my first post to the list. I'm working on a kids' game that plays some small wav files in a predictable order. I need to use an OnCompletionListener to know when to start the next sound, but I also need to avoid multiple MediaPlayers using all my memory. Could someone suggest a smart

[android-developers] List of existing ACTIONS and Component names

2010-02-18 Thread CChange
Hi All! New here, love the Android SDK, but not so happy with finding pure references (lists) of things like possible existing ACTIONS (Intents) or component names. My specific problem is that I am writing a little app that uses the Android messaging (intent ACTION_SEND). Problem is that I dont

[android-developers] Not receiving MotionEvents when transitioning between activities

2010-02-18 Thread Henry
I am working on an application that requires to monitor MotionEvents between activities of the application. It consists of a RootActivity and a ChildActivity. The RootActivity will open the ChildActivity via an intent which occurs at the moment the ACTION_DOWN event is received. However, once the

[android-developers] Accessing the /data folder

2010-02-18 Thread Thalisson
I'm working on a android project and we're wondering if there is any way to access all the data on the /data folder. I'm asking this because we need to copy (and paste) all the data on that folder and, so far, we couldn't find a way to do that. I know that normally we don't have access due to

[android-developers] Passing MOTION EVENTS up while transitioning between activities

2010-02-18 Thread Henry
I am working on an application that requires to monitor MotionEvents between activities of the application. It consists of a RootActivity and a ChildActivity. The RootActivity will open the ChildActivity via an intent which occurs at the moment the ACTION_DOWN event is received. However, the

[android-developers] LogCat reportsCould not find method foo

2010-02-18 Thread Kyle
I am trying to use the backport.android.bluetooth library. I wonder if I have the library configured correctly. Here's what I did in Eclipse 3.5: 1) Created Android project. 2) Added backport-android-bluetooth2.jar to my reference libraries 3) Wrote some code that called

[android-developers] Is there a normal human way to copy image from one folder to another?

2010-02-18 Thread benderillo
Hi everybody, Here is the problem: I'm trying to figure out the best way to copy exisitng jpeg image on SD card from one folder to another with MediaStore database properly updated. First approach I tried: 1) Open IN and OUT streams; 2) Copy file to a new location as byte stream; 3) Use

[android-developers] Android UI questions

2010-02-18 Thread Sandy
I am pretty new to Android and have a couple of questions: 1. Is it possible to drag and drop a UI widget from one activity to another activity? 2. Does android support multiple non fullscreen applications running active concurently (say a browser and phone screen next to each other)? 3. Is it

[android-developers] cant fetch

2010-02-18 Thread aiden
i am using windows vista, i turn on force to download from setting it works fine now -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] android development and multiple carriers

2010-02-18 Thread Jimmy Stewpot
Hello All, I have very little idea about how the mobile phone networks work at a low layer so these questions maybe a little strange or in a completely wrong area so please bear with me. Most GSM phones have sim cards, I am interested to know if it would be possible to emulate the sim cards in

[android-developers] Tab Bar in Android

2010-02-18 Thread Sasikumar.S
Hi, How to show tab bar in android? Please see the below link image. http://img29.imageshack.us/img29/4307/editmore.png http://img29.imageshack.us/img29/4307/editmore.pngIn that artists, album, video more are the tab bar items. I need like that tab bar in android . How to do that? I need

[android-developers] Re: Using ContentResolver to add a contact in the mobile

2010-02-18 Thread ivar
Try this. ContentValues values = new ContentValues(); values.put(Contacts.People.NAME, Dummy Contact+i); Uri uri = Contacts.People.createPersonInMyContactsGroup(getContentResolver(), values); Uri

[android-developers] Can i delete all address(contact) book?

2010-02-18 Thread 작늑
i want to delete all address(contact). but, normal android address book application not supported. only supported one by one. so, i do, db file delete and then reboot, using file browser in Eclipse ddms. i want other way more easier than my way. how can i delete all address book? -- You

[android-developers] Do Android chrome Webkit have a plan about supporting Xpath?

2010-02-18 Thread ElectricEyes
I am developing an AJAX Flatform Solution that activates Whole Browser(CrossBrowsing) and Whole Machine (even if Smart Phone). Android Chrome Webkit doesn’t support Xpath like “document.evaluate”, “document.createNSResolver” and “XpathResult” that is included in Safari Webkit Javascript Engine,

[android-developers] SmsManager and double SMS message

2010-02-18 Thread Mijalko
Hi, I am using following code to send sms message: SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNo, null, message, null, null); But when this code is executed two sms messages are sent. Does anybody have idea what can be a problem? I am using HTC Tattoo with android 1.6

[android-developers] How To Using lisview

2010-02-18 Thread Reno Akbar
Hai Guys any body share with me how to use lisview ? thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Tab Bar in Android

2010-02-18 Thread Sasikumar.S
Hi, How to show tab bar in android? Please see the below link image. http://img29.imageshack.us/img29/4307/editmore.png http://img29.imageshack.us/img29/4307/editmore.pngIn that artists, album, video more are the tab bar items. I need like that tab bar in android . How to do that? I need

[android-developers] Testing software rendering

2010-02-18 Thread Rixtious Dawn
Hi, Is there any way to force a phone with hardware acceleration (say, the ADP1) to use software rendering for OpenGL instead (and ideally within the framework of a GLSurfaceView)? I've been receiving reports that my game doesn't work well on phones without hardware graphics acceleration (like

Re: [android-developers] Android UI questions

2010-02-18 Thread Mark Murphy
Sandy wrote: I am pretty new to Android and have a couple of questions: 1. Is it possible to drag and drop a UI widget from one activity to another activity? No, sorry. 2. Does android support multiple non fullscreen applications running active concurently (say a browser and phone screen

Re: [android-developers] android development and multiple carriers

2010-02-18 Thread Mark Murphy
Jimmy Stewpot wrote: Hello All, I have very little idea about how the mobile phone networks work at a low layer so these questions maybe a little strange or in a completely wrong area so please bear with me. Most GSM phones have sim cards, I am interested to know if it would be possible to

  1   2   >