Android Question DraggableView Class Problem

mjtaryan

Active Member
Licensed User
Longtime User
Before beginning to experiment, I wanted to test the DraggableView Class code Erel provided. Therefore, I copied the code and created a project that contains it as the main feature. However, I get several compiler errors such as not recognizing the DraggableView class and the variables that are declared with that type.

What am I missing? And what do I need to read to better understand both class definition/creation and what is going on in the code? Thanks to all.
 

mjtaryan

Active Member
Licensed User
Longtime User
Have you added a new class module and then copied the code to this module?


I was just coming back here to update my post. Solved the problem and answered my own question. :)

And THAT is precisely what I overlooked (when trying something out in a hurry I make dumb mistakes). Sorry.
 
Upvote 0
Top