[android-developers] help

2010-03-16 Thread subrat kumar panda
Hello all, subrat here.im doing an android apps which is GPS tracking. how to update the current location dynamically with respect to latitude,longitude,when the android device moved a certain boundary. wd u plz anybody help me how to write the logic. im using axis server SQLite database. Best

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

2010-03-16 Thread Tako Au
Still haven't got the confirmation mail yet. Does it mean my application is totally out of luck? I thought that I'm qualified, as Google did send an email to me. But now seems that they've ignored my application. Google please let me know if it's being processed :'(. Otherwise I'll buy an HTC

Re: [android-developers] Re: How to merge two bitmap into one

2010-03-16 Thread NapoleonLiu
I am a new one in UI coding. So may be my way is not the best.. Panit mPaint = new Paint(); mPaint.setXfermode(new PorterDuffXfermode(Mode.DST_IN)); mPaint.setAlpha(XX); notice that Mode.DST_IN is important(Better to see it's api-doc.) Use this paint to draw a ALPHA_8 bitmap on your org bitmap

[android-developers] Some questions about h264 in Opencore

2010-03-16 Thread yjshi
Hi,all I have some questions that I have been troubled for a long time . Could OpenCore in Android 1.6 decode h264 streaming?Another question is how to optimize h264 decoder in OpenCore .Nowadays , there are many kind of h264 decoders, such JM , T264 , X264 and so on. Could someone tell me

[android-developers] Re: Override default icons of BaseExpandableListAdapter

2010-03-16 Thread Ali Chousein
Hi, thank you for the message. I came up with this approach as well. Finally I was happy to see a decent way of configuring the icons of an ExpandableListView. The trick lies in having a stateful Drawable for the group indicator. When I find time I'll post a code excerpt as well, because I

[android-developers] Sub-directories with depth greater than one in application space

2010-03-16 Thread Jonathan
I understand that I can create a directory within my applications files directory by using getDir(). This allows me to write to the root of my application's file library, and one directory deep. This lets us do things like: /database.db /sounds/sound1.wav /sounds/sound2.wav

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

2010-03-16 Thread Dianne Hackborn
On Fri, Mar 5, 2010 at 7:56 AM, dgoemans dgoem...@gmail.com wrote: I really wish this approach to making people not rate down your widget worked, but i've realised that no matter what you do, you'll still get people who drag your widget's settings app onto the desktop and ask why it's small

[android-developers] Changing Textview dynamically in the same activity/

2010-03-16 Thread javame_android
Hi, I am trying to develop a simple application where users need to answer certain questions. I want that the textview should be changed dynamically in the same activity with sliding to left or right animation. Can someone let me know how to do this? Regards Sunil -- You received this

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

2010-03-16 Thread Arnon
I join Tako Au's request. I filled the form on March 5 and recieved no responce at all. It's been 11 days now On Mar 16, 8:04 am, Tako Au tak...@gmail.com wrote: Still haven't got the confirmation mail yet.  Does it mean my application is totally out of luck?  I thought that I'm qualified, as

[android-developers] Re: virtual keyboard input focus with webviews

2010-03-16 Thread Farha Ansari
Yes, I had the same issue, and it has not been solved till now. I had also posted the question but didnt get any reply. I hope, someone would reply this time to your post. Farha On Mar 16, 5:30 am, mike enervat...@gmail.com wrote: Hi all, I'm having a very very strange problem with input and

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

2010-03-16 Thread cannehal
Same situation here. I've filled the form on March 3rd and still awaiting any response. Maybe this is country dependent? What country are you from? On Mar 16, 8:12 am, Arnon arnonse...@gmail.com wrote: I join Tako Au's request. I filled the form on March 5 and recieved no responce at all. It's

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

2010-03-16 Thread Arnon
I am from Italy. This is not country dependant... As I know for sure Tako Au and I are not from the same continent. I also talked with him and he said a friend of his got the confirmation mail, while they both filled the form on the same day. Guys from google, can you please let us know what to

[android-developers] Problem: log to file with adb command

2010-03-16 Thread perrot
I tried this command adb logcat -f mylog.txt debug:E *:S. It always output the string couldn't open output file: Read-only file system.What's wrong? My file system is NTFS. Help me, Perrot, Thank you -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Integrate zxing code with the application and install in on Android os higher than 1.5

2010-03-16 Thread mudit
hi all i am working on an application that needs to scan bar codes as a functionality..I have integrated all the code of zxing with my app code and now when i try to install it on my device(OS 1.6) it gives me an INSTALL_FAILED_CPU_ABI_INCOMPATIBLE error... i cant use intents to use the barcode

[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-16 Thread skink
javame_android wrote: Hi, I am trying to develop a simple application where users need to answer certain questions. I want that the textview should be changed dynamically in the same activity with sliding to left or right animation. Can someone let me know how to do this? Regards

[android-developers] I-beam cursor in EditText

2010-03-16 Thread DroidBy
Is there a way to replace the I-beam cursow with my own cursor in EditText? Or is there a way not to show the I-beam cursor in ExitText? -- 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] Re: Deleting an entire table in a content provider?

2010-03-16 Thread Makas Tzavellas
Can't say that I have tried this myself, but you can perhaps cheat by doing something like this String where = _id != -1; You probably would not have any id fields with negative value, so in theory, all records in the table should match that and therefore be deleted. Makas On Mar 16, 1:33 pm,

[android-developers] Trouble understanding launching intents

2010-03-16 Thread Mariano Kamp
Hi, I have an hypothetical app that has two activities: A (List), B (Details). A can be launched and can itself launch B. I also have a widget that can also launch B via the use of an PendingIntent. Activity B looks at the Intent's extras ie1 and ie2 when created and shows different data then.

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

2010-03-16 Thread Tako Au
I'm from Hong Kong. My friend has got the confirmation 1 day after he submitted the form. On Mar 16, 3:37 pm, Arnon arnonse...@gmail.com wrote: I am from Italy. This is not country dependant... As I know for sure Tako Au and I are not from the same continent. I also talked with him and he

[android-developers] Sign data with application Key

2010-03-16 Thread ko5tik
Hi All, I would like to authenticate piece of data coming from signed android app. Is there OS Function which would sign / provide hash of arbitrary data with relation to key I used to sign application? regards, -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: In which case should i use content provider?

2010-03-16 Thread Vincent Tsao
thanks, that's helps On Tue, Mar 16, 2010 at 12:09 PM, Makas Tzavellas makas.tzavel...@gmail.com wrote: Hi Vincent, Glad to help :) If you are using the same permission for both read and write in the provider tag. You could also use the permission attribute. For example, provider

[android-developers] Re: Out of Memory resuming application

2010-03-16 Thread REvolver
No idea? On Mar 4, 8:59 am, REvolver luca.lupol...@gmail.com wrote: - Are these fields static or are they instance-fields?      Yes, they're static. - When do you call loadAlphaBlinkingBitmaps or loadProxyBitmaps      All the load Bitmaps methods are called in the gamescreen

[android-developers] Re: How to get RandomAccesFile from Resources.openRawResource() or getAsset() !!!

2010-03-16 Thread AJ
Does anybody knows anything about this? - AJ On Mar 14, 10:39 am, AJ ajeet.invinci...@gmail.com wrote: Hi group I am trying to get aRandomAccessFilefrom either Resources.openRawResource() or getAsset(). I cannot find a direct way to get one. Does anybody know that? ThanksAJ -- You

[android-developers] Re: What is exactly an ANDROID_ID ?

2010-03-16 Thread Bob Kerns
An alternative to hashing is to use and persist a secure random value. You can use SecureRandom, if you seed it well, or you can use /dev/ random. I don't know the quality of the Android implementation of /dev/ random, but given its ancestry, I'd expect it to be reasonably strong. You're not

[android-developers] unlimited earn money at home for part time

2010-03-16 Thread antriya zen
hi,just see that hi,This money making oppurtunity is totaly free and all you have to do is click on some ads .learn more about it by clicking on the link below and you will findout how!Go head, click on the link http://www.joshuanet.in , time is money watch it http://www.joshuanet.in BEST WISHES

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

2010-03-16 Thread Sean Hodges
On Tue, Mar 16, 2010 at 7:01 AM, Dianne Hackborn hack...@android.com wrote: You should have an activity that is -not- a MAIN/LAUNCHER activity, but rather MAIN/INFO.  This will be launched when the user selects launch from the market (or manage apps), but won't show up as an icon in the all

[android-developers] Numbers aligned to the right in EditText

2010-03-16 Thread Marek Urbaniak
Is it possible to align text in the EditText widget to the right? I do not see any such a property. Am I missing it or maybe there is no such an option. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Want to start building 3d games, pointers?

2010-03-16 Thread Rootko
I kind of rewrite export script for Blender that gives you your object's vertices and texture coordinates (when you do uv unwrap) as a float array. You can find it here: http://halmi.sk/uploads/android.zip Unzip and put it into Blender's script folder. Then select your object, and from menu select

[android-developers] Re: Getting quick location fix in alarm service

2010-03-16 Thread Franklin
On Mar 15, 9:53 pm, Kumar Bibek coomar@gmail.com wrote: While trying to get thelocation, request forlocationupdates. And then, onLocationchanged method, retrieve thelocation.Using the Network provider gives you afixfaster than GPS, normally. GPS will be faster than network when you are

[android-developers] Re: cacerts.bks availability on device

2010-03-16 Thread Scytmo
Also, I wouldn't rely on the file necessarily always being available at that path. For instance, if a later update to Android includes the ability for the end-user to add root certificates, then the mechanism for the certificate store would likely change. For a desktop J2SE installation, you

[android-developers] How to finish text composing...

2010-03-16 Thread hightin
I'm making a custom text view. So I have a custom InputConnection. When an user inputs Chinese, Korean and Japanese, I want to finish text composing anytime I want. Anyone knows how to do this? thanks~ -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: MediaPlayer failures on Android 2.1?

2010-03-16 Thread Marc Reichelt
Hi Mark, thanks for your answer! It really is helpful. I tried to reproduce the problem by creating an MP3 file on my own, but the problem did not occur again. So I used my original testfile and filed a bug: http://code.google.com/p/android/issues/detail?id=7186 Regards Marc Reichelt ||

[android-developers] AutoCompleteTextView with updated suggestions from web?

2010-03-16 Thread Pipen
Is it possible with the AutoCompleteTextView to make the suggestions get new suggestion values from a webservice? instead of pre populating it with 100 different strings. Every time the user enters a new character, i want the AutoCompleteTextView to get new values from a web service. please

[android-developers] Lock an .apk to a given (and physical) device

2010-03-16 Thread jamesc
Hi I'm looking for guidance on locking an .apk to a specific device (that I have physical access to in order to install the .apk). Gotchas (i.e. avoiding hardcoding IMEIs/ANDROID_ID etc.?) and the like? Cheers James -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: cacerts.bks availability on device

2010-03-16 Thread p c
This was really helpful thanks a lot Scytmo. On Mar 16, 2:40 pm, Scytmo i...@scytmo.org.uk wrote: Also, I wouldn't rely on the file necessarily always being available at that path.  For instance, if a later update to Android includes the ability for the end-user to add root certificates, then

[android-developers] Re: Lock an .apk to a given (and physical) device

2010-03-16 Thread Ne0
Why dont you want to hardcode the IMEI? On 16 Mar, 10:44, jamesc jame...@gmail.com wrote: Hi I'm looking for guidance on locking an .apk to a specific device (that I have physical access to in order to install the .apk).  Gotchas (i.e. avoiding hardcoding IMEIs/ANDROID_ID etc.?) and the

[android-developers] Re: Lock an .apk to a given (and physical) device

2010-03-16 Thread jamesc
Sorry, I wasn't clear. I'm asking whether that's the recommended option. On Mar 16, 10:52 am, Ne0 liamjamesalf...@googlemail.com wrote: Why dont you want to hardcode the IMEI? On 16 Mar, 10:44, jamesc jame...@gmail.com wrote: Hi I'm looking for guidance on locking an .apk to a specific

[android-developers] Widgets: Can the widget icon be different...

2010-03-16 Thread Ne0
...to the application icon? Essentially i have an application that has a few different activities and services. I want a widget that indicates whether or not one of the services is running and starts/stops it on a press. The widget works fine and does what i want, though when you long press the

[android-developers] adding and updating key rows dynamically

2010-03-16 Thread andu
How are you all? I have been developing soft keyboard in my language. In my java program I want to add new row of key in the keyboard and update it dynamically at runtime. How can I do that from the java program. That is: The xml file has the following content: Keyboard

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

2010-03-16 Thread Michael
Hi I filled out the form on Sunday 7th March and got a confirmation email on Thursday 11th March. I am in the UK and I did receive an original Device Seeding email. Not sure if that info helps. It's nice to know that it might be shipped from Europe as it should cut down on the time to get here

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

2010-03-16 Thread ratson
Hi, has someone else already received it's phone? please keep us informed with location. i received my confirmation on 6th March, living in Hungary/EU, still no N1 in my hands :) rs On márc. 16, 12:17, Michael nicholls...@googlemail.com wrote: Hi I filled out the form on Sunday 7th March and

[android-developers] Re: Lock an .apk to a given (and physical) device

2010-03-16 Thread Ne0
I see, i would hard code the IMEI when i really want to make sure that only the devices i have built the software for can use the software. Though a more practical solution is to have a database on a server where you can edit the safe IMEI list or have a registration precess and code the app

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

2010-03-16 Thread Sean Hodges
Mine arrived yesterday: London, UK. I know others who are still waiting in this area though. On Tue, Mar 16, 2010 at 11:22 AM, ratson materem...@gmail.com wrote: Hi, has someone else already received it's phone? please keep us informed with location. i received my confirmation on 6th March,

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

2010-03-16 Thread Michael
Hi Sean, Just wondering if you could tell where yours was shipped from as I am guessing mine will be the same. Also when did you get your confirmation email? Cheers, Mike On Mar 16, 11:39 am, Sean Hodges seanhodge...@googlemail.com wrote: Mine arrived yesterday: London, UK. I know others

[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-16 Thread javame_android
Hi, Thanks a lot for replying. I will look into TextSwitcher. Can we use ViewSwitcher to switch between entire views. Actually I am developing a Quiz like game. And I don't want to have another views for every question. So, what could we do for just replacing the question that will be in

[android-developers] how to make textview clickable

2010-03-16 Thread Superbiji
I really appreciate if anyone can help. i want to make textview clickable just like in Market application. I have set all focusable, clickable in xml but still not working. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
So, I've hit the 100 text messages per hour limit from my application. Is there: A) A way to work around that without rooting the phone B) A way for my application to push the OK button on the dialog that pops up C) Panic Thanks. -- You received this message because you are subscribed to

[android-developers] Re: how to make textview clickable

2010-03-16 Thread skink
On Mar 16, 10:56 am, Superbiji superb...@gmail.com wrote: I really appreciate if anyone can help. i want to make textview clickable just like in Market application. I have set all focusable, clickable in xml but still not working. Thanks just android:clickable=true will work how do you

[android-developers] Re: how to make textview clickable

2010-03-16 Thread Superbiji
Thanks for quick reply. Because its color does not changed when touched, not like textview in market, when touched changed to orange.. On Mar 16, 7:05 pm, skink psk...@gmail.com wrote: On Mar 16, 10:56 am, Superbiji superb...@gmail.com wrote: I really appreciate if anyone can help. i want to

Re: [android-developers] how to make textview clickable

2010-03-16 Thread Narendra Bagade
use html link content inside the textview. instead of makiong textview clickable. Regards, Narendra On 3/16/10, Superbiji superb...@gmail.com wrote: I really appreciate if anyone can help. i want to make textview clickable just like in Market application. I have set all focusable, clickable

Re: [android-developers] Widgets: Can the widget icon be different...

2010-03-16 Thread Mark Murphy
Ne0 wrote: ...to the application icon? Essentially i have an application that has a few different activities and services. I want a widget that indicates whether or not one of the services is running and starts/stops it on a press. The widget works fine and does what i want, though when you

[android-developers] ClassCastException using View element

2010-03-16 Thread Neilz
I'm sure there's a simple answer to this, but... Why can't I nest another view type within a View element? In my layout file I try: View android:layout_width=wrap_content android:layout_height=wrap_content Button android:layout_width=wrap_content

Re: [android-developers] ClassCastException using View element

2010-03-16 Thread Mark Murphy
Neilz wrote: I'm sure there's a simple answer to this, but... Why can't I nest another view type within a View element? In my layout file I try: View android:layout_width=wrap_content android:layout_height=wrap_content Button android:layout_width=wrap_content

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Mark Murphy
Isaac Wagner wrote: So, I've hit the 100 text messages per hour limit from my application. Is there: A) A way to work around that without rooting the phone B) A way for my application to push the OK button on the dialog that pops up C) Panic D) Recognize that sending 100 text messages

[android-developers] CTS APK'S QUERIES

2010-03-16 Thread Umang Gupta
Hi All , I am running cts test cases on eclair . I've done with : . build/envsetup.sh; lunch 1; make cts That compiled my all cts test cases . Apk's for that all have been installed in $(ANDROID_BUILD_TOP)/out/target/product/generic/data/app : few of these are : CtsDatabaseTestCases.apk ,

[android-developers] Re: how to make textview clickable

2010-03-16 Thread Superbiji
Does not work either: TextView tv = (TextView)findViewById(R.id.reboot); tv.setText(Html.fromHtml(httpststst a href='dsff'afadsfad/ageg wg)); On Mar 16, 7:15 pm, Narendra Bagade bagadenaren...@gmail.com wrote: use html link content inside the textview. instead

[android-developers] Re: ClassCastException using View element

2010-03-16 Thread Neilz
I see. Thanks Mark. That's frustrating, as View does some really useful things that I can't get other view types to do. Basically I'm trying to set up a grid of buttons (say 4 * 4 for example), where the buttons are exactly equal in size, regardless of the text within them, and together fill the

[android-developers] program crash on moto droid and g1

2010-03-16 Thread André
Hello, I have made a program that reads in a txt file of the users choice from the sd-card into and edittext window. I am reading in the file using a strings and a vector. This seems to work fine on most phones except on moto droid and g1. Does anyone have an idea of what the problem could be?

Re: [android-developers] Re: ClassCastException using View element

2010-03-16 Thread Mark Murphy
Neilz wrote: That's frustrating, as View does some really useful things that I can't get other view types to do. That sentence doesn't make a lot of sense to me, considering that View doesn't do anything other than draw a background, AFAICT. Basically I'm trying to set up a grid of buttons

[android-developers] Re: VLC on Android

2010-03-16 Thread Tim
On Mar 13, 10:39 pm, Enéas Gesing en...@gesing.com.br wrote: Hi, I'm newbie on Android development, but I have a complex task: support media in Windows Media formats and stream (WMV, WMA, MMS protocol, ASX ...). I'd give up now! The correct way to do this is to add the codecs to opencore:

Re: [android-developers] Re: ClassCastException using View element

2010-03-16 Thread Christoph Renner
Have you considered using TableLayout? I've never used it but it sounds promising for what you want to do. Chrigi On Tue, Mar 16, 2010 at 1:32 PM, Neilz neilhorn...@googlemail.com wrote: I see. Thanks Mark. That's frustrating, as View does some really useful things that I can't get other

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

2010-03-16 Thread ratson
this sounds nice, i guess first pass of EU citizens will receive their phones this week. On márc. 16, 12:39, Sean Hodges seanhodge...@googlemail.com wrote: Mine arrived yesterday: London, UK. I know others who are still waiting in this area though. On Tue, Mar 16, 2010 at 11:22 AM, ratson

[android-developers] Re: ClassCastException using View element

2010-03-16 Thread Neilz
I tried TableLayout, but it didn't really help, as the columns adjusted the size depending on the text in the buttons! I think sticking with LinearLayouts and layoutWeight should get me what I want, I'll just have to keep tinkering. -- You received this message because you are subscribed to the

[android-developers] Re: how to make textview clickable

2010-03-16 Thread skink
On Mar 16, 11:09 am, Superbiji superb...@gmail.com wrote: Thanks for quick reply. Because its color does not changed when touched, not like textview in market, when touched changed to orange.. you need to create a color selector:

[android-developers] Re: how to make textview clickable

2010-03-16 Thread Superbiji
Wow... thanks so basicly textview is clickable, but only the appearance not changed On Mar 16, 8:04 pm, skink psk...@gmail.com wrote: On Mar 16, 11:09 am, Superbiji superb...@gmail.com wrote: Thanks for quick reply. Because its color does not changed when touched, not like textview in

[android-developers] Help regarding Logging

2010-03-16 Thread MobDev
Hi, for my application I would like to be able to incorporate some good Logging capabilities... I would also like to use the networiking capabilitites for two purposes : - first I should be able to send a Logging Level from my server to my client (Android app)... So the Logging Level should be

[android-developers] Re: How to merge two bitmap into one

2010-03-16 Thread Warren
I use something like the following function. It really depends what you mean by merge. Do you mean average, alpha over, multiply, add, etc.? Anyway, you can change the arithmetic here to suit your needs. The important parts are that you copy the bitmap you wish to change so that you have a

[android-developers] Re: Widgets: Can the widget icon be different...

2010-03-16 Thread Ne0
Thanks Mark. On 16 Mar, 12:15, Mark Murphy mmur...@commonsware.com wrote: Ne0 wrote: ...to the application icon? Essentially i have an application that has a few different activities and services. I want a widget that indicates whether or not one of the services is running and

[android-developers] Re: Overlay in Bounded Lat Long Possible?

2010-03-16 Thread JFrog
I tried playing around with that feature, and it was quite helpful for figuring out wot to deal with overlays at specific locations relative to the screen layout, but it isn't the greatest utility for trying to make sure that a bunch of blueprints are in the right locations and orientation/skew.

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
D) Recognize that sending 100 text messages per hour is going to be expensive for many Android device users, and so having this confirmation is good for Android as a whole, even if it means you cannot do whatever it is you are trying to do. I agree that this is a good thing to have in place.

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread David Ashwood
Clickatel have a devent api and good rates. I push around 40k SMS's through them a week for various clients - http://bit.ly/dA7nPG They have a variety of interfaces - some of which support templating - which is handy if you broadcast SMS's. On 16 March 2010 14:53, Isaac Wagner

[android-developers] Re: ClassCastException using View element

2010-03-16 Thread Neilz
Nope, I give up. I've spend way too many hours on this today :-( Here's a challenge for anyone who fancies it: - Create a layout which places five buttons across the screen, of exactly equal size, filling all space, that say One, 2, 3 Four 5. (The text

Re: [android-developers] Re: ClassCastException using View element

2010-03-16 Thread Mark Murphy
Neilz wrote: Nope, I give up. I've spend way too many hours on this today :-( Here's a challenge for anyone who fancies it: - Create a layout which places five buttons across the screen, of exactly equal size, filling all space, that say One, 2,

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

2010-03-16 Thread Sundog
About time you guys got something first, lol. On Mar 16, 6:55 am, ratson materem...@gmail.com wrote: this sounds nice, i guess first pass of EU citizens will receive their phones this week. On márc. 16, 12:39, Sean Hodges seanhodge...@googlemail.com wrote: Mine arrived yesterday: London,

[android-developers] Re: ClassCastException using View element

2010-03-16 Thread Neilz
layout_width=0px That's all it needed. G. I guess it's just one of the tricks of the trade that you either know or you don't. I mean, that's not logical, is it?! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

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

2010-03-16 Thread Al
I'm in London as well, hopefully mine should arrive soon. I filled the form up 10 mins after I got the email and got my confirmation on the 6th. Did you receive a tracking number? Or was it just the We've received your info email? On Mar 16, 11:39 am, Sean Hodges seanhodge...@googlemail.com

[android-developers] Re: Widgets: Can the widget icon be different...

2010-03-16 Thread Ne0
FYI All receiver android:name=WidgetProvider android:label=@string/wiget_title android:icon=@drawable/widget_icon intent-filter action android:name=android.appwidget.action.APPWIDGET_UPDATE /

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-16 Thread Sime
Quick question, do you have the aidl file in both applications? Regards On 16 mar, 14:07, Peerke peter.fort...@gmail.com wrote: Hello, I have problems with the following: I want to create to applications. One with a Android service and one with a Activity that will use functions on the

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

2010-03-16 Thread Lucky-dog
Did anyone in Hong Kong receive it? THanks. On 3月16日, 下午10时25分, Al alcapw...@googlemail.com wrote: I'm in London as well, hopefully mine should arrive soon. I filled the form up 10 mins after I got the email and got my confirmation on the 6th. Did you receive a tracking number? Or was it just

[android-developers] Re: ClassCastException using View element

2010-03-16 Thread Mike dg
Nellz, It is somewhat logical. It works as long as you have the width the same across all items. If you use WRAP_CONTENT, then it fails since everything is different sizes and then they all evenly distribute the extra space. Thanks Mike On Mar 16, 10:25 am, Neilz neilhorn...@googlemail.com

Re: [android-developers] Re: ClassCastException using View element

2010-03-16 Thread Mark Murphy
Neilz wrote: layout_width=0px That's all it needed. G. I guess it's just one of the tricks of the trade that you either know or you don't. I mean, that's not logical, is it?! Let's say you use layout_width=wrap_content and layout_weight=1. The calculation then goes something like

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

2010-03-16 Thread Lucky-dog
Did anyone in Hong Kong receive it? Thank you very much. On 3月16日, 下午10时25分, Al alcapw...@googlemail.com wrote: I'm in London as well, hopefully mine should arrive soon. I filled the form up 10 mins after I got the email and got my confirmation on the 6th. Did you receive a tracking number? Or

[android-developers] Re: Grrrrr.... 100 SMS per hour

2010-03-16 Thread Mike dg
D) Recognize that sending 100 text messages per hour is going to be expensive for many Android device users, and so having this confirmation is good for Android as a whole, even if it means you cannot do whatever it is you are trying to do. But then that leads towards a slippery slope. Why

Re: [android-developers] Re: virtual keyboard input focus with webviews

2010-03-16 Thread mike
On 03/16/2010 12:22 AM, Farha Ansari wrote: Yes, I had the same issue, and it has not been solved till now. I had also posted the question but didnt get any reply. I hope, someone would reply this time to your post. Can somebody from google please comment? this seems like a pretty serious

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

2010-03-16 Thread Thomas Riley
Hi Sean, Did it come with a UK charger? Thanks, Tom On Mar 16, 11:39 am, Sean Hodges seanhodge...@googlemail.com wrote: Mine arrived yesterday: London, UK. I know others who are still waiting in this area though. On Tue, Mar 16, 2010 at 11:22 AM, ratson materem...@gmail.com wrote: Hi,

Re: [android-developers] Re: Grrrrr.... 100 SMS per hour

2010-03-16 Thread David Ashwood
Because something that's unfettered in a sensible way opens the door to abuse. On 16 March 2010 15:46, Mike dg vinb...@gmail.com wrote: D) Recognize that sending 100 text messages per hour is going to be expensive for many Android device users, and so having this confirmation is good for

[android-developers] Re: Out of Memory resuming application

2010-03-16 Thread Streets Of Boston
Sorry, i didn't see your earlier reply. It seems you're cleaning up your bitmaps... However, it's hard to tell not having the code. I suggest debugging the code carefully, closely monitoring the construction and release (bitmap.recycle) of your bitmaps and see if a lack of releasing bitmaps is

Re: [android-developers] Re: Grrrrr.... 100 SMS per hour

2010-03-16 Thread Mark Murphy
Mike dg wrote: D) Recognize that sending 100 text messages per hour is going to be expensive for many Android device users, and so having this confirmation is good for Android as a whole, even if it means you cannot do whatever it is you are trying to do. But then that leads towards a

[android-developers] button background hangs, or disappears

2010-03-16 Thread Christine
hi, I have a button that shows exactly as it should, until I have clicked it, then it doesn's show it's background any more. The funny thing is that all other buttons of the same style loose their backgrounds as well. Sometimes the opposite happens: all backgrounds in my app get the button

Re: [android-developers] how do i get the android unique id??

2010-03-16 Thread Wayne Wenthin
Keep in mind that this is NULL on the emulator. On Mon, Mar 15, 2010 at 7:36 PM, g...@devicedriven ginokur...@gmail.comwrote: can any 1 tell me how to get an unique id from an android phone?? whenever i try to get the unique id from the phone as a string it always shows android id and no

Re: [android-developers] Re: virtual keyboard input focus with webviews

2010-03-16 Thread Mark Murphy
mike wrote: Can somebody from google please comment? In case you haven't noticed, the percentage of questions that get asked here that get answered by Google is fairly small. this seems like a pretty serious error in the webview's if you can't type into a html input or textarea box on, oh

[android-developers] Re: Android 2.1 Gallery - menu controls

2010-03-16 Thread Bob Kerns
As far as I know, it's purely custom. However, it really doesn't look all that complicated. You just need to build a TableView, and add action handlers to the rows that would call your onOptionsItemSelected method (or go for individual handlers; you're not bound by the existing menu API). The

[android-developers] Re: how do i get the android unique id??

2010-03-16 Thread Maps.Huge.Info (Maps API Guru)
It might be a good idea, for testing on the emulator, to test the Android ID for null and if it is, use some sort of default value. That way, you can at least test your app with good data. That's what I do anyway. -John Coryat -- You received this message because you are subscribed to the

Re: [android-developers] Re: virtual keyboard input focus with webviews

2010-03-16 Thread mike
On 03/16/2010 08:12 AM, Mark Murphy wrote: mike wrote: Can somebody from google please comment? In case you haven't noticed, the percentage of questions that get asked here that get answered by Google is fairly small. this seems like a pretty serious error in the webview's if

[android-developers] Re: Device Seeding Program for Top Contributors to Community Forums

2010-03-16 Thread Bob Kerns
Forward one to me, I believe I have enough forum messages, but my first app's in the final QA stages, so I think I got filtered out for not having an app on the market. :) (It's OK, I already have a Nexus One, pretty much for the very reasons Google is doing this program, and my business partner

[android-developers] Re: Masking password input in extracted UI

2010-03-16 Thread ahamed
Thanks for your reply. I got it to work in portrait mode. But the problem is on landscape mode. Im using android 1.5 to build it. when on portrait mode/candidate view the letters being masked when you type(one by one) itself. But on fullscreen mode where the extracted UI has its own edit

Re: [android-developers] Re: how do i get the android unique id??

2010-03-16 Thread Wayne Wenthin
I'll second that. I do exactly this. On Tue, Mar 16, 2010 at 7:12 AM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It might be a good idea, for testing on the emulator, to test the Android ID for null and if it is, use some sort of default value. That way, you can at least test

[android-developers] Re: WebView and Native Browser

2010-03-16 Thread Nelson
Thanks for your reply. Yes I did: webView.setWebChromeClient(new WebClient(this)); WebSettings webSettings = webView.getSettings(); webSettings.setSavePassword(false); webSettings.setSaveFormData(false);

Re: [android-developers] Re: Device Seeding Program for Top Contributors to Community Forums

2010-03-16 Thread Disconnect
If you are looking for older devices, post a note in the device exchange ( exchange.andblogs.net) and see who pops up. (I'm swapping out my g1 soon probably, and I'm sure other people are also.) AFAIK the contributors seed doesn't require an app in the market. (And I would hope they wouldn't

[android-developers] Re: how do i get the android unique id??

2010-03-16 Thread g...@devicedriven
the funniest part is..on the emulator too its giving the value like android id..not null.. i explicitly checked it using a try catch. and i tried using it on a nexux one,,still same result.. On Mar 16, 8:12 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It might be a good idea,

  1   2   3   >