[android-developers] How to just capture the updated screen data instead of reading all data from framebuffer?

2009-06-07 Thread Ruiming Li
Hi experts, I just want to capture the updated screen data instead of reading all data from framebuffer. Can I get this data by what method? Thanks! Robert. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to just capture the updated screen data instead of reading all data from framebuffer?

2009-06-07 Thread Ruiming Li
any help? On Mon, Jun 8, 2009 at 9:40 AM, Ruiming Li robert.li.ruim...@gmail.comwrote: Hi experts, I just want to capture the updated screen data instead of reading all data from framebuffer. Can I get this data by what method? Thanks! Robert

[android-developers] How to get just updated screen data instead of reading all data from framebuffer?

2009-06-02 Thread Ruiming Li
Hi experts, I just want to capture the updated screen data instead of reading all data from framebuffer. Can I get this data by what method? Thanks! Robert. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] How to get just updated screen data instead of reading all data from framebuffer?

2009-06-02 Thread Ruiming Li
any help? On Wed, Jun 3, 2009 at 10:33 AM, Ruiming Li robert.li.ruim...@gmail.comwrote: Hi experts, I just want to capture the updated screen data instead of reading all data from framebuffer. Can I get this data by what method? Thanks! Robert

[android-developers] Re: Transparency on Views behaving differently in 1.5

2009-05-19 Thread Ruiming Li
If you want to get transparency. My suggestions is use set android:panelBackground instead of android:background. eg: You can change it from android:background=#cc00 to android:panelBackground =#cc00 try it . Good Luck. On Sun, Apr 26, 2009 at 7:17 PM, cnordvik cnord...@gmail.com

[android-developers] Re: Diplay Logcats logs on console

2009-05-17 Thread Ruiming Li
You can try the following code : public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); //If your layout is main.xml TextView tv = (TextView)findViewById(R.id.TextView01); tv.setText(Hello,

[android-developers] Re: Looking for a few co developers

2009-04-03 Thread Ruiming Li
Hi Chris, It is great idea. I have totally 5+ years experience of developping messaging application(sms,mms,email etc) on the following platform:linux java,Limo,qtopia phone edtion,and android.I prefer to develop messaging application with you.what's the plan? ThanksBest regards. Robert. On