[android-developers] Re: Barcode scanning through the camera

2009-01-01 Thread brnzn
Hey Timothy, Take a look at ZXing (pronounced Zebra Crossing): http://code.google.com/p/zxing/ brnzn On Jan 2, 9:14 am, Timothy DeWees whtdrgn...@gmail.com wrote: Can anyone point me to a library or something where I can get an idea on how to accomplish scanning barcodes with the camera

[android-developers] Re: Having trouble getting ListView to show selected item as highlighted

2009-01-01 Thread brnzn
that allow selection-highlight-on-touch: Twitterific on the iPhone is one that does a good job of it. The Android devs have warned against trying to force this type of UI behaviour on Android tho as it may end up causing unexpected side- effects. brnzn On Jan 2, 9:12 am, Timothy DeWees whtdrgn

[android-developers] Inserting a contact / Android architecture

2008-12-31 Thread brnzn
into a JAR to be linked into whatever app needs it. So what then is the philosophy that has driven the architecture to be this way? brnzn --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Compile Error(s)

2008-12-30 Thread brnzn
? Have you ever been able to compile? brnzn On Dec 31, 2:08 pm, Peter pe...@phyn3t.com wrote: I'm trying to compile a hellworld application or any application for that matter and I keep getting the following errors: 2008-12-30 17:56:53 - hellworld] Error generating final archive: Unable to get

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread brnzn
You might also want to consider moving the countdown out to a service. That would allow it to keep running even when your UI is not active. On Dec 31, 2:15 pm, Skooter Columbo skooter.colu...@gmail.com wrote: I finally figured out why the screen was turning black. It did not have anything to

[android-developers] Re: what is the widget platform Android supportted?

2008-12-29 Thread brnzn
Hi JBQ - are you talking about UI widgets? If not could you explain what you mean. brnzn JBQ wrote: Hello, Could anybody tell me what is the widget platform and what is the network_based widget 's framework? Thanks. --~--~-~--~~~---~--~~ You received

[android-developers] Re: suggestion. replace onActivityResult(), Request Code and Result Codes with flexible callbacks

2008-12-28 Thread brnzn
Something like Anil is suggesting is probably eventually going to be essential for the platform as without it re-using 3rd party activities is problematic. Imagine a case where from your activity you want to invoke two different 3rd party activities to do some particular tasks and give you back

[android-developers] GradientDrawable definition in XML?

2008-12-25 Thread brnzn
but not documented? (hoping so) This was brought up a while back here: http://groups.google.com/group/android-developers/browse_thread/thread/c010d3776481514d/cd67aa91a8fd0f80?lnk=gstq=gradientdrawable+xml#cd67aa91a8fd0f80 Since thread is closed to new replies I'm posting a new one. Cheers, brnzn

[android-developers] What format is edit_text.xml, and how can I make one?

2008-12-21 Thread brnzn
I'm playing with different ways of presenting validation errors back to the user and one thing I want to try is changing the background color of EditText views to red or orange to indicate error or warning states. I want to create new drawbles for these states based on the standard drawable for