|
|
|
|
|
by kreneskyp
5478 days ago
|
|
The problem is that many apps are looking at the wrong states when they design their machine. For instance I worked on an app someone had build in which states were based on a multi-page html form. When I added an android app allowing offline data collection, I then had to hack around the state machine. We couldn't just create a instance of the object with the final data, we had to write code that replicated the submissions of the html form. |
|