Hacker News new | ask | show | jobs
by yellow_lead 2449 days ago
If you want a background service you currently have to create the code for it in Java, and call that code with the JNI. You can register callbacks for communicating the other direction (towards native code). A pain, but possible.