Drag and drop object with text field in Android
I am working on a project that enables a user to create a UML Class
diagram (for database design) and outputs a MySQL script in android. I
can't seem to find a way to implement a draggable text area in a generic
View only. My plan is to create an object that contains two textfields (1
for the class name and the other for the attributes)everytime the user
cicks on the New button. Your thoughts? Thank you.
No comments:
Post a Comment