/**
* This package contains all classes which deals with the GenericAdapter.
* The GenericAdapter is a way to deal with ListView which contains a custom layout
* per item. It provides you a way to fill your view elements per item and also to get
* data out of your views in the item.
*
*/
package gui.adapter;