[android-developers] Market problems again

2010-06-12 Thread Zsolt Vasvari
My app suddenly lost half its installs :(Both on the Market website and on the device Market app. Does anybody else ee this? -- 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: Market problems again

2010-06-12 Thread Pieter
Yeah, both my apps lost about 20%. Hopefully this is just a temporary glitch. On Jun 12, 8:08 am, Zsolt Vasvari zvasv...@gmail.com wrote: My app suddenly lost half its installs  :(    Both on the Market website and on the device Market app. Does anybody else ee this? -- You received this

[android-developers] Re: Market problems again

2010-06-12 Thread Luis Santos
Same here. One of my apps went down from 5 downloads to 36000... I hope it's just a temporal issue. Luis. On Jun 12, 2:08 am, Zsolt Vasvari zvasv...@gmail.com wrote: My app suddenly lost half its installs  :(    Both on the Market website and on the device Market app. Does anybody else

[android-developers] root permission

2010-06-12 Thread amsale zelalem
Hello all, I have got an htc hero device and would like to install my apk on it. it successfully installs my apk but without the database it is using. my database is populated prior to running the application, so it runs ok on the emulator. but i couldn't load my data on the real device and the

[android-developers] Re: Market problems again

2010-06-12 Thread $§Kalle§$
Same for me. Seems to be a general problems. By the way, it did not affect the ratings. The number of ratings still increased since yesterday On 12 Jun., 08:08, Zsolt Vasvari zvasv...@gmail.com wrote: My app suddenly lost half its installs  :(    Both on the Market website and on the device

Re: [android-developers] Re: Market problems again

2010-06-12 Thread Evgeny V
Same for me. On Sat, Jun 12, 2010 at 10:02 AM, $§Kalle§$ __kalle...@hphone.eu wrote: Same for me. Seems to be a general problems. By the way, it did not affect the ratings. The number of ratings still increased since yesterday On 12 Jun., 08:08, Zsolt Vasvari zvasv...@gmail.com wrote:

[android-developers] Re: Market problems again

2010-06-12 Thread tdieckman
Yep, it happened to my counts too. Seems to be exactly half of what both counts were for me. It happened about 4pm PST. I expect it will stay this way over the weekend. Glad I don't have my paid app up yet or I'd be wondering if I would get proper credit for all the sales. On Jun 11, 11:08 pm,

[android-developers] Re: Oracle Android App Store

2010-06-12 Thread gosh
(our revenue is from ads in the client customisation deals in case you're wondering). Then I'm assuming you must require the app publisher to make some small addition to their source code - which is no big deal to the coder. If you also add in that Market does things that third party after-

[android-developers] Kill/Stop other Services in API 8 (Froyo 2.2)

2010-06-12 Thread Patrick Boos
I know of the wonderful change from 2.1 to 2.2 that ActivityManager.restartPackage now doesn't do the dirty stuff anymore since it now calls killBackgroundProcesses. Nice on one side, but bad on the other side. Because of that Services are not killed anymore. See as well:

[android-developers] Re: Best way for web service calls ??

2010-06-12 Thread doug
Check out this guy - http://code.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html Even though he sounds like a cross between Yoda and Grover. On Jun 11, 7:37 am, StillALearner k.mad...@gmail.com wrote: Thanks Paul,  Everything else seems a bit too heavy Thats the exact

[android-developers] Re: Market problems again

2010-06-12 Thread Ronald van der Lingen
I have the same problem for my app Retro Clock Widget. It passed 1.000.000 downloads two days ago and now it is back at 870.000. Hope this can be fixed! Regards, Ronald On Jun 12, 8:08 am, Zsolt Vasvari zvasv...@gmail.com wrote: My app suddenly lost half its installs  :(    Both on the Market

Re: [android-developers] Re: Placing a bitmap image in ImageView

2010-06-12 Thread pawan nimje
I tried this method [ Bitmap.createScaledBitmap].. its working ..but the problem is aspect ratio is not maintained ... On Thu, Jun 10, 2010 at 1:12 PM, Goran Genter goran.gen...@gmail.comwrote: On Jun 10, 6:20 am, pawan nimje pawanni...@gmail.com wrote: Can you suggest some method to

[android-developers] Re: AlarmManager problems in Milestone

2010-06-12 Thread mot12
If you take a look at the log data, you will find that your milestone goes into something that you may want to call a deep sleep. Even your standard alarm clock will not run reliably. To provoke the issue: Turn the display off and have no apps running that keep the phone active, let the phone sit

Re: [android-developers] root permission

2010-06-12 Thread Yuvi
Why don't you let the app create/populate the db? So you don't have to worry about permissions to access the /data folder. For rooting the phone check xda (http://forum.xda-developers.com/) and search for 'rooting + your phone model'. Otherwise if you just need to copy files (e.g. from the

[android-developers] Strip html from String

2010-06-12 Thread Martin Wallgren
Hi Are there any built in functionality that will strip out html tags from a String? I could write it my self, I just don't want to reinvent the wheel if it already exists. Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Make entire screen disabled

2010-06-12 Thread Mark Murphy
On 06/12/2010 12:15 AM, pawan nimje wrote: Hi All, When I click on a button i want to make entire screen disabled ... i.e there are other buttons and text area ..which should get disabled ...on a particular button click ..is it possible ?? Sure. Just disable the other widgets, using

Re: [android-developers] Kill/Stop other Services in API 8 (Froyo 2.2)

2010-06-12 Thread Mark Murphy
On 06/12/2010 04:20 AM, Patrick Boos wrote: Is there another way to kill/stop other services (music player services) in API 8? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android

Re: [android-developers] Strip html from String

2010-06-12 Thread Mark Murphy
On 06/12/2010 06:47 AM, Martin Wallgren wrote: Hi Are there any built in functionality that will strip out html tags from a String? I could write it my self, I just don't want to reinvent the wheel if it already exists. There is built-in functionality to convert HTML into a Spannable, so

Re: [android-developers] Make entire screen disabled

2010-06-12 Thread pawan nimje
thats ok .. i have tried that .. thats working ... but wat i want is the screen to look in background ...i.e i want the entire activity screen to look as if its in the background ( how an sctivity screen looks when theres dilog box above it) ... hope u r getting wat im trying to say ... On Sat,

[android-developers] Re: How to test onCreate with saved Bundle?

2010-06-12 Thread Emmanuel
I totally agree ! In my app, some screens are portrait only, and during development, I authorized landscape, just to test activity creation with Bundle... Emmanuel / Alocaly http://androidblogger.blogspot.com/ http://www.alocaly.com/ On Jun 11, 8:21 am, TreKing treking...@gmail.com wrote: On

[android-developers] how to get android version, kernel version and mac address

2010-06-12 Thread shakeel
Hi all Please help me to write or send me sample code to get android version number, kernel version and mac address of the android device, using android API. Thanks Shakeel -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

返: [android-developers] how to get android version , kernel version and mac address

2010-06-12 Thread �罱
See android.os.Build. -元のメッセージ- 差出人: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] 代理人 shakeel 送信日時: 2010年6月12日 21:48 宛先: android-developers@googlegroups.com 件名: [android-developers] how to get android version, kernel version and mac address Hi all

[android-developers] Re: Strip html from String

2010-06-12 Thread Martin Wallgren
Yes, but Html.fromHtml() interprets the html and takes action accordingly (showing images and such) and I just want to strip any visual formatting and get a readable text version. I tried Html.fromHtml(htmlSrc).toString(); and that almost does the trick, but it inserts some ugly character on

RE: [android-developers] how to get android version, kernel version and mac address

2010-06-12 Thread shakeel
How to get it through program? And display to the user on screen -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of ?? Sent: Saturday, June 12, 2010 6:45 PM To: android-developers@googlegroups.com Subject: 返:

[android-developers] Re: How to test onCreate with saved Bundle?

2010-06-12 Thread Lance Nanek
There's an option in the Dev Tools app in the emulator to destroy activities immediately when left even if not needed. On Jun 10, 3:15 pm, Jeff jeff.th...@gmail.com wrote: My app launches the camera to allow the user to capture a picture. Sometimes this causes the OS will kill my App to free up

[android-developers] Market problems again

2010-06-12 Thread Zsolt Vasvari
Market problems again -- 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+unsubscr...@googlegroups.com For

Re: [android-developers] Market problems again

2010-06-12 Thread John T. Haggerty
That leaves a great deal to the imagination as there its little detail On Jun 12, 2010 8:31 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Market problems again -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Market problems again

2010-06-12 Thread Zsolt Vasvari
If you had noticed, an idiot hijacked the thread. I just changed the title back. On Jun 12, 10:33 pm, John T. Haggerty jpcoo...@gmail.com wrote: That leaves a great deal to the imagination as there its little detail On Jun 12, 2010 8:31 AM, Zsolt Vasvari zvasv...@gmail.com wrote:

[android-developers] Re: Market problems again

2010-06-12 Thread Lance Nanek
Theoretically the lower number could be correct and the old number wrong. Not saying it is, just saying it is possible. Or they could both be correct, but the definition changed. If the market is now coded such that apps that request newer permissions like the Bluetooth one don't show up on older

[android-developers] Re: How to send mms from my code

2010-06-12 Thread mike
hi Sean, thanks for your reply, but in this case it's not possible to get the status of the message isn't it?? regards, Mike -- 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: Market problems again

2010-06-12 Thread rexowner
The payouts I have received are 1.5-2x what would be indicated by the download totals listed on the Android Market, so this appears to be a problem with the numbers listed on the Android Market. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Market problems again

2010-06-12 Thread Moss
Here the same I got a reliative new up on which had onlye 1.5k downloads and now 700 hundret, ratings are the same so it seams like a market problem. Hope it get right soon!! On 12 jun, 16:58, rexowner lap...@gmail.com wrote: The payouts I have received are 1.5-2x what would be indicated by the

[android-developers] Re: Speed issue: content provider vs plain sqlite db

2010-06-12 Thread Moss
Just to make a small update on the issue, I looked a bit at romain guys shelves app which helped me a lot and my app updates now seamless 15k feed items! On 6 mayo, 07:12, grace grace.a...@wipro.com wrote: Hi, I have tried the same thing with content provider and even that take some time to

Re: [android-developers] Re: How to send mms from my code

2010-06-12 Thread Sean Hodges
Mike, In the way I described, you are correct. There may be some way of returning the success of the MMS delivery by using startActivityForResult() instead of startActivity(), but you will have to take a look at the SMS app source code to see what is available there. Regards, Sean On Sat, Jun

[android-developers] App download/install count - market glitch?

2010-06-12 Thread Ken
I have couple of apps (billboard100 and xmplayer) that had been reaching download/installs of 10k/9k+ and 9k/6k respectively. This morning the counts dropped to 1k/1k and 5k/3k. How is that possible? My ad clicks suggests otherwise. Anybody experienced the same? Ken -- You received this

[android-developers] Re: Oracle Android App Store

2010-06-12 Thread Al Sutton
On Jun 12, 8:44 am, gosh steve...@unimelb.edu.au wrote: (our revenue is from ads in the client customisation deals in case you're wondering). Then I'm assuming you must require the app publisher to make some small addition to their source code - which is no big deal to the coder. Nope.

[android-developers] Go through the code ans suggest

2010-06-12 Thread pawan nimje
Below is the code for posting data on a server ... my problem is i want to show a progress dialog when i click on submit button and dismiss it when data is posted ... i have written code for that .. but the thing is the progress dialog comes and goes ... and its hardly noticeable .. i hope

[android-developers] What is the thing which is shown while the image is loaded.

2010-06-12 Thread pawan nimje
Hi all what is the thing called which is similar to progress dialog ... but for image ( or say image view) and how can i integrate that in the code .. i am attaching the code files __ --

返: [android-developers] how to get android version , kernel version and mac address

2010-06-12 Thread �罱
Log.i(test,Build.MODEL); -元のメッセージ- 差出人: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] 代理人 shakeel 送信日時: 2010年6月12日 23:10 宛先: android-developers@googlegroups.com 件名: RE: [android-developers] how to get android version, kernel version and mac address How

Re: [android-developers] Go through the code ans suggest

2010-06-12 Thread Brad Gies
Get the time when you show the m_ProgressDialog and then instead of dismissing the m_ProgressDialog in your If statement calculate how long it has been visible and post a delayed message to a handler so that it will show for the time you want, and then raise your toast and start your new

[android-developers] Re: Strip html from String

2010-06-12 Thread Yahel
Are there any built in functionality that will strip out html tags from a String? I would go regular expression on this one. For example but not tested : http://networking.ringofsaturn.com/Web/removetags.php Yahel -- You received this message because you are subscribed to the Google Groups

[android-developers] Documentation bugs: Audio and Video basics

2010-06-12 Thread James Aguilar
I was reading the documentation for recording audio and video (http:// developer.android.com/guide/topics/media/index.html) and noticed a few problems: Video and image capture are not described even though MediaRecorder's documentation directs readers to this page for more information. Through

Re: [android-developers] Documentation bugs: Audio and Video basics

2010-06-12 Thread Mark Murphy
On 06/12/2010 02:01 PM, James Aguilar wrote: I was reading the documentation for recording audio and video (http:// developer.android.com/guide/topics/media/index.html) and noticed a few problems Issues like this need to be captured in http://b.android.com, if you have not done so already.

[android-developers] Re: Market problems again

2010-06-12 Thread kozyr
I have thesame problem -- my app lost about half of the installs as well yesterday night... On Jun 12, 1:08 am, Zsolt Vasvari zvasv...@gmail.com wrote: My app suddenly lost half its installs  :(    Both on the Market website and on the device Market app. Does anybody else ee this? -- You

[android-developers] regrading invisible( hide ) running service

2010-06-12 Thread Nandan .
hii friends... i m trying to create a service which does not display in Android phone -- Setting---Application---Running Service it is possible in android. how can i hide service form this location.. can any one had done this.. please help me Thank you in advanced With regrads

Re: [android-developers] regrading invisible( hide ) running service

2010-06-12 Thread Mark Murphy
On 06/12/2010 02:29 PM, Nandan . wrote: hii friends... i m trying to create a service which does not display in Android phone -- Setting---Application---Running Service it is possible in android. how can i hide service form this location.. SDK applications cannot hide services from

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-06-12 Thread beemer
Same here. I've spended two hour until I've figured out why my app had stopped working on 1.5 I'm using three folders drawable-hdpi, drawable-mdpi, and drawable- ldpi. The solution has been to create another folder called drawable- v3 that contains a copy of drawable-mdpi. Now I'll try to change

[android-developers] discoverability

2010-06-12 Thread greg
It seems that a menu icon and/or a long click icon in the status bar (i.e., along with the battery status icon) would help users know which activities have menus and/or views that have long click functionality. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Market problems again

2010-06-12 Thread Mr Pants
Same here - ETA on fix please Mr Google? I hope it's not going to be like the last one which took ages On Jun 12, 7:19 pm, kozyr kozyr.develo...@gmail.com wrote: I have thesame problem -- my app lost about half of the installs as well yesterday night... On Jun 12, 1:08 am, Zsolt Vasvari

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-06-12 Thread Bo
Did you try changing the name drawable-mpi to drawable? I believe that will work On Jun 12, 8:42 pm, beemer mse...@gmail.com wrote: Same here. I've spended two hour until I've figured out why my app had stopped working on 1.5 I'm using three folders drawable-hdpi, drawable-mdpi, and

[android-developers] GridView - setting selection to last item also loads first item

2010-06-12 Thread Goran Genter
Greetings everyone, I'm developing application that shows thumbnails of images in gridview widget. I load html with image names, and set ImageAdapter. That image adapter loads single image (from internet or SD card) in AsyncTask with selected image position. After I initialy download html with

[android-developers] Static header in ListView

2010-06-12 Thread Bill Lumberg
I have a ListView with several columns and I need a header row at the very top that labels each of these columns that *does not* scroll with the rest of the ListView. I am using addHeaderView right now, but I've ran into 2 problems: 1) The header scrolls. I need it outside of scrolling so that

[android-developers] Re: GridView - setting selection to last item also loads first item

2010-06-12 Thread Streets Of Boston
Use the convertView.setTag to set an identifier that your AsyncTask can recognize when the image has been loaded. Don't rely on the order in which the getView gets called (with respect to its 'position' parameter). On Jun 12, 4:35 pm, Goran Genter goran.gen...@gmail.com wrote: Greetings

Re: [android-developers] Static header in ListView

2010-06-12 Thread Mark Murphy
On 06/12/2010 04:38 PM, Bill Lumberg wrote: I have a ListView with several columns and I need a header row at the very top that labels each of these columns that *does not* scroll with the rest of the ListView. I am using addHeaderView right now, but I've ran into 2 problems: 1) The header

[android-developers] Re: Certain apps not being shown in Android Market?

2010-06-12 Thread powder
I now have the wrong download count in Android Market... What is going on? On Jun 11, 11:55 pm, niko001 ebs...@googlemail.com wrote: Still not working for me :-/! I've just found a pirated version of one of my apps (that had copy-protection enabled) floating around on several different sites,

Re: [android-developers] Static header in ListView

2010-06-12 Thread Bill Lumberg
Thanks Mark. If I have to set the widths for each column, how do I ensure that it expands to fit every screen size perfectly? On Sat, Jun 12, 2010 at 2:50 PM, Mark Murphy mmur...@commonsware.com wrote: On 06/12/2010 04:38 PM, Bill Lumberg wrote: I have a ListView with several columns and I

Re: [android-developers] Static header in ListView

2010-06-12 Thread Mark Murphy
On 06/12/2010 04:56 PM, Bill Lumberg wrote: Thanks Mark. If I have to set the widths for each column, how do I ensure that it expands to fit every screen size perfectly? Perfectly? You'd need to write a MultiColumnListView, which does not strike me as being a ton o' fun. You can use dimension

Re: [android-developers] bmgr not working?

2010-06-12 Thread Mark Murphy
On 05/24/2010 03:05 PM, James Chou wrote: I'm trying to test out the new BackupManager class so I've been trying to play around with the sample. For some reason I cannot get the bmgr tool to work with the BackupRestoreActivity sample application included in Android 2.2. I have tried writing

Re: [android-developers] Static header in ListView

2010-06-12 Thread Bill Lumberg
So by 'dimension resources' you mean getting the screen size, dividing by number of columns to get width of each? On Sat, Jun 12, 2010 at 3:01 PM, Mark Murphy mmur...@commonsware.com wrote: On 06/12/2010 04:56 PM, Bill Lumberg wrote: Thanks Mark.  If I have to set the widths for each column,

Re: [android-developers] Static header in ListView

2010-06-12 Thread Mark Murphy
On 06/12/2010 05:08 PM, Bill Lumberg wrote: So by 'dimension resources' you mean getting the screen size, dividing by number of columns to get width of each? No, I meant dimension resources: http://developer.android.com/guide/topics/resources/more-resources.html#Dimension -- Mark Murphy (a

Re: [android-developers] Static header in ListView

2010-06-12 Thread Bill Lumberg
Thanks again. On Sat, Jun 12, 2010 at 3:10 PM, Mark Murphy mmur...@commonsware.com wrote: On 06/12/2010 05:08 PM, Bill Lumberg wrote: So by 'dimension resources' you mean getting the screen size, dividing by number of columns to get width of each? No, I meant dimension resources:

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-06-12 Thread Eric F
I believe the full solution is: Target sdk level 8 Minsdk level of 3 have the following resource folders: drawable/ drawable-hdpi-v4/ drawable-ldpi-v4/ Store all your mdpi drawables inside of drawable. No resource duplication, no problems. Does anyone know if there's a problem with this

[android-developers] Slow Eclipse on OS X

2010-06-12 Thread Bill Lumberg
I am running Eclipse Galileo on an Intel Mac and after using it for a bit, it becomes very slow. By slow I mean switching between tabs and scrolling through source becomes nearly unusable. I have to close Eclipse and re-open it, and that usually only solves the problem for a short time. Has

Re: [android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-06-12 Thread Kostya Vasilyev
Right, the 'v4' hides -ldpi and -hdpi resources from 1.5 at runtime. Using '-mdpi' is not supported on 1.5 either. 13.06.2010 1:21 пользователь Eric F ericfrie...@gmail.com написал: I believe the full solution is: Target sdk level 8 Minsdk level of 3 have the following resource folders:

[android-developers] Re: GridView - setting selection to last item also loads first item

2010-06-12 Thread Goran Genter
Thanks for the tip. I've done like you said and it's exactly what I needed. Best regards, Goran Genter On Jun 12, 10:40 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Use the convertView.setTag to set an identifier that your AsyncTask can recognize when the image has been loaded.

[android-developers] Re: Documentation bugs: Audio and Video basics

2010-06-12 Thread James Aguilar
On Jun 12, 11:14 am, Mark Murphy mmur...@commonsware.com wrote: On 06/12/2010 02:01 PM, James Aguilar wrote: I was reading the documentation for recording audio and video (http:// developer.android.com/guide/topics/media/index.html) and noticed a few problems Issues like this need to be

[android-developers] can not see app in Market

2010-06-12 Thread Andrei
I have 3 android phones with different Os version. I can see all my apps, but one disappeared for more than a day and still can not see it -- 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] Slow Eclipse on OS X

2010-06-12 Thread Michael MacDonald
On 06/12/10 17:22, Bill Lumberg wrote: I am running Eclipse Galileo on an Intel Mac and after using it for a bit, it becomes very slow. By slow I mean switching between tabs and scrolling through source becomes nearly unusable. I have to close Eclipse and re-open it, and that usually only

Re: [android-developers] Slow Eclipse on OS X

2010-06-12 Thread Lee Fisher
We've heard this before on the list. The default settings for Eclipse on OS/X do not allocate enough memory for it. Eclipse runs within a fixed amount of RAM, and if it isn't allocated enough it will spend all its time garbage collecting. Unfortunately, I don't know how to change the settings

[android-developers] Re: Soft keyboard “del” key fails in EditText on Gallery widget

2010-06-12 Thread droidful
Why I am calling this thing a gallery 'widget'? Thats kinda wrong. Anyway, so I ended up writing my own gallery style view class based on frame layout. Its pretty much exactly like gallery view but whoa and behold the edittext's work just fine. Interestingly I noticed that the default long click

Re: [android-developers] Re: Best way for web service calls ??

2010-06-12 Thread Desu Vinod Kumar
U can try soap webservices also but it is not part of android api there is third party jar file for using this. On Sat, Jun 12, 2010 at 5:52 PM, doug doug.di...@gmail.com wrote: Check out this guy - http://code.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html Even

[android-developers] What is best method for an animation worker thread?

2010-06-12 Thread droidful
In solving another problem I had I have written a gallery style view based on framelayout which supports fling, animated transitions, adapters, etc. Ill post it up as an example soon. But for now im not really sure I have used the best approach for running the animation threads. I decided to use

[android-developers] Spinners showing text in white with white background!

2010-06-12 Thread Gabriel Simões
Hello, I have an app which uses 3 different spinners to allow users to choose from some options. I´ve added those spinners to my layout without editing most of it´s properties and this way it works for most of my users. Unfortunately most isn´t all and then some of them started complaining that

[android-developers] Re: Spinners showing text in white with white background!

2010-06-12 Thread Seni Sangrujee
I ran into complaints from Motorola Backflip users about white on white spinners. My workaround was to give up on the svelte simple_spinner_items and use the big and beautiful simple_spinner_dropdown_items. // adapter.setDropDownViewResource(android.R.layout.simple_spinner_item);

[android-developers] Re: What is best method for an animation worker thread?

2010-06-12 Thread droidful
I changed the logic of the asyncTask to be based on time rather than point position, at least now I dont have a sleep but it would probably hammer the UI thread. But I guess thats what I want to get smooth animation. Should this be in the beginners thread? Anyway here is the new pseudo-code:

Re: [android-developers] Make entire screen disabled

2010-06-12 Thread sachin ravi
try to set the theme of activity as translucent. On Sat, Jun 12, 2010 at 5:09 PM, pawan nimje pawanni...@gmail.com wrote: thats ok .. i have tried that .. thats working ... but wat i want is the screen to look in background ...i.e i want the entire activity screen to look as if its in the

[android-developers]

2010-06-12 Thread saurabh sinha
does any body have photo sharing appplz send to me -- 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