[android-developers] save to sd

2010-08-26 Thread charles berman
(); } catch (IOException e) { } catch (Exception e) { e.printStackTrace(); } } return bitmap; } Charles Berman 313.790.9851 www.charlesberman.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] multi select listbox

2010-08-16 Thread charles berman
is there the ability to create a multi select listbox for preferences? or has someone seen some sample code that could be used to do the same thing? I would need to customize it but currently am stuck with only one choice when i should allow the user to have several. -- You received this message

[android-developers] webview issues with listview.

2010-08-16 Thread charles berman
Im having some problems with my application and while i think i know what is causing it, im not completely sure how to fix it. my application searches a website and adds entries to a database and then displays the users in a listview with a cursoradaptor. when the entries are first displayed, i

[android-developers] Cursor Finalize

2010-08-10 Thread charles berman
i am extending a CursorAdaptor and the first time that newview is called, i constantly come up with a cursor finalize error that i am having a difficult time tracking down. Ill supply all of the info that i can, but i dont know where to start other than @Override public View

Re: [android-developers] Cursor Finalize

2010-08-10 Thread charles berman
:20, charles berman пишет: i am extending a CursorAdaptor and the first time that newview is called, i constantly come up with a cursor finalize error that i am having a difficult time tracking down. Ill supply all of the info that i can, but i dont know where to start other than @Override

[android-developers] either im only registering textview and webview clicks or im not getting my listitemclick

2010-08-02 Thread charles berman
/LinearLayout Charles Berman 313.790.9851 www.charlesberman.com -- 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

[android-developers] listactivity within a layout

2010-07-27 Thread charles berman
I know this may be a pretty simple question, but im having problems trying to find what im looking for. I have written an application that uses a listview activity. but now that i think more about it, i would like to have other items included to give the status of the app, etc that i just want

[android-developers] CursorAdapter Problem

2010-07-26 Thread charles berman
can anyone tell me what im doing wrong with my cursorAdapter? its making my display choppy when i scroll. I used to have it within a getview but was ripped (rightfully so) on IRC several times because thats not the right place for it. Im still learning and just trying to correctly wrap my head

Re: [android-developers] Re: CursorAdapter Problem

2010-07-26 Thread charles berman
Brian, Thank you for the response. I previously had it setup as a SimpleCursorAdaptor and that is why i was using the getView(). I did as you suggested, Charles Berman On Mon, Jul 26, 2010 at 11:44 AM, blcooley blcoo...@gmail.com wrote: For a CursorAdapter, you don't normally Override

[android-developers] get ZipCode

2010-07-20 Thread charles berman
is there an easy way to determine the phones current zipcode using the location provider? -- 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] basic website integration

2010-05-03 Thread charles berman
can someone help to point me into the right direction for a program that i have been trying to plan.. im trying to log into a website, and have found plenty of information to do it, but it seems that once i log into it, i dont get any confirmation. the second task i want to do is to be able to