GijsTimmers / kotnetcli

An easy automated way to log in on Kotnet.
GNU General Public License v3.0
5 stars 4 forks source link

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

Closed GijsTimmers closed 9 years ago

GijsTimmers commented 9 years ago

We should have at least:

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 commented 9 years ago

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