[android-developers] Re: Android how we can free the RAM memory of the device.

2013-12-30 Thread meshgraphics
The Android philosophy is all about freeing memory as needed. The os is constantly looking to kill an app if it needs the memory. Otherwise, it will leave the app in place for a quick load. On Monday, December 30, 2013 7:20:04 AM UTC-5, 12169 wrote: Hi, I have found some applications that

[android-developers] Re: Android how we can free the RAM memory of the device.

2013-12-30 Thread meshgraphics
For what? -- 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-developers+unsubscr...@googlegroups.com For more

[android-developers] TableLayout onMeasure onLayout

2012-01-17 Thread meshgraphics
I have a TableLayout in xml which I want to respond to different screen sizes and real time changes in the view. Ive extended tablelayout onMeasure to get the container width. I make a calculation to get the cell size. In the cells (LinearLayout) onMeasure, I set the new width with

[android-developers] LinearLayout creates automatic FrameLayout

2011-12-12 Thread meshgraphics
LinearLayout creates automatic FrameLayout Just curious if this is the default behaviour. Just fired up HierarchyViewer for the first time. Nice! -- 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: LinearLayout creates automatic FrameLayout

2011-12-12 Thread meshgraphics
:32 PM, meshgraphics meshgraph...@gmail.com wrote: LinearLayout creates automatic FrameLayout No, it does not. If I had to guess, the FrameLayout you are thinking of is the Activity-supplied container for your content view. -- Mark Murphy (a Commons Guy)http://commonsware.com|http