Hi Klaus,
Yes, I did and I had created a class module.
But, I am rethinking what I am trying to achieve here, I could be working on the wrong thing.
Please help me out, let me explain what I am trying to do. I am trying to create Google Now styled cards that contains information that I will pull from database and fill up. It is a structured data e.g. appointment that contains date & time, venue, description, participants, etc. and I need a way to retrieve details when user click on the card. I was thinking to combine scroll view with panel (card) to be added during activity_create. Should I use custom view instead? or just create an array of panels and add into scroll view and track the panels using a unique reference in Tag?
Thanks!