In general "data binding" refers to linking up UI elements and models so that a change in one will automatically affect the other. Using a data binding framework makes this easier because you don't ...