[android-developers] Re: Soft keyboard on activity startup

2010-02-10 Thread myoc
AndroidManifest.xml add ↓ activity android:windowSoftInputMode=adjustPan http://developer.android.com/intl/ja/guide/topics/manifest/activity-element.html sorry, i can't english well.. On 1月27日, 午前7:34, HiQuLABS hiqul...@gmail.com wrote: Any solution to this? On Jan 12, 4:23 am, Petroleum

[android-developers] how can i increase memory

2009-10-22 Thread myoc
hi, i get an error java.lang.OutOfMemoryError: bitmap size exceeds VM budget after increase some bitmap file size by 150% over. so, i try get memory size Log.d(freeMemory, Long.toString(Runtime.getRuntime ().freeMemory())); Log.d(---totalMemory-,