rosjava / android_apps

Applications built on top of the rosjava android libraries.
133 stars 112 forks source link

Modularise RosAppActivity and RemoconActivity #8

Closed stonier closed 11 years ago

stonier commented 11 years ago

Alot of startup logic that redirects the flow depending on whether its an app or remocon - ultimately making the rosappactivity difficult to work with. Not much of it is correlated, so probably better to split the two.

stonier commented 11 years ago

Done - moved to RobotActivity now managed in android_remocons. We can start removing the logic in RosAppActivity now.