Hello!
I am very new to android, so I am experimenting with the tutorial code. In particular, the notepad.
If you look here: http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html, at Step 5 they are putting values so that it can be used by NoteEdit.
I would like to pass a reference of NotesDbAdapter into NoteEdit so that I can actually do some entirely different things.
It does not seem to invoke a constructor though. I have tried adding a paramiter to NoteEdit onCreate, but it does not seem to like this? :-(
I most look forward to hearing your answers, experts! :-D