[android-developers] login screen

2013-02-20 Thread broc . haskamp
I am trying to create a login screen for your basic hello world program. I do not need a database for this so I hard coded the username and password directly into the code. The problem I am having is when I enter the correct username and password, I get my error message stating that either one

[android-developers] Re: How to prematurely stop a long-running SQLite query?

2009-09-27 Thread Broc Seib
Perhaps a Trie data structure? On Sep 27, 2009 2:07 PM, mjc147 westmead...@yahoo.co.uk wrote: That's a nice trick with the indexed column. I thought of something like that with a column I use for ordering. That column only has a few distinct values so I could split the query up on each of those

[android-developers] Re: ProgressDialog with a second thread - Screen Orientation and back button. How to restore progress dialog?

2009-09-27 Thread Broc Seib
to my UI thread, if my WeakReference returns null, then I just silently exit my thread in the background, knowing my UI thread is gone. Below is a canonical example demonstrating what I am doing. There may be more suitable solutions that I have not learned yet. -broc package foo.example; import

[android-developers] Re: VerifyError with Maps Add-ons

2009-06-09 Thread broc
Hi, As Zach Hobbs wrote on month ago, a solution is to launch either the widget or the configure activity (and all sub-activities containing the MapActivity) in an another process than the application by specifying in the AndroidManifest.xml file the option android:process as following: For

[android-developers] Re: VerifyError with Maps Add-ons

2009-06-06 Thread broc
I answer to myself: the licence agreement of the maps api doesn't allow to include the jar in an application... So, I have no answer... Please release a 1.5 r3 with this bug corrected :-)) On 6 juin, 21:21, broc sebastien.peroc...@gmail.com wrote: The only solution that works for me

[android-developers] Re: VerifyError with Maps Add-ons

2009-06-04 Thread broc
Hi, Is this bug limited to the SDK (=only on the emulator) or is it existing on real phone too ? Thanks, Sebastien. On 12 mai, 02:52, Dianne Hackborn hack...@android.com wrote: Hi, it looks like there is a bug initializing a process when it is launched to handle a broadcast sent to an