[android-developers] Input method editor(IME) in fullscreen

2010-03-29 Thread Nithin
Hi, In landscape mode, the soft keyboard(IME-input method editor) is showing full screen and displaying the plain text. But my editText is a password field. So how can I show dots instead of the actual characters when the IME is in full screen. This happens in landscape mode, in portrait , its

[android-developers] Re: R.id cannot be resolved

2010-03-29 Thread aDevAtanon31459Dotinfo
R.id.myListView refers to an XML tag in your layout. Do you have something called myListView in your res/layout/ main.xml ? It would look something like this: ListView android:id=@+id/myListView android:layout_width=wrap_content android:layout_height=wrap_content /ListView Eclipse

[android-developers] Re: Help In graduation Project

2010-03-29 Thread Eric Wong (hdmp4.com)
Do you mean you already have a beagle board and want to make some apk to run on it? Or you want to write some apk to run on existing Android phones or Android hardware? I do have some idea for apks that need someone to help to make them possible if you are interested. Thanks Eric On Mar 28,

[android-developers] Re: R.id cannot be resolved

2010-03-29 Thread grace
hi, just verify how is the id to the listview defined in the layout file. if it is as android:list in the layout,then u need to specify it as (android.R.id.list) in the findViewById method On Mar 28, 9:52 pm, mnavlani monishanavl...@gmail.com wrote: hello all, this is my first attempt at

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread Darshan
Maps and Jason: I asked about this a few days ago, and a few people have confirmed that they have received their Droids via FedEx from Brightpoint, just like the Nexus Ones. (The address Greg said his came from is about 2 blocks from the address listed on Brightpoint's website. I'm sure it's

Re: [android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-29 Thread Anton Pirker
Hi! Thiago Diniz wrote: Why do you want to put an edittext, listview already have an keystroke filter. An editText is in die screen design, so i have to use it. I have a similar problem because my listview is not filtering, even implementing the toString method os the class from my custom

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread Lucky-dog
Did anyone receive his Nexus One outside of North America? I am still waiting in Hong Kong and Fedex Customer center said no package was delivered for me by now. On 3月29日, 下午2时44分, Darshan darshan.ish...@gmail.com wrote: Maps and Jason: I asked about this a few days ago, and a few people have

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread Yin
HK, and waiting too. On 3月29日, 下午2时58分, Lucky-dog honglian...@gmail.com wrote: Did anyone receive his Nexus One outside of North America? I am still waiting in Hong Kong and Fedex Customer center said no package was delivered for me by now. On 3月29日, 下午2时44分, Darshan darshan.ish...@gmail.com

Re: [android-developers] Input method editor(IME) in fullscreen

2010-03-29 Thread Dianne Hackborn
Set the input type to password. This has the normal text view show dots, and the IME sees this and do so as well. On Sun, Mar 28, 2010 at 11:07 PM, Nithin nithin.war...@gmail.com wrote: Hi, In landscape mode, the soft keyboard(IME-input method editor) is showing full screen and displaying

Re: [android-developers] Live Wallpaper Crashing

2010-03-29 Thread Dianne Hackborn
It would help to include the stack crawl of the crash. On Sun, Mar 28, 2010 at 1:19 PM, Ryan ryan.ber...@gmail.com wrote: When I click my live wallpaper, it crashes. I can't see what is wrong. Here is my code. package com.puinyuu.umasaka; import android.graphics.Bitmap; import

[android-developers] Magic Cube from the Sample Kube

2010-03-29 Thread CMF
Is there any one has an experience on converting the code from the sample-kube to a magic cube? How to detect the position I click is the small cube object and so I can rotate the layer according to my movement? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread CHT
Me too, still waiting in HK . -- 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] Re: Extend a button and implement Parcelable

2010-03-29 Thread Paul Turchenko
Why possibly you may need to make a button parcelable? Are you suppose to send it via RPC? It seems like you've chosen a wrong approach for whatever you trying to do. On Mar 28, 7:41 pm, Kritzli pfister.ta...@googlemail.com wrote: Hi, I've got a problem with a parcelable ArrayList. I made a

[android-developers] Re: Question for Admob users

2010-03-29 Thread Vladimir
I went with these permissions for 3-4 months and didn't ever see a geo- targeted advertisement on my phones. Maybe US users get them, but looking at CTR/eCPM I get a feeling it's all the same free games for ur %modelname% for them too. It's strange that your users are asking about it. I received

[android-developers] Re: Input method editor(IME) in fullscreen

2010-03-29 Thread Nithin
Thanks Dianne, Solved. just put setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI); So in landscape mode, soft keyboard is not showing full screen, the the edittext is visible and showing dots. Nithin On Mar 29, 12:15 pm, Dianne Hackborn hack...@android.com wrote: Set the input type to

[android-developers] RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread Nithin
Hi, I am rotating a view using rotateAnimation with this code new RotateAnimation(0, 360, w / 2, h / 2); I want to rotate this view infinitely, so i put setRepeatCount(RotateAnimation.INFINITE); But the problem is after every one complete rotation, its stopping and starting again, means by

[android-developers] T-Mobile Android Firmware - Pulse device - Data SMS Messages

2010-03-29 Thread cpphool
Hi! I am developing an Android aplication that receives data messages (it is different than usual text messages and wap push). I have been testing it with different platforms and devices (Htc G1, Magic, Hero, Acer Liquid, Samsung Galaxy). It works on every device but T-Mobile Pulse. I am using

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread cannehal
Poland, still waiting. I think there is so many variables (time Google sent your phone, delivery company choosed, location you are in and many, many more) so you can't really know when to expect your phone. I'll aske again - are there any developers from Poland who did receive their phone from

[android-developers] Changing the style attribute of a button according to its state

2010-03-29 Thread LambergaR
I know you can change buttons background by creating a simple XML file, like this: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_window_focused=false android:state_enabled=true

[android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread skink
Nithin wrote: Hi, I am rotating a view using rotateAnimation with this code new RotateAnimation(0, 360, w / 2, h / 2); I want to rotate this view infinitely, so i put setRepeatCount(RotateAnimation.INFINITE); But the problem is after every one complete rotation, its stopping and

[android-developers] Re: left scrollbar

2010-03-29 Thread ABhi
Hi Why don't we have any view that supports both horizontal and vertical scrollbar? What am i supposed to do to show an auditorium layout on Android (which enables user to select particular seat on that auditorium? Regards, Abhishek On Mar 29, 4:36 am, Romain Guy romain...@android.com wrote:

[android-developers] waiting

2010-03-29 Thread Paul
Germany, still waiting. ... and growing nervous :) -- 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] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread Paul
Germany, still waiting. ... and growing nervous :) -- 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] updating listview items

2010-03-29 Thread manigault
Hi all, In the application im working on now i came up with the following problem. I have list view which is displaying items with images in most cases it will be different image for different items ( thumbnails about 60x60 pixels ). So the problem is how can i handle image processing for the

[android-developers] Re: Programmatically setting a new default ringtone without the ringtone picker

2010-03-29 Thread HippoMan
I can't see why your default ringtone is reset on each reboot. Did tou try TapSound freely available on Android Market ? The second tab simply set your ringtone from any .mp3 on your sdcard. I don't know why this happens, either. The ringtone I use is one of the standard ones which comes with

[android-developers] Re: Notification manager question

2010-03-29 Thread guru
Hi Mark, I am facing problem in having single icon on status bar with number of particular notification occurrence. ex: ICON(3)... i made below changes... the number is coming but again multiple icons are coming up. What I have to need to achieve single icon and number of notification on the

[android-developers] Re: Programmatically setting a new default ringtone without the ringtone picker

2010-03-29 Thread HippoMan
On Mar 29, 5:32 am, HippoMan hippo.mail...@gmail.com wrote: Is there no way to set the default ringtones programmatically, without using the ringtone picker? ... nor with any application that requires human interaction? -- You received this message because you are subscribed to the Google

[android-developers] Re: Programmatically setting a new default ringtone without the ringtone picker

2010-03-29 Thread HippoMan
On Mar 29, 5:32 am, HippoMan hippo.mail...@gmail.com wrote: [ ... ] I don't know why this happens, either. [ ... ] I should add that I am not using any app which affects sounds or ringtones, at least not that I know of. -- You received this message because you are subscribed to the

[android-developers] spinner

2010-03-29 Thread emna zeddini
Good Morning, I am thinking of having a spinner with a reversed direction , that's from right to left. Have I to override the class spinner.java ? Cordially. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to use emulateShiftHeld() Method???

2010-03-29 Thread brijesh masrani
Hi, Can anyone tell me how to use emulateShiftHeld () method of WebView class.. Please rep as soon as possible -- 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: Proper way of importing contacts to the device/contacts operations are very slow

2010-03-29 Thread cpphool
thank you for your response! Unfortunately this method took even longer - 31sec on Magic. On 23 Mar, 15:50, timo prill timo.pr...@googlemail.com wrote: hey, try this. maybe its a faster approach to go directly through the ContentResolver instead of using createPersonInMyContactsGroup:      

[android-developers] Handling Key Press from Soft Keyboard in EditText

2010-03-29 Thread Gaurav Vaish
Hi, I'm trying to handle the key-press event (OnKeyListener). I know that doesn't work http://groups.google.com/group/android-developers/browse_thread/thread/43c2140c0d687899 I tried to set a custom KeyListner (not OnKeyListener) using: 1. public void setKeyListener -- but the methods

[android-developers] Re: spinner

2010-03-29 Thread Nithin
If you want the text to align to right, then create a custom adapter which extends BaseAdapter and align the text to right. Nithin On Mar 29, 2:53 pm, emna zeddini zeddini.e...@gmail.com wrote: Good Morning, I am thinking of having a spinner with a reversed direction , that's from right to

[android-developers] Re: Question for Admob users

2010-03-29 Thread Neilz
On Mar 29, 8:33 am, Vladimir vladimir.funti...@gmail.com wrote: I went with these permissions for 3-4 months and didn't ever see a geo- targeted advertisement on my phones. Maybe US users get them, but looking at CTR/eCPM I get a feeling it's all the same free games for ur %modelname% for

[android-developers] Re: Handling Key Press from Soft Keyboard in EditText

2010-03-29 Thread Nithin
editText.addTextChangedListener(new TextWatcher()); this interface contains three methods, which will be called accordingly when you type using soft keyboard. Nithin On Mar 29, 3:11 pm, Gaurav Vaish gaurav.va...@gmail.com wrote: Hi, I'm trying to handle the key-press event (OnKeyListener).

[android-developers] http POST message

2010-03-29 Thread MobDev
Hi. I ahve been trying to send a http POST message towards my server, I have been using this code : HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost(sUrl); // Add your data ListNameValuePair nameValuePairs = new ArrayListNameValuePair(1); String userAgent =

[android-developers] Re: Handling Key Press from Soft Keyboard in EditText

2010-03-29 Thread Gaurav Vaish
Hi Nithin, Thanks for your response however in this case, I won't be notified if there's no text and del key is pressed. I want notification about Key-Down/Up and not just text-part. -- Happy Hacking, Gaurav www.mastergaurav.com On Mar 29, 3:18 pm, Nithin nithin.war...@gmail.com wrote:

Re: [android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread Sandeep Phansekar
Nithin just study the demo Rotation code present in APIDEMO example. u need to change just one value in that. -- Regards Sandeep On Mon, Mar 29, 2010 at 2:24 PM, skink psk...@gmail.com wrote: Nithin wrote: Hi, I am rotating a view using rotateAnimation with this code new

[android-developers] Re: Proper way of importing contacts to the device/contacts operations are very slow

2010-03-29 Thread Nithin
Use AsyncTask to update the contacts . Nithin On Mar 29, 2:56 pm, cpphool cpph...@gmail.com wrote: thank you for your response! Unfortunately this method took even longer - 31sec on Magic. On 23 Mar, 15:50, timo prill timo.pr...@googlemail.com wrote: hey, try this. maybe its a faster

Re: [android-developers] Re: spinner

2010-03-29 Thread emna zeddini
Hello, Could you please explain a little more. Thanks in advance. 2010/3/29 Nithin nithin.war...@gmail.com If you want the text to align to right, then create a custom adapter which extends BaseAdapter and align the text to right. Nithin On Mar 29, 2:53 pm, emna zeddini

[android-developers] IPSEC in NDK code for Android

2010-03-29 Thread Ofer Goren
Hi. Does the NDK support IPSEC? I could'nt find the ported ipsec.h in the NDK tree. Any clue? 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

[android-developers] Getting all of a long string in DDMS?

2010-03-29 Thread Anna PS
Hi all, I'm getting a server response back in ddms, here's my code: InputStream responseStream = method.getResponseBodyAsStream(); responseString = convertStreamToString(responseStream); // standard function for InputStream String

[android-developers] Re: Application as root

2010-03-29 Thread a2ronus
Hello Dianne, I have a question related to this. Is it possible to use sharedUserId=android.uid.system in combination with (re-)signing a (newly) built Android and the app with the same key to achieve having more permissions for an app? Thanks in advance. On 26 mrt, 22:10, Dianne Hackborn

Re: [android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
Hi everybody, First of all, I want to thank you so much for the help and support you gave me. Then , I want to inform you that finally I have a scrollbar on the left side. Thank you so much. 2010/3/29 ABhi abhishek.gonda...@gmail.com Hi Why don't we have any view that supports both horizontal

[android-developers] Video View

2010-03-29 Thread Dilli
Hi all, How to add an icon on the top of VideoView, I want my player VideoView window should contain the brand image of my player. How to add it to the VideoView Thank you Dilli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Beginning Development

2010-03-29 Thread Anthoni
Hey Russell, Java is the language that you use to write Android applications, C++ is the language when want to write low level additions to the OS (Which is Linux based), but that is for serious hard core users. I would suggest getting a book on Java 6 and learning that first. Then after that,

[android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
Hello, Just I have a l suggestion, why don't you in the futur add a field in which android users can choose between left side or right side scrollbars so that you satisfy the needs of both RTL and LTR languages. Best regards. 2010/3/27 emna zeddini zeddini.e...@gmail.com Hello,. Is there a way

[android-developers] Re: Getting all of a long string in DDMS?

2010-03-29 Thread Dilli
In your code you should read the complete data available in the responseStream because the stream may don't give complete data at one attempt. You need to call read method on responseStream till it ends. ( i.e: read bytes size -1) i.e read the data till you got end of stream. then convert it to

Re: [android-developers] Re: Question for Admob users

2010-03-29 Thread Abdul Mateen
Well, I think if you are showing ads into your application, you should make the version adware and clearly state into the description that The version/application/release is ad supported OR contains AD. On Mon, Mar 29, 2010 at 3:12 PM, Neilz neilhorn...@googlemail.com wrote: On Mar 29, 8:33

[android-developers] Re: Search Bar

2010-03-29 Thread Anthoni
Hey, Download the Shelves source code developed by Romain Guy, one of the main Honcho's who developed Android. In there, there is an XML view that you can just include and voila, your very own search bar without any effort. Of course that just gives you the gui layout, it is then up to you to add

Re: [android-developers] Re: Getting all of a long string in DDMS?

2010-03-29 Thread dillirao malipeddi
Like int read_cnt = 0; byte[] byteresp = new byte[1024]; int len = responseStream.available(); while(read_cnt len) { int size = len - read_cnt; int nR = responseStream.read(byteresp, 0, (size1024?1024:(int)size));

[android-developers] Re: Getting all of a long string in DDMS?

2010-03-29 Thread Anna PS
Thanks. I've tried the following, but it just doesn't output anything at all - any ideas what might be wrong? I'll try to debug too: InputStream responseStream = method.getResponseBodyAsStream(); responseString =

[android-developers] email crashed

2010-03-29 Thread Ralph Bergmann
Hi, since a couple of days the com.android.email app crashes. How can I found out why it crashed? I only see the following message: The application Email (process com.android.email) has stopped unexpectedly. Please try again. I have a Nexus One with Android 2.1-update1 (build ERE27). Ralph

[android-developers] Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread EvgenyV
Hi developers! I've reported that my app is invisible when accessing to Market from Nexus device. In the past I've reported some runtime resolution problem with Tatoo device but as far I know Nexus has a normal screen HVGA 320x480. The strange is that the app is invisible. Can you please check

[android-developers] SMS Persistent notification!

2010-03-29 Thread nep0x
Hi! I 've bought a LG GW620 with 1.5 android OS. I have a issue that i m not able to resolve. I tell the problem i hope someone knows. You know, that if your phone is off and you receive a call, when you turn on the mobile you receive a message telling you the number and day/ hour of the call. I

[android-developers] Re: http POST message

2010-03-29 Thread Kumar Bibek
Use StringEntity class to generate a body which you can attach to the post method. http://icloud.com/wiki/index.php/A_Android_tutorial_to_get_you_started This example will get you started. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Mar 29, 3:19 pm, MobDev

[android-developers] Re: email crashed

2010-03-29 Thread Kumar Bibek
Use the SendLog app to see the log, or hook your Phone to the adb and view the logcat. Thanks and Regards, Kumar Bibek. http://tech-droid.blogspot.com On Mar 29, 4:17 pm, Ralph Bergmann ra...@dasralph.de wrote: Hi, since a couple of days the com.android.email app crashes. How can I found

Re: [android-developers] Getting all of a long string in DDMS?

2010-03-29 Thread Mark Murphy
Anna PS wrote: Hi all, I'm getting a server response back in ddms, here's my code: InputStream responseStream = method.getResponseBodyAsStream(); responseString = convertStreamToString(responseStream); // standard function for InputStream

[android-developers] Re: Question for Admob users

2010-03-29 Thread DKIT Android
No. Your fill rate will go down, and maybe your click-through rate as well, as the ads will be less relevant. Regards Dag Koding DKIT Android On Mar 28, 11:38 am, Neilz neilhorn...@googlemail.com wrote: Hi all. I'm using Admob, and currently have android.permission.ACCESS_COARSE_LOCATION set

Re: [android-developers] Re: Beginning Development

2010-03-29 Thread Mark Murphy
Anthoni wrote: I would suggest getting a book on Java 6 and learning that first. Then after that, purchase the subscription from the excellent Mark Murphy. I've heard of that guy. His guides are not only helpful, but rather amusing as well. I cannot imagine writing a book without some

[android-developers] Re: Magic Cube from the Sample Kube

2010-03-29 Thread Streets Of Boston
It's quite a bit of work! My app is The Gube and i needed to dust of my geometry books :-) Do a search of gluUnproject in this group and you'll be able to find out quite a bit. On Mar 29, 3:19 am, CMF manf...@gmail.com wrote: Is there any one has an experience on converting the code from the

[android-developers] Re: Which version of Java is used in Android?

2010-03-29 Thread Streets Of Boston
The Android SDK in Java 1.5 (v5) compatible. On Mar 26, 8:40 pm, Poldie pol...@gmail.com wrote: I've read that Android apps use Java syntax, and not Java per se, presumably because of the Davlik VM.  I'm a Java noob, so I may not be making sense here,  but don't different versions of Java

Re: [android-developers] Video View

2010-03-29 Thread Mark Murphy
Dilli wrote: How to add an icon on the top of VideoView, I want my player VideoView window should contain the brand image of my player. How to add it to the VideoView Step #1: Create a RelativeLayout Step #2: Make the VideoView be the first child of the RelativeLayout, positioned as you

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-29 Thread ratson
Hungary, still waiting ;) i guess EU shall receive N1s in the next days... On márc. 29, 11:25, Paul stuem...@gmail.com wrote: Germany, still waiting. ... and growing nervous :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: spinner

2010-03-29 Thread Nithin
I am thinking of having a spinner with a reversed direction , that's from right to left. What you mean by this. If you mean Aligning text to right, then create a class which extends BaseAdapter in that - override the getView() method - create a textview or create your layout in xml and use

[android-developers] Re: Handling Key Press from Soft Keyboard in EditText

2010-03-29 Thread Nithin
use this , KeyboardView.OnKeyboardActionListener() Nithin On Mar 29, 3:24 pm, Gaurav Vaish gaurav.va...@gmail.com wrote: Hi Nithin, Thanks for your response however in this case, I won't be notified if there's no text and del key is pressed. I want notification about Key-Down/Up and not

[android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread Nithin
Thanks a lot skink Nithin On Mar 29, 3:26 pm, Sandeep Phansekar sandeep.phanse...@gmail.com wrote: Nithin just study the demo Rotation code present in APIDEMO example. u need to change just one value in that. -- Regards Sandeep On Mon, Mar 29, 2010 at 2:24 PM, skink psk...@gmail.com

[android-developers] Find contacts created after a particular time-stamp

2010-03-29 Thread Pankaj
Hi, is it possible to know the time at which a contact was created. Actually I want to find all contacts created after a particular time (say 12:00 pm 29th march 2010). I thought that the contact ids were assigned in an increasing order and just noting the largest id at that point would suffice.

[android-developers] Re: How to display icon on the status bar?

2010-03-29 Thread guru
Hi How to display one icon with number of notification like ICON(2)... is there any way to do it.? if i call below code multiple times, it will display separate icons for invocation. Regards Gururaja On Mar 9, 1:35 pm, a a harvey.a...@gmail.com wrote: NotificationmyNoti =

[android-developers] Re: Is there any changes in crop image activity

2010-03-29 Thread anton.slut...@gmail.com
Sure, makes sense. My two cents is, it seems like a whole lot of people need to grab an image from the gallery and plop a chunk of a certain size out of that image. Ofcourse, doing that by hand is possible and wouldn't be all that hard, but it would involve a hole lot of typing for us app

Re: [android-developers] Re: How to display icon on the status bar?

2010-03-29 Thread Mark Murphy
guru wrote: How to display one icon with number of notification like ICON(2)... is there any way to do it.? if i call below code multiple times, it will display separate icons for invocation. If you keep the same ID value for notify(), it should not add multiple icons. See here for an

Re: [android-developers] Re: email crashed

2010-03-29 Thread Ralph Bergmann
Am 29.03.10 13:41, schrieb Kumar Bibek: Use the SendLog app to see the log okay... but who can fix it? Ralph 03-29 14:45:50.629 E/AndroidRuntime( 2987): Uncaught handler: thread Thread-7 exiting due to uncaught exception 03-29 14:45:50.629 E/AndroidRuntime( 2987):

[android-developers] Re: How to have a notification icon with image + text

2010-03-29 Thread guru
HI Mark Mruphy, The current implementation of the Bluetooth Notification displays icon on status bar for each failure condition. But i want like single icon and number of such notifications. single icon(number) I used .number field, it is displaying number, but it is also displaying the icon

Re: [android-developers] Re: How to have a notification icon with image + text

2010-03-29 Thread Mark Murphy
guru wrote: The current implementation of the Bluetooth Notification displays icon on status bar for each failure condition. But i want like single icon and number of such notifications. single icon(number) I used .number field, it is displaying number, but it is also displaying the icon

[android-developers] How good is the Android Dev Phone 2?

2010-03-29 Thread Simone
I was considering buying it, is it as good as the Nexus One? Wich features does it lack? Thanks Simone -- 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

[android-developers] Wifi API - enableNetwork()

2010-03-29 Thread Jakob Sachse
Hi, I am working on an App that uses the WifiManager to register new wifis and to establish connections to those. Setting up a correct WifiConfiguration Object is discussed in depth and I followed the instructions. Though I ran into some strange behaviour that i'd like to discuss. When I call:

[android-developers] minSdkVersion set to 3, but device with 1.5 firmware doesnt recognize the app

2010-03-29 Thread Yorgos X
Hi there, I have set my in my application's manifest minSdkVersion=3 (I havent set any targetSdkVersion). A friend purchased an HTC Magic with firmware 1.5 and he can't view the app in the market or download the app from a market url. It seems as if the app is not compatible with the device even

[android-developers] Re: Proper way of importing contacts to the device/contacts operations are very slow

2010-03-29 Thread cpphool
Can you give us some example? As I understand, AsynTask is used for threading. How should I use it to improve speed? I suppose I could create an AsyncTask with a method doInBackground(). This method would add only one contact at a time. Then, I call execute a hundred times. Is this what you mean?

[android-developers] Re: Is there any changes in crop image activity

2010-03-29 Thread Streets Of Boston
I second that! :) On Mar 29, 8:36 am, anton.slut...@gmail.com anton.slut...@gmail.com wrote: Sure, makes sense.  My two cents is, it seems like a whole lot of people need to grab an image from the gallery and plop a chunk of a certain size out of that image.  Ofcourse, doing that by hand is

[android-developers] Create a custom component using inflate

2010-03-29 Thread arnouf
Hi all, I'm trying to create a component using an xml layout file. I defined a layout with some custom attributes. This layout is inflated when user add it inside another layout. My problem is I don't know the parent, so I pass null for the parent viewgroup when I call inflate method. I think

[android-developers] Re: Video Player - Progress Bar

2010-03-29 Thread OrdinaryIndian
Any suggestion to my last post? Should I use SurfaceView or VideoView for playing video? Thanks. On Mar 28, 8:41 pm, OrdinaryIndian just.an.ordinary.ind...@gmail.com wrote: I am a newbie to Android and am in the process of writing a simple **video player** app. An activity that shows **a

Re: [android-developers] Create a custom component using inflate

2010-03-29 Thread Mark Murphy
arnouf wrote: Hi all, I'm trying to create a component using an xml layout file. I defined a layout with some custom attributes. This layout is inflated when user add it inside another layout. My problem is I don't know the parent, so I pass null for the parent viewgroup when I call

Re: [android-developers] Re: Video Player - Progress Bar

2010-03-29 Thread Mark Murphy
OrdinaryIndian wrote: Any suggestion to my last post? Nothing should go in a background thread. You do not need a background thread for this problem. Here is a project that shows a video player with a timeline. No background threads were harmed in the making of this project:

[android-developers] Reusable Android library packaging: interest?

2010-03-29 Thread Mark Murphy
Creating Android JARs is fairly easy...so long as all you want to do is ship Java code. If your Java code needs resources or assets, or offers up activities or services, then you have to ship a JAR plus a whole bunch of other stuff. And the person reusing your JAR would need to know about all that

[android-developers] Re: Create a custom component using inflate

2010-03-29 Thread arnouf
You're right using http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-by.html ! On Mar 29, 4:14 pm, Mark Murphy mmur...@commonsware.com wrote: arnouf wrote: Hi all, I'm trying to create a component using an xml layout file. I defined a layout with some custom

[android-developers] Re: Which version of Java is used in Android?

2010-03-29 Thread Bob Kerns
A good set of questions, given your partial information. Android runs Java. It does so using the Dalvik VM, which uses a different set of bytecodes. The tools for packaging an application take care of converting the bytecodes. So Android runs Java 1.5 -- but it doesn't include the full J2SE

[android-developers] Re: Create a custom component using inflate

2010-03-29 Thread arnouf
I shout success so fast...because it's not really simple...My previous have to be called by others xml I'll push a result I I get something correct. On Mar 29, 4:21 pm, arnouf arnaud.far...@gmail.com wrote: You're right

Re: [android-developers] Sending GPS location over socket

2010-03-29 Thread Michael Thomas
raqz wrote: Hello, Could you please tell me how do I send the GPS location of the phone to a webserver through a socket. I am able to display the gps location on the screen with a toast widget in locationchanged() function. After that, I try to send the co-ordinates through a socket but the

[android-developers] Re: How to show adds at bottom of an activity(with custom view)?

2010-03-29 Thread Bob Kerns
I'd suggest admob.com; they have an SDK that makes this easy, and you can set it up in minutes. Or their competitors, or their open adwhirl library that lets you choose which vendor to supply the ads. But I've had good technical success with the admob SDK. Economic success? Too early to tell.

[android-developers] SQL simple selection - urgent help needed

2010-03-29 Thread Sonic
Hi all, I need urgent help with a simple selection I am having difficulty with. I am trying to return a value of a Double called startPosition, where trackName is equal to a name of a string. The query doesnt seem to be returning anything, here is the code from my DbAdapter. Java: public

[android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread Bob Kerns
As far as you know. No, the Nexus One does NOT have that screen resolution. If that's all you support, that's probably your problem right there. Please read the SDK documentation on supporting different screen resolutions and maintaining future compatibility. It's not just Nexus One you'll have

[android-developers] Merchant account - payouts - fees history - third column?

2010-03-29 Thread Keith Wiley
I asked this on the Market forum and didn't get an answer. I need this information to prepare my taxes. The third column of the page noted in the subject line is labeled previous month sales. The question is simple whether this is the total of sales price or total after Google takes 30%, i.e.,

[android-developers] filter based on cpu type on android market

2010-03-29 Thread sbw.android
hi, I am developing a cpu hungry application. it runs fine only on devices using at least snapdragon/cortex A8 cpus. I can't see any way to restrict access to this application on android market based on cpu. can someone confirm ? maybe the possibility to have filters based on the cpu type should

[android-developers] keyboard

2010-03-29 Thread emna zeddini
Hello everybody, I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package softkeyboard by replacing English letters and their codes by the arabic one.Of cource I created 2 new directories in

[android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread sbw.android
On 29 mar, 13:29, EvgenyV evgen...@gmail.com wrote: My app is universal unit converter ConvertMe(Beta) free. on a nexus one, I can see the ConvertMe application (no beta in the name) from defiant. is it your ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Merchant account - payouts - fees history - third column?

2010-03-29 Thread niko20
Hi, That is the sales BEFORE the 30% is removed. What I did is just add all those numbers up, then take 70% of that, that is your income total. On Mar 29, 9:01 am, Keith Wiley kbwi...@gmail.com wrote: I asked this on the Market forum and didn't get an answer.  I need this information to

Re: [android-developers] Re: PVMFFailure when using MediaPlayer for radio streams

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

Re: [android-developers] Re: MediaPlayer -- shoutcast radio streaming creates a lag in playback

2010-03-29 Thread dillirao malipeddi
On Tue, Nov 3, 2009 at 12:49 AM, Vladimir B odess...@gmail.com wrote: Should I use two files and swap between them while playing and downloading? On Nov 1, 2009 10:44 PM, Vladimir odess...@gmail.com wrote: Hello, all! I've been working on an app to stream some radio content. I get the

Re: [android-developers] Re: MediaPlayer -- shoutcast radio streaming creates a lag in playback

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

Re: [android-developers] Re: MediaPlayer and 1.5 vs 1.6

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

  1   2   3   >