My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Faq  
Updated May 29, 2007 by acher...@gmail.com

Module architecture assumes that when you load module to the e17 it creates GadConProvider wich should gather data and represent it using special GadConClients i.e. widgets on the desktop, popup widows (notifications) and other types. So in this type of abstraction Basic Module Should Have data structures and objects for:

  • Core module functionality
  • Core Configuration data
  • For each instance(GadConClient) it should create its own object (widget) and Config

Powered by Google Project Hosting