KomodoOpenLab / InputAccessLib

InputAccessLib is a library that enhances the compatibility of Android applications with a variety of alternative input devices such as external keyboards, adapted switches, hands-free kits and remote controls.
10 stars 16 forks source link

Remove unnecessary library duplicates from examples folders #16

Closed ijdoc closed 12 years ago

ijdoc commented 12 years ago

It should not be necessary to include the full library source together with each example. Linking the library from each project should be sufficient for compiling.

Including the library on each example folder may also discourage developers from making sure all accessibility issues are resolved (not jus the one for the given example).

@rishabhjain08 if you agree with the above, please remove the library sources from each example folder

rishabhjain08 commented 12 years ago

commit 56876429af3277c5a88541805799ac6a03e39d4c closes this issue