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

Android Refactor: i.e. Move BT Logic To Common Area, Dynamic Fragments #24

Open
TrentSeed opened this issue Aug 10, 2015 · 0 comments
Open

Comments

@TrentSeed
Copy link
Owner

Right now there is a FragmentX for every "screen" we display. A ton of this logic can be reused, and should really live in one place. We're (a) inflating a view, and (b) sometimes attaching a basic click handler. We can enhance the existing structure where the screen order and layouts are defined, and additionally include metadata for constructing these subscreens.

Also, the bluetooth connection logic is identical between projects, and should come from a common place.

@TrentSeed TrentSeed added this to the release-1.1.0 (beta) milestone Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant