[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-16 Thread lsim001
Hi guys, I've actually worked out how to solve the problem. Well...the result of the problem. i am not going to speculate why the screenshots are not correct. Anyway, what I've done is to just take 2 screenshots and compare them until they are the same. This has worked well for me. Here's how

[android-developers] Monkeyrunner not capturing screenshot correctly

2011-03-30 Thread lsim001
HI guys, I've been trying to use monkeyrunner to capture screenshot of my app. However the screenshot often end up being black or not captured correctly e.g. only part of the screen is captured or it has a partial overlay of the previous screen. Is there a way of stopping this from happening? I i

[android-developers] Re: What is Cursor??

2010-12-06 Thread lsim001
My suggestion for starting with Android is just try to build something that works. Don't get tied down in technical definitions. In very simple terms Cursor is how data is returned to you from a database. As you use the tools more your understanding will grow as well. Don't let this stop you fr

[android-developers] Re: Multitasking on Android - Why So Incredibly Bad?

2010-06-06 Thread lsim001
The problem here is that you're hitting Android's out-of-memory limits as mentioned above. if you have only 20megs of memory left that means that Android has already cleared out virtually all the empty applications (refer to app lifecycle http://developer.android.com/guide/topics/fundamentals.htm