cmark / androtext

Xtext based model-driven software development tool for prototyping Android applications
7 stars 1 forks source link

Data Layer support #10

Closed cmark closed 12 years ago

cmark commented 12 years ago

ContentProvider modeling, and generation.

cmark commented 12 years ago

Added ContentProvider generation (JOIN queries not supported). Main task remaining is the databinding to AdapterViews.

cmark commented 12 years ago

Added AdapterView binding. Currently single entity to ListActivity is supported.