On Fri, Mar 23, 2012 at 9:27 AM, bob <[email protected]> wrote: > I have an Android tablet that is a capacitive touch screen. In order to do > anything on it, I have to press *really* *really* hard on the screen, and a > lot of times it still doesn't do what I want.
That sounds like a resistive touchscreen, not a capacitive one. If tapping on the screen with a (closed) plastic pen works better, that is certainly a resistive touchscreen. > Is there any way to make it > easier to use this device? I heard of something called a capacitive stylus > - Will this be better than a finger? A capacitive stylus is designed for use with capacitive touchscreens. It does not make pressing any easier, though it helps for things like writing and drawing. A regular stylus is designed for use with a resistive touchscreen. It does make pressing on the resistive touchscreen easier. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

