I have a specific question in android development as I am a relative noob.
Currently I am trying to setup a slideshow of various images, and this is the class I am trying to get to work, but eclipse tells me an error that
"multiple markers at this line. viewswitcher cannot be resolved to a type"
class MyAdapter extends Adapter implements ViewSwitcher.ViewFactory
I cannot figure this out, and was wondering what the problem mean-what do you think is the error for?