Convert Android Application Components to Java Application
Convert Android Application Components to Java Application
I want to attempt to rewrite my android application to a java application.
I'm sure I can rewrite the android ui to JavaFX, and the SQLite to MySQL, and all background calls using RxJava. The only issue I can't figure out is how do I handle my two separate screens.
The android has one Activity that sends an object to another activity.
Can someone please tell me what is the equivalent to this in a java app?
And if I want to open something similar to a DialogFragment, what can I use in a java app?
Thank you, if I can at least the reference to what I can research, that would be awesome.
0
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Anyone have any input on this. I've been searching, and this seems to be hard to find.
– Ricardo Carballo
Sep 25 '18 at 1:02