tags:

views:

61

answers:

1

I have different views on my activity. I wanna change my cursor style when cursor is move to any view. How to do same in android.For example there is a normal cursor on the android activity when cursor moves to a button i wanna change cursor style normal to finger style.

+1  A: 

The only cursor I know about in Android is used alongside SQLite databases. Seeing as Android phones/tablets are all touchscreen... there is no 'mouse' cursor, except in the emulator.

Of course, you could draw a cursor that followed finger movement, but I can't think of a lot of reasons you'd want do that in a standard UI.

Jon
ok thank you. I got ur point, I was talking about emulator.
Sandy