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

Create separate classes for separate tasks in the app, just like in the compurter program. #76

Closed
GijsTimmers opened this issue Mar 17, 2015 · 1 comment

Comments

@GijsTimmers
Copy link
Owner

We should have at least:

  • AppBrowser()
  • AppCredentials()
  • AppCommunicator()

and to make everything work together smoothly, our beloved AppWorker().

As much as I'd like the app to just import everything it needs from the 'normal' browser.py, fabriek.py, etcetera, this is not possible at the moment: the compiled APK file crashes when run on mobile devices. That's why we have to re-write everything we need into the app file.

@jovanbulck
Copy link
Collaborator

As much as I'd like the app to just import everything it needs from the 'normal' browser.py, fabriek.py, etcetera, this is not possible at the moment: the compiled APK file crashes when run on mobile devices. That's why we have to re-write everything we need into the app file.

I see it's difficult, but I don't believe copy pasting our code into the android app is a good solution. We should start working on the real problem so that the backend can be imported in the kivy app; see issue #39

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

2 participants