[android-developers] Question regarding composition

2010-05-18 Thread Karthik Ravi Shankar
Hi, I'm new to Android development. I'm trying to do composition in Android using Surface Flinger. For this, I am trying to create SurfaceView classes - that is - I am creating a surface, with SurfaceCreated() method, and drawing onto a canvas in the onDraw() method. Now to put the canvas into the

[android-developers] Newbie error - stdio.h not found

2010-10-20 Thread Karthik Ravi Shankar
Hi, I am trying to use an Video telephony application called IMSDroid which runs with Doubango library in the background on my android phone. I downloaded the source code for doubango and followed the instructions to build, by setting up the root.mk, with my arm-eabi-gcc version, SDK, NDK location

[android-developers] Multiple Surface Views

2010-05-20 Thread Karthik Ravi Shankar
Hi, I am working on a graphics application in Android. I have a question regarding MULTIPLE SURFACE VIEWS. Can I be rendering multiple surface views at the same time. Initially, when I had two surface views in the same activity, it didn't seem to work, as it used to show only one at any time. But,

[android-developers] Multiple Window support on Android?

2010-05-20 Thread Karthik Ravi Shankar
Hi, I'm an application developer, trying to develop a graphics application. I have been trying to get multiple windows each rendering their view up for quite sometime with no headway. I have gone through the documentation but have not come across any technique to enable multiple window support. Do