Next Generation Emulation banner

Quick question...

653 Views 0 Replies 1 Participant Last post by  @ruantec
i have a quick question for you guys... as you may know i´ve been working in the @ES Project for quite long time now... sadly i didn´t had enough time to code as i wanted but at least is progressing slowly.

so here my question... do you guys have an idea how to display data/information in a nice/better way???? i don´t know how many of you do that but in my case i love to code my own controls and so i don´t have to touch the horrible windows/coding tools controls. as for now i´ve created 2 custom controls and they are:

Cover-ListView:

the listview works quite fine and i´ve done all i can to reduce memory usage as much as i can.. atm i can display over 500 items and the memory usage of the whole app is still under the 60mb mark.. eventhough loading more items could increase the memory usage and there´s no much i can do... maybe someone has an idea about that.

Coverflow:

The Coverflow is the concept i get the best results for data displaying.. atm i´ve added Virtualization and also i use some tricks of the old @ES to reduce memory usage and the results i get are just awesome. eventhough it seems like many people still like the listview mode.


Please tell me your opinion/ideas about it as its going to help me with the development of my app. also if you know any tricks or have any awesome concept please post it here and try to explain it to me so that i can imagine the whole workflow and so create the control at a later time.

Regards
@ruantec
1 - 1 of 1 Posts
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top