cmark / androtext

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

Navigation support #5

Closed cmark closed 12 years ago

cmark commented 12 years ago

In Android navigation between activities and application is important. Design a grammar rule set for fast and simple modeling of navigations between application components. The generator must generate simple Intent instantiations and call startActivity or one of the possible methods. This support is based on events so first this only supported by button or listitem clicks. Later design a new event mechanism that eases this support to develop further.

cmark commented 12 years ago

Simple button and ListItem Navigation added. Intent parameter handling not supported.

cmark commented 12 years ago

More precise navigation added.