[android-developers] Re: Streaming MP3 Playback Problems on Android 2.2

2010-09-20 Thread Ben Pellow
I'm seeing this issue as well, and only with 2.2. I've seen it with the emulator, droid x, nexus one and moto droid. It happens lot more to me (10x+) with high bitrate streams than low ones (320 vs 120 kbps mp3). It seems intermittent and I can find nothing on the web posted about it other than

[android-developers] Application crashes on device boot.

2010-09-20 Thread Samuh
I have registered a Receiver component for ON_BOOT_COMPLETED broadcast, in my application. The receiver does just prints a line in its onReceive() callback. However, when I boot the emulator(by executing Run as-Android application command from Eclipse) and unlock the screen on start up, I get an

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
Is there any type of app that can convert the html doc to the needed java based gui since the html holds the main gui -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Application crashes on device boot.

2010-09-20 Thread Kostya Vasilyev
Your onReceive is taking too long, longer than the time allowed by Android. What are you trying to do there, networking? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 20.09.2010 10:08 пользователь Samuh samuh.va...@gmail.com написал: I have registered a Receiver component for

Re: [android-developers] Re: Can ScrollView and Scrollbars in EditText co-exist?

2010-09-20 Thread Dianne Hackborn
No just make the edit text be WRAP_CONTENT so it will always resize to contain all of the text. On Sun, Sep 19, 2010 at 10:09 PM, Mystique joven.ch...@gmail.com wrote: Sounds like a plan but how to do that? Do you mean when I click on the EditText field it open up to a larger window? On Sep

[android-developers] gridview

2010-09-20 Thread FAISON N.P
hi, i am new in android.Now i need create a gridview with 50 columns for my application.Then i did this gridview created with 5000 px width and in the horizontal view.its now working .But the problem is its loads about 5 row of data first time about(250) images in gridview.when scroling it reuse

[android-developers] How to add a unique label on the OverlayItems?

2010-09-20 Thread marlan
Hi, I have a map with many overlayitems on it, they look all the same (simple bubble), When the user clicks on one overlayitem a detailpopup is shown. I would like to draw a numberon every overlayitem - but how could i accomplish this? I tried to extend overlayitem and overwrite the draw method

[android-developers] Re: Application crashes on device boot.

2010-09-20 Thread Samuh
That is exactly what I thought when I saw ANR, but I am just setting an Alarm in it. No network calls. -- 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] Re: How do I intergrate a html document into the code

2010-09-20 Thread String
On Sep 20, 7:29 am, Raziel23x raziel...@gmail.com wrote: Is there any type of app that can convert the html doc to the needed java based gui since the html holds the main gui Nothing is going to convert the HTML to Java, but you can build a fairly respectable app purely in HTML+scripting in a

[android-developers] Nokia inviting Developers to become an Ovi store publisher.

2010-09-20 Thread James Baker
I'm a developer and just received an email from Forum Nokia regarding Unmatched distribution opportunities at Ovi store at NOKIA. If u are a developer nd dream it big then grab this opportunity today. Nokia inviting developers to Become an Ovi store publisher. • Easy access to reach

[android-developers] Re: Android Market Licensing Service

2010-09-20 Thread String
On Sep 18, 6:46 pm, gcstang gcst...@gmail.com wrote: Are there any examples of how you implemented it that you're willing to share? Probably not, I'm afraid. Sorry. The LVL blog post may seem overwhelming to a beginner, but unfortunately, it's the level of detail you need. And it does have

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-20 Thread ko5tik
On Sep 20, 6:43 am, Jason jason.poli...@gmail.com wrote: Unfortunately it's not just paying and refunding that is the issue with these guys. From the twitter account of appbucket: haha...They finally found the crack we have been using for some of our appsTook them long enough. We have

[android-developers] Re: How to share data between applications with no dependency

2010-09-20 Thread ayanir
Dianne, it will be great if I can use any other way as long it will: 1. be accessible for both apps no mater which of them installed first 2. will survive uninstall Adam, I can't use cloud because of security reasons: the first app being installed saves kind of a login details for both of the

[android-developers] Re: How to share data between applications with no dependency

2010-09-20 Thread ayanir
Dianne, it will be great if I can use any other way as long it will: 1. be accessible for both apps no mater which of them installed first 2. will survive uninstall Adam, I can't use cloud because of security reasons: the first app being installed saves kind of a login details for both of the

[android-developers] Re: How to share data between applications with no dependency

2010-09-20 Thread ayanir
Dianne, it will be great if I can use any other way as long it will: 1. be accessible for both apps no mater which of them installed first 2. will survive uninstall Adam, I can't use cloud because of security reasons: the first app being installed saves kind of a login details for both of the

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
I was just curious because I am a part of a group of python scritp programers who is working on a tool called wyre bash which is a tool for the game call the elder scrolls iv oblivion which the tool is made to manage users plugins for mods as well as other tools to help intergrate all player made

[android-developers] Invoke Download APK from my Application

2010-09-20 Thread Markus
Hello! I developed a simple Application.. So I want to implement a automatic update. If anybody starts the app, they start a request to a webservice where a new file path is found or not if the app is up to date. But if not I want to start the download (http://www.myDomain.com/ myApp_01.apk) but

[android-developers] Re: Possibility of a curved Gallery

2010-09-20 Thread Navaneeth
Thanks Dianne, But i dint understand what you meant by this : but it is entirely implementable with the SDK.. Could you please explain. I also want to know whether the approach i am following is correct one or is there a better approach. So far i have tried to draw a curved line and was able to

Re: [android-developers] Invoke Download APK from my Application

2010-09-20 Thread Jim Blackler
*Intent intent = new Intent(android.intent.action.VIEW, Uri.parse( http://www.myDomain.com/myApp_01.apk;)); startActivity(intent);* Jim On 20 September 2010 09:19, Markus rookee1...@googlemail.com wrote: Hello! I developed a simple Application.. So I want to implement a automatic update. If

Re: [android-developers] Re: New OMX component integration into Opencore

2010-09-20 Thread nagaraj attimani
OMX component should be registred with pvcore check the pv omx component for more info On Tue, Sep 14, 2010 at 1:19 PM, Bikash jamwal bikash.jam...@gmail.comwrote: hi Prajeesh i am new to android . i am also trying to integrate new codec to pv opencore . can u please give me detailed info

[android-developers] Possible to disable a permission in the program code?

2010-09-20 Thread Mystique
Hi, my app uses Internet permission, is there a way to disable it in the code? Many thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: I need complete code of http and php for file upload from android to php server please help me!!!

2010-09-20 Thread Kumar Bibek
Again, the same question, Where are you stuck -Kumar Bibek http://techdroid.kbeanie.com On Sep 20, 10:57 am, Hotouch hoto...@gmail.com wrote: Kumar, basically i got code from anddev forum and its for sdk 1.1 but i need complete fresh code for latest SDK. please help me out. thanks

[android-developers] Re: Possible to disable a permission in the program code?

2010-09-20 Thread Kumar Bibek
No... -Kumar Bibek http://techdroid.kbeanie.com On Sep 20, 2:11 pm, Mystique joven.ch...@gmail.com wrote: Hi, my app uses Internet permission, is there a way to disable it in the code? Many thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Animating the ExpandableListView

2010-09-20 Thread Kumar Bibek
I guess, this question was dumped away below so many new ones. So, re- surfacing it. :) On Sep 17, 12:36 pm, Kumar Bibek coomar@gmail.com wrote: Hi All, Is it possible to animate the expanding and collapsing of the groups in a ExpandableListView. I could not find any examples anywhere.

[android-developers] Re: Invoke Download APK from my Application

2010-09-20 Thread Markus
But with this invoke I redirect to any Application on the Device that could use this URL or? This could not only be the Downloadmanager... Is there a way to download this file only by the download manager? Regards Markus -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Invoke Download APK from my Application

2010-09-20 Thread Jim Blackler
You're fighting against the way Android Intents work. The idea is that apps can register to handle certain types of content, this is what the user has chosen so it is best to not interfere with that process. In practice, an out-of-the-box handset will always send http links to the browser app,

Re: [android-developers] Custom Screen Locker

2010-09-20 Thread sachin ravi
check this out... *frameworks/policies/base/phone/com/android/internal/policy/impl* for the files *LockPatternKeyguardView.java* and *LockScreen.java* On Thu, Sep 16, 2010 at 7:03 PM, Tez earlencefe...@gmail.com wrote: How do I write a custom screen locker? Where is the source of the

[android-developers] Re: rotate screen180 degress

2010-09-20 Thread rukiman
anyone? On Sep 19, 9:29 pm, rukiman ruksh...@optushome.com.au wrote: I came across another post to help me. But when I use FlipLayout in my view all I get it a black screen. However if I change the rotation from 180 to 0 all is drawn ok. But I want my screen upside down. Whats going on here?

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-20 Thread DanH
One could potentially go after the credit card companies for racketeering. However, lawyer$ would be needed, and who's going to pay them? Kinda need an app writer's union of a sort. On Sep 19, 10:23 pm, chrispix chris...@gmail.com wrote: Obviously they have to get their money some how. Sign up

[android-developers] Re: Using Eclipse - can it get faster?

2010-09-20 Thread authorwjf
Have you tried increasing some of the memory allocations for Eclipse up front in your ini file? It maybe sounds counter intuitive but giving Eclipse a little more memory will save some of the disk swapping and I/O is where the real slow down is for any desktop application in my experience.

[android-developers] Audio Record problem (urgent)

2010-09-20 Thread melo
Hi all I'm an android starter I used MediaRecorder and MediaPlayer to record voice via mic before This time,I try AudioRecord and AudioTrack to record voice But when I try to start, it's forced to be shut down I've no idea where is wrong? here are my code ~ Could any one tell me why? TKS in

[android-developers] Delay in updating the database parameter value

2010-09-20 Thread swapnil kamble
Hi All, I am facing problems in updation of database param value. When I write into that table from code, and try to see it by selecting that table from adb, it shows correct value which was newly updated. But if I do a reboot immediately(within 10-15secs) then after reboot I still see

[android-developers] Re: Application crashes on device boot.

2010-09-20 Thread Chris Stratton
This routinely happens to assorted built in apps on the emulator for me, especially if I unlock the screen before its done churning through all of its morning ritual, so it might not be your fault. But then again it might. Would be interesting to find out what happens on a device, and what

Re: [android-developers] Nokia inviting Developers to become an Ovi store publisher.

2010-09-20 Thread Christian Buchner
Does the OVI store sell software to users of Android devices? So far I thought this was a Nokia-specific thing. Christian -- 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] Significance of underlining the word currently typed on an EditText box

2010-09-20 Thread Vignesh
Hi, As I type a word on a EditText, it gets underlined, even if I turn off Show suggestions, Auto correct errors, Auto punctuate via Settings of Multi-touch keyboard. Why is Android system underlining the currently typed word on an EditText?The underlines go away, once a space bar is typed

[android-developers] Timing an ASyncTask

2010-09-20 Thread Neilz
Hi all. I'm running a network service within an ASyncTask. I want to be able to time the task, and after a certain period of time interrupt it. Is there a simple way to do this? Basically, when the doInBackground() methods starts, I want to say If it hasn't completed in 30 seconds, do something

Re: [android-developers] Re: I need complete code of http and php for file upload from android to php server please help me!!!

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 12:57 AM, Hotouch hoto...@gmail.com wrote: but i need complete fresh code for latest SDK So do what the rest of us do and write it. - TreKing

Re: [android-developers] How to add a unique label on the OverlayItems?

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 1:42 AM, marlan marlan12...@googlemail.com wrote: I tried to extend overlayitem and overwrite the draw method (but now, everthing get a shadow also the number). When drawing the number, don't call down to the base class that draws the shadow, if that's not what you

[android-developers] Re: Using Eclipse - can it get faster?

2010-09-20 Thread Raziel23x
I personally do not see a slowdown could this because dualcore proc and about 6 gigs of ram -- 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

[android-developers] Re: How to programatically refresh Gallery View?

2010-09-20 Thread Abhi
Is there anyone who can help me on this? On Sep 17, 10:20 am, Abhi abhishek.r.sha...@gmail.com wrote: I want to programatically refresh Gallery every time I download a video from my application. It doesn't automatically show up in the gallery. Thanks, AB -- You received this message

[android-developers] When to add child views to a compound control?

2010-09-20 Thread Mark Wyszomierski
Hi, I'm trying to make a compound control which looks like the following: LinearLayout ImageView / ImageView / ... /LinearLayout I want to fill a horizontal linear layout with as many image views as possible - but only a single row of them. I'm not sure where to add the image

[android-developers] How to install the files in the file system on android phone (samsung galaxy 5)

2010-09-20 Thread sameer kamble
Dear Sir, 1) I am using Eclipse IDE and Android SDK 2.1 for my application. My application reads some data files from the File System, so using DDMS i push all the files in /data/data/com.mypackage/ folder and run my application on emulator. I am able to see my desired output properly on the

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-20 Thread gcstang
Same happening here On Aug 26, 9:47 am, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: I've spotted this thread only now. It's happening to me too - in a week it dropped from a _steady_ 45% (held since several weeks) to 36%, with a single new active install out of regularly increasing

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread gcstang
How can this be done from the clients device? I mean is there an API that I can use to test it or is this done automatically? On Sep 19, 7:24 pm, Dianne Hackborn hack...@android.com wrote: I don't think this will gain you any more than just checking whether the app is signed with your own

[android-developers] Re: Audio Record problem (urgent)

2010-09-20 Thread HeHe
you should also show logcat output. On Sep 20, 5:35 am, melo fredchou0...@gmail.com wrote: Hi all I'm an android starter I used MediaRecorder and MediaPlayer to record voice via mic before This time,I try AudioRecord and  AudioTrack to record voice But when I try to start, it's forced to be

[android-developers] Re: refresh gallery after saving photo in android

2010-09-20 Thread Abhi
I am looking for the same answer. On Aug 29, 2:26 pm, Patrick patrick.manges...@gmail.com wrote: I wanted to bring up this querstion again, since I stumble upon the same problem but still haven't found a solution. Does anyone know how to programmaticallyrefreshagalleryafter storing a photo?

Re: [android-developers] Re: refresh gallery after saving photo in android

2010-09-20 Thread Kostya Vasilyev
http://developer.android.com/reference/android/media/MediaScannerConnection.html 20.09.2010 18:41, Abhi пишет: I am looking for the same answer. On Aug 29, 2:26 pm, Patrickpatrick.manges...@gmail.com wrote: I wanted to bring up this querstion again, since I stumble upon the same problem but

[android-developers] Re: How to install the files in the file system on android phone (samsung galaxy 5)

2010-09-20 Thread Bret Foreman
You can store files in /res/raw. Just create the folder, import the files, and they'll get installed with your package. They will be read- only, though, so you'll need to move them at runtime if you plan to change them. I do this with certain geographical information for location based services

[android-developers] Re: Timing an ASyncTask

2010-09-20 Thread Bret Foreman
Look at the java docs for Timer and TimerTask. The TimerTask can cancel the AsyncTask or else the AsyncTask can cancel the timer, whichever finishes first. Either way, you never run longer than the Timer time. On Sep 20, 6:21 am, Neilz neilhorn...@gmail.com wrote: Hi all. I'm running a network

[android-developers] Re: Nokia inviting Developers to become an Ovi store publisher.

2010-09-20 Thread Bret Foreman
This looks like spam 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

Re: [android-developers] Nokia inviting Developers to become an Ovi store publisher.

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 2:27 AM, James Baker james.baker...@gmail.comwrote: If u are a developer nd dream it big then grab this opportunity today. I think this says it all. If u try it out post back nd let us know how it goes.

[android-developers] tiling nine patch (instead of stretching)

2010-09-20 Thread Christophe
hello, is it possible to draw a 9-patch that tile its border instead of stretching it ? regards, Christophe -- 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: gridview

2010-09-20 Thread Christophe
hi, the hello GridView example will may be help you : http://developer.android.com/guide/tutorials/views/hello-gridview.html On Sep 20, 8:40 am, FAISON N.P faisons.ma...@gmail.com wrote: hi, i am new in android.Now i need create a gridview with 50 columns for my application.Then i did this  

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread DanH
I think her point is that the checksum is verified during install, so if you can access the checksum there's no real need to re-verify it. (I didn't see that she said HOW to access the checksum, though.) But of course if a pirate can find the code where you fetch the checksum and patch in his own

[android-developers] Re: Streaming MP3 Playback Problems on Android 2.2

2010-09-20 Thread jdeslip
Well, if you Google for pandora froyo you get a ton of pages with people having this problem (at least I believe it to be the same). One particularly insightful link is here: http://forum.xda-developers.com/showthread.php?t=737111 where they show you can fix the problem by reverting to the old

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread Bret Foreman
This is why I want to do the checksum at runtime. If the pirate patches the code, the checksum won't match any more. I'm trying to detect an altered apk. On Sep 20, 8:51 am, DanH danhi...@ieee.org wrote:  The pirate would have to crack a more complex algorithm, but again, once he figured out

[android-developers] projecting the Android screen

2010-09-20 Thread Bret Foreman
I have a Motorola Droid phone and I want to demo an app on it. The demo will be to a largish group so I'd like to connect the phone to an inFocus or similar SVGA projector. Does anyone know of a USB dongle to do this? -- You received this message because you are subscribed to the Google Groups

[android-developers] map can't load at specific places

2010-09-20 Thread dadada
hi, something strange about my map. it doesn't load at specific location. The map view has a custom overlay where i draw some path on it. can some advise me what is wrong? below is the logcat: W/MapActivity( 7383): Recycling dispatcher

Re: [android-developers] projecting the Android screen

2010-09-20 Thread John T. Haggerty
That would be cool to know too. So we're taking about something to tether to the microusb? On Sep 20, 2010 10:20 AM, Bret Foreman bret.fore...@gmail.com wrote: I have a Motorola Droid phone and I want to demo an app on it. The demo will be to a largish group so I'd like to connect the phone to an

[android-developers] Re: projecting the Android screen

2010-09-20 Thread Bret Foreman
Exactly. A dongle that I plug into the microusb and plugs into the SVGA input of the inFocus. Of course it would need a driver on the phone to push the screen to the USB port. On Sep 20, 9:26 am, John T. Haggerty jpcoo...@gmail.com wrote: That would be cool to know too. So we're taking about

[android-developers] Matching TextView heights

2010-09-20 Thread Bret Foreman
I have two vertical TableLayouts containing rows of TextViews separated by some graphics. Something like this: R-L GraphicsR-R R-L R-R R-L R-R R-L R-R R-L R-R The R-R TextViews have a fixed width, which

Re: [android-developers] map can't load at specific places

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 11:24 AM, dadada ytbr...@gmail.com wrote: can some advise me what is wrong? You haven't really provided enough information to help you. For starters, you may want to try elaborating on what it doesn't load means and what the specific location is.

[android-developers] Getting the right highlighting behavior in a ListView

2010-09-20 Thread Bret Foreman
I have a ListView set up in single-choice mode like this: ListView android:id=@id/android:list android:layout_width=fill_parent android:layout_height=fill_parent android:background=#ff44 android:layout_weight=1

[android-developers] Anyone else ever submitted to Motorola Shop4Apps? I did and so far it seems dismal - share your experience?

2010-09-20 Thread niko20
So a long time ago before Moto supported paid apps in Shop4Apps I had submitted one of my apps - it was a paid app but that was before I knew they didn't support devs getting paid yet. So I asked them to remove all my apps. A few weeks ago I found out that they now supported getting paid thru

Re: [android-developers] Getting the right highlighting behavior in a ListView

2010-09-20 Thread Stephen Lau
Bret Foreman wrote: I have a ListView set up in single-choice mode like this: ListView android:id=@id/android:list android:layout_width=fill_parent android:layout_height=fill_parent android:background=#ff44

Re: [android-developers] tiling nine patch (instead of stretching)

2010-09-20 Thread Dianne Hackborn
Sorry, that's not currently supported. On Mon, Sep 20, 2010 at 8:30 AM, Christophe christophe.lebesner...@gmail.com wrote: hello, is it possible to draw a 9-patch that tile its border instead of stretching it ? regards, Christophe -- You received this message because you are

[android-developers] Keyboard layout different languages. Android Tablets Keyboard Layout.

2010-09-20 Thread AlreadyAMember
HI I am trying to find the keyboard layout. However i saw a few posts where resources are mentioned to find QWERTY This is simply not enough for what I am working on. I like to know which english keyboard is present on the device. I suspect that android is not going to give me this option on

Re: [android-developers] Re: Possibility of a curved Gallery

2010-09-20 Thread Dianne Hackborn
I mean that there is nothing about the implementation of the gallery widget that requires it be in the framework. You can implement the exact same thing in your app, and make it behave however you want. You can start by copying the code from the framework (though this will probably require some

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread niko20
Really a waste of time here. Spend your time making good features, and you will get good customers. Don't risk screwing a real customer over when something goes wrong in your protection -niko On Sep 20, 11:18 am, Bret Foreman bret.fore...@gmail.com wrote: This is why I want to do the checksum

[android-developers] Re: projecting the Android screen

2010-09-20 Thread DanH
Some Nokia phones let you plug a special adapter into the audio port and get a VGA output. I suppose it's purely a matter of the phone mfgr being motivated to provide the facility. On Sep 20, 11:20 am, Bret Foreman bret.fore...@gmail.com wrote: I have a Motorola Droid phone and I want to demo

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread DanH
But if the pirate patches the code he can't install it with the same checksum, since the phone will cry foul when the app is loaded and the checksums don't match. Now certainly he could patch out the code that fetches the checksum, but he could do the same with code that calculates the checksum

[android-developers] Re: Application checksum at runtime

2010-09-20 Thread DanH
(I have to confess that I don't understand why Android allows self- signed apps anyway. If apps had to be signed by a traceable certificate it would be a lot easier to control piracy.) On Sep 20, 11:18 am, Bret Foreman bret.fore...@gmail.com wrote: This is why I want to do the checksum at

[android-developers] How can I track down a crash in a .so without a stack trace?

2010-09-20 Thread Leigh McRae
My game is crashing on the HTC Hero and I have managed to get a user to send me their log. I don't see a Java stack trace at all. It looks like it's crashing in the OpenGL driver. I was wondering how I could go about trying to determine the problem. I was thinking of adding that acra project

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Mike dg
I dont think cacheColorHint is what you are looking for. What you are asking for seems to go against established UI principles on Android. Are you trying to do multi-selection? What is the use case for this functionality? On Sep 20, 1:14 pm, Stephen Lau st...@grommit.com wrote: Bret Foreman

[android-developers] Re: Matching TextView heights

2010-09-20 Thread Mike dg
Have you looked into table layout? How do you want the R-L text to flow if it's not the same height as R-R. Maybe an image would better explain what you need. On Sep 20, 12:48 pm, Bret Foreman bret.fore...@gmail.com wrote: I have two vertical TableLayouts containing rows of TextViews separated

Re: [android-developers] Exception Logging

2010-09-20 Thread Brad Gies
Ok... I said I would have this ready by the end of the weekend, and it might still be the weekend somewhere :). Sleep got in the way of finishing it last night. I have just packaged the API and uploaded it to my server. You can either download just the documentation or the entire .zip file

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Bret Foreman
I'd like the user to know which choice they selected without exiting the ListView. As you can see from the OP, I'm in singleChoice mode, just expecting one choice. On Sep 20, 10:49 am, Mike dg vinb...@gmail.com wrote: I dont think cacheColorHint is what you are looking for. What you are asking

[android-developers] How wrong is this?

2010-09-20 Thread Bilthon
This might be somewhat similar to what people have been discussing in the AppBucket thread. But well, the thing is I made a really simple app that tracks your supermarket expenses, and impatient to test how the android market works I released a beta version of my app with limited capabilities, for

[android-developers] Re: Matching TextView heights

2010-09-20 Thread Bret Foreman
Yes, I'm using TableLayouts, two of them in fact. The two columnar TableLayouts cannot be merged into one because of the graphics in between. On Sep 20, 10:52 am, Mike dg vinb...@gmail.com wrote: Have you looked into table layout? How do you want the R-L text to flow if it's not the same height

Re: [android-developers] How wrong is this?

2010-09-20 Thread Kostya Vasilyev
Yeah, I've gotten emails from them too. I actually had some questions for them, which they quite nicely answered, and created my account only after I ok'd it. But... same as with your application, mine is in the Windows Mobile section. -- Kostya Vasilyev -- http://kmansoft.wordpress.com

Re: [android-developers] Re: Matching TextView heights

2010-09-20 Thread Kostya Vasilyev
You can put your graphics into the table instead - instead of a table row. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 20.09.2010 22:30 пользователь Bret Foreman bret.fore...@gmail.com написал: Yes, I'm using TableLayouts, two of them in fact. The two columnar TableLayouts cannot be

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Bret Foreman
This could just as well be a big list of radio buttons, but there's a lot of choices so I think a ListView makes more sense. -- 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] Screen rotation and ProgressDialog

2010-09-20 Thread Bret Foreman
How should I handle an active ProgressDialog when the screen is rotated? Perhaps I should cancel the dialog in onDestroy and restart it in response to a SavedInstanceState flag? I'm getting an exception and the following message in logcat: E/WindowManager( 4240): Activity

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-20 Thread Fabrizio Giudici
On 9/18/10 12:59 , Brad Gies wrote: Actually, I am very impressed with the response, and I hope you thanked them. It would be good to encourage the Market people to respond to this kind of stuff :). For sure I personally thank people at Google working on the issue and bugs happen, so not

Re: [android-developers] Screen rotation and ProgressDialog

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 2:01 PM, Bret Foreman bret.fore...@gmail.comwrote: How should I handle an active ProgressDialog when the screen is rotated? If you use showDialog(), it gets managed for you.

[android-developers] Re: Screen rotation and ProgressDialog

2010-09-20 Thread Bret Foreman
But showDialog takes a resource ID and I'm creating my progress dialog on the fly. Perhaps it's a better idea to create it statically? On Sep 20, 12:07 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 20, 2010 at 2:01 PM, Bret Foremanbegin_of_the_skype_highlighting 

[android-developers] Any way to display a TIFF image?

2010-09-20 Thread paladin
I'm thinking that BitmapFactory.decode... only handles JPEG (and maybe PNG) images? Is there some way to decode a TIFF file? -- 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: How wrong is this?

2010-09-20 Thread DanH
Well, they MIGHT be legit. Their TsCs appear to be fairly normal (if a little ragged in places) -- no worse than your average credit card agreement. They have a valid address listed in the Chicago area, but it appears (from nearby real estate listings) to be a townhome in the $200-350K range

Re: [android-developers] Re: Screen rotation and ProgressDialog

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 2:18 PM, Bret Foreman bret.fore...@gmail.comwrote: But showDialog takes a resource ID It's not a resource ID. That id is to ID the dialog itself. It can be whatever you need it to be to ID that particular dialog.

[android-developers] Re: Screen rotation and ProgressDialog

2010-09-20 Thread Bret Foreman
But a ProgressDialog object does not have a setId method. So how would I identify the dialog? On Sep 20, 12:27 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 20, 2010 at 2:18 PM, Bret Foremanbegin_of_the_skype_highlighting end_of_the_skype_highlightingbret.fore...@gmail.comwrote:

[android-developers] Re: Matching TextView heights

2010-09-20 Thread Bret Foreman
I wish it was that simple but I need to scroll the R-L and R-R columns independently. Back to the original question, how can I discover the final height of R-R? On Sep 20, 11:39 am, Kostya Vasilyev kmans...@gmail.com wrote: You can put your graphics into the table instead - instead of a table

Re: [android-developers] Re: Screen rotation and ProgressDialog

2010-09-20 Thread TreKing
On Mon, Sep 20, 2010 at 2:37 PM, Bret Foreman bret.fore...@gmail.comwrote: But a ProgressDialog object does not have a setId method. So how would I identify the dialog? I think you should review this: http://developer.android.com/guide/topics/ui/dialogs.html

[android-developers] Re: Quick Contact Window integration like Facebook and Twitter

2010-09-20 Thread Nik Bhattacharya
I am guessing from the lack of response, either nobody is interested or nobody really knows. Well, I made some progress on figuring out this seemingly undocumented feature. Here are some of the findings/relevant links to the relevant information: When creating RawContacts, the Sync Service

[android-developers] Android Market the Google I/O 2010 features

2010-09-20 Thread oriharel
Anyone know when will the features introduced in Google I/O about installing apps from the market via the website and etc be released? -- 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: Screen rotation and ProgressDialog

2010-09-20 Thread Bret Foreman
Yeah, I read this first but was pretty confused. Now I've read it again after the discussion here and it makes more sense. I've got it working now. On Sep 20, 1:05 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 20, 2010 at 2:37 PM, Bret Foremanbegin_of_the_skype_highlighting 

[android-developers] A ListView that acts like RadioButtons

2010-09-20 Thread Bret Foreman
I get a list of choices from an external server. Sometimes this list is long so using actual radio buttons is ugly. The user can only pick one item from the list. I'd like the ListView to act just like RadioButtons - one item in the list is highlighted and if a different item is picked then that

[android-developers] Droidcon uk

2010-09-20 Thread Federico Paolinelli
Who's coming? I am gonna be there, but I am alone and I am flying from Italy. Regards, Federico -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] How to access internal storage on htc incredible

2010-09-20 Thread Tabman
Hello, How do I access photos/videos on htc incredible ? Will INTERNAL_CONTENT_URI work? I don't have the phone to actually test it. I designed my whole app around EXTERNAL_CONTENT_URI and just today came to know about htc incredible internal storage issues. Has anyone address this problem ?

[android-developers] Re: Droidcon uk

2010-09-20 Thread String
I'm going... Via train rather than plane, but my travel time from rural Wales might well equal yours from Italy. ;^) String On Sep 20, 9:49 pm, Federico Paolinelli fedep...@gmail.com wrote: Who's coming? I am gonna be there, but I am alone and I am flying from Italy. Regards,    Federico

[android-developers] Re: TextView resets its location after an animation

2010-09-20 Thread ClarkBattle
The answer is that it needs to have animation.setFillAfter( true ); in order to persist the animation after its end. Strange that this is not true by default. On Sep 17, 3:09 pm, ClarkBattle clarkbat...@gmail.com wrote: Ive tried several interpolators and many different values.  It always

  1   2   >