isCursorVisible - Determine if Cursor is Visible, in a TextView

How to Determine if Cursor is Visible, in a TextView

isCursorVisible was added in API Level 16

Returns whether or not the cursor is visible (assuming this TextView is editable)

Ensure to change the minSDKVersion to 16, or greater.


CursorVisible()

Related Articles:
Resources: