[android-developers] Re: How to fix a “java.lang.O utOfMemoryError: bitmap size exceeds VM budget ” error on android

2010-08-30 Thread nwmotog...@gmail.com
Read this link, it helped me ALOT http://davidjhinson.wordpress.com/2010/05/19/scarce-commodities-google-android-memory-and-bitmaps/ On Aug 30, 1:37 pm, Sheepz eladk...@gmail.com wrote: Hi all, I've seen this question asked many times but none of the answers really made sense in what I'm

[android-developers] ArrayAdapter craziness

2010-07-20 Thread nwmotog...@gmail.com
I am using a custom array adapter in my ListView. It works fine when I am scrolling through a list of items slowly but when I attempt to scroll quickly the activity get's closed by the memory manager. Has anyone else run into this ? -- You received this message because you are subscribed to

[android-developers] SIGSEV and app closure

2009-10-30 Thread nwmotog...@gmail.com
I am creating a MinMax (recursive) algorithm to play Tic Tac Toe and I occasionally get this.it's confusing me. Does anyone have any ideas? 10-30 23:39:08.023: INFO/DEBUG(539): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 10-30 23:39:08.023: INFO/DEBUG(539): Build

[android-developers] Re: SIGSEV and app closure

2009-10-30 Thread nwmotog...@gmail.com
It's all written in Java, I will file a bug thanks. On Oct 30, 5:05 pm, fadden fad...@android.com wrote: On Oct 30, 4:46 pm, nwmotog...@gmail.com nwmotog...@gmail.com wrote: I am creating a MinMax (recursive) algorithm to play Tic Tac Toe and I occasionally get this.it's confusing me

[android-developers] Re: SIGSEV and app closure

2009-10-30 Thread nwmotog...@gmail.com
filed here: http://code.google.com/p/android/issues/detail?id=4450can=4colspec=ID%20Type%20Status%20Owner%20Summary%20Stars On Oct 30, 5:54 pm, nwmotog...@gmail.com nwmotog...@gmail.com wrote: It's all written in Java, I will file a bug thanks. On Oct 30, 5:05 pm, fadden fad...@android.com

[android-developers] TextView auto size

2009-08-25 Thread nwmotog...@gmail.com
I would like to be able to force a TextView to a certain size and if it's contents would be larger then this then the textsize would shrink to accommodate the content. Any thoughts? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] SDCard error

2009-05-10 Thread nwmotog...@gmail.com
I have moved my development to a Vista x64 system and I have the emulator and Eclipse running but I can't seem to get the sdcard image to mount. The emulator loads and a notification appears that states: Removed SD Card. The SD has been removed. Insert a new SD card. Has anyone seen this and

[android-developers] Re: SDCard error

2009-05-10 Thread nwmotog...@gmail.com
configuration in eclipse has soveled the problem On May 10, 3:02 pm, nwmotog...@gmail.com nwmotog...@gmail.com wrote: I have moved my development to a Vista x64 system and I have the emulator and Eclipse running but I can't seem to get the sdcard image to mount.  The emulator loads

[android-developers] How to access items in an included layout

2009-05-10 Thread nwmotog...@gmail.com
Let's say I have a list of included layouts and I want to access the widgets in the included layouts...how do I do that? ParentLayout -- merge xmlns:android=http://schemas.android.com/apk/res/android; LinearLayout android:id=@+id/LinearLayout01

[android-developers] How to determine the amount of characters that will fit into a TextView

2009-04-09 Thread nwmotog...@gmail.com
I am trying to place only the exact amount of data into a TextView but I need to know how much it can hold. Is there a way to do this based on it's height, width and the textsize? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] How to determine when a ScrollView has reached the bottom

2009-04-08 Thread nwmotog...@gmail.com
I have a TextView inside a ScrollView and I have loaded it with a bunch of text. When the ScrollView gets to the bottom/top I would like to load the TextView with new data BUT there doesn't appear to be any way to find out when you have reached either location. Could some one help me out with

[android-developers] Re: How to determine when a ScrollView has reached the bottom

2009-04-08 Thread nwmotog...@gmail.com
so you are suggesting that I create a custom ScrollView? On Apr 8, 10:33 pm, for android forandr...@gmail.com wrote: View.onScrollChanged On Thu, Apr 9, 2009 at 10:53 AM, nwmotog...@gmail.com nwmotog...@gmail.comwrote: I have a TextView inside a ScrollView and I have loaded