Re: [android-developers] Re: Immediate Need for Multiple Requirements

2009-12-17 Thread Ravi shankar
Openings in bangalore for Android development Please send me your resume if interested. Thanks On Tue, Dec 15, 2009 at 4:33 PM, Zied Hamdi wrote: > Just about how to do that: > > 1. activate the labs option "canned responses" in your gmail parameters > (the labs panel) > 2. create a well insul

[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

Re: [android-developers] not getting next image on clicking next button

2010-11-11 Thread Ravi Shankar Kumar
try this imageview.setImageResource(R.drawable.imgename); On Thu, Nov 11, 2010 at 12:46 PM, Alok Upadhyay wrote: > Hi, > i have a nest button on clicking which a new image should be > displayed.But not happening so > i have taken an integer array as: > private int imageCounter = 0; >p

Re: [android-developers] Re: Launch twitter Homepage

2010-11-11 Thread Ravi Shankar Kumar
use callback url also. On Thu, Nov 11, 2010 at 12:53 PM, Babita kumari wrote: > > > Ya Bibek , > > I am getting following error : > > 11-10 10:48:46.348: ERROR/OAUTH(409): Communication with the service > provider failed: Received authentication challenge is null > > > > I have added Twitter4J

Re: [android-developers] Re: select query problem.

2010-11-11 Thread Ravi Shankar Kumar
plz use primary key that is generally autoincreamented key for any particular row identification On Thu, Nov 11, 2010 at 4:15 PM, pramod.deore wrote: > Logcat gives me following output > > 11-11 16:13:13.031: ERROR/Database(709): Failure 1 (no such column: > BathRoom) on 0x145618 when preparing '

[android-developers] Android tablet

2010-11-15 Thread Ravi Shankar Kumar
same AVD with appropriate resolution for it? can i use same project structure of android phone to android tablet? please help me. Regards Ravi Shankar Kumar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[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