posted 9 years ago
Hi Mark,
Does Android provide api's as such for creating touchscreen applications?
Does the book cover making touchscreen Apps and provide an example of it?
Also, can we test touchscreen apps on ADT plugin for eclipse?
Does Android provide api's as such for creating touchscreen applications?
Does the book cover making touchscreen Apps and provide an example of it?
Also, can we test touchscreen apps on ADT plugin for eclipse?
SCJP 5.0, SCWCD 1.4, SCBCD 5.0, SCDJWS 1.4 & 5.0, SCSNI, ICSD for XML, SCEA 5 , ACE: Flex 3.0 and Air, ACE : Flex 4.0
Anup Francis
Ranch Hand
Posts: 45
posted 9 years ago
Oh Ok, So one can create touch events to simulate touching effect on screen.
I was wondering how one can test such apps on eclipse because there is no
real touchscreen interface available.
Thanks for the Info.
I was wondering how one can test such apps on eclipse because there is no
real touchscreen interface available.
Thanks for the Info.
SCJP 5.0, SCWCD 1.4, SCBCD 5.0, SCDJWS 1.4 & 5.0, SCSNI, ICSD for XML, SCEA 5 , ACE: Flex 3.0 and Air, ACE : Flex 4.0
posted 9 years ago
There are lot of examples bundled with the SDK that touch upon most of the functionality that the device supporting Android OS can offer, including handling TouchEvents. You can start studying those examples for starters.
[List of FAQs] | [Android FAQ] | [Samuh Varta]
posted 9 years ago
Yes, using the techniques the other folks on this thread pointed out.
No. Eventually, my Advanced Android book will probably cover it, but not until later this year.
Does Android provide api's as such for creating touchscreen applications?
Yes, using the techniques the other folks on this thread pointed out.
Does the book cover making touchscreen Apps and provide an example of it?
No. Eventually, my Advanced Android book will probably cover it, but not until later this year.
Mark Murphy (a Commons Guy)
Author of The Busy Coder's Guide to Android Development http://commonsware.com/Android/

It is sorta covered in the JavaRanch Style Guide. |