Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follower breaks when screen is rotated #7

Open
corot opened this issue Oct 7, 2013 · 2 comments
Open

Follower breaks when screen is rotated #7

corot opened this issue Oct 7, 2013 · 2 comments
Assignees

Comments

@corot
Copy link
Contributor

corot commented Oct 7, 2013

In fact, this is a know problem in all ros-android apps. We found a solution for panorama that turned to be quite complicated and awkward. Maybe is time to attack the problem with a proper solution?

When done, add a vertical layout, with video up and buttons down

@chadrockey
Copy link

@corot Yeah, I've worked around the rotation before, but it's VERY complicated. Android loves to trash your state and make you rebuild on rotate. Really difficult for ROS.

Here's my sample app to work this out, at least a little.
https://github.com/ros-android/android_robot_monitor/blob/master/src/org/ros/android/robot_monitor/MonitorApplication.java#L78

Please report any progress you make.

@kentsommer
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants