You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Idea is to have a Android version of GitFx without much change to code base. This is in sync with the WORA - (write once run anywhere) paradigm. http://gluonhq.com/open-source/javafxports/ documents this better.
The text was updated successfully, but these errors were encountered:
The best way to take this forward is to make use of afterburner(3 class framework) and dependency injection. This will have most of the components within GitFx decoupled and we can pick and choose which feature to include in the android version of the GitFx. I have setup a experimental branch on GitFx Repo. We can test javafx ports and afterburner there.
The best way to take this forward is to make use of afterburner(3 class
framework) and dependency injection. This will have most of the components
within GitFx decoupled and we can pick and choose which feature to include
in the android version of the GitFx. I have setup a experimental branch on
jughyd. We can test javafx ports and afterburner there.
—
Reply to this email directly or view it on GitHub #56 (comment).
The Idea is to have a Android version of GitFx without much change to code base. This is in sync with the WORA - (write once run anywhere) paradigm. http://gluonhq.com/open-source/javafxports/ documents this better.
The text was updated successfully, but these errors were encountered: