I have a question about background color.
The background of the sample app is blue.
But when i run my app which build from the source code,
the background is black.
Could you tell me what's wrong with it?
thank you!
Nothing wrong. The source code just doesn't reflect the latest version of the demo. Look out for the line "fb.clear();". There, you can use "fb.clear(<RGBColor>);" instead to specify the background color. Just look at the JavaDoc of that method for more details. Sorry for causing some confusion.
Done.
thank you!!!