joaoventura / pybridge

Reuse Python code in native Android applications
215 stars 56 forks source link

How to stop python thread #5

Closed moyaying closed 7 years ago

moyaying commented 7 years ago

Hi, I encounter some problem.

  1. how can I run multiple job simultaneous.
  2. how can I stop a running python job.

Any body help me?

moyaying commented 7 years ago

Another question: Can I call java method from python?

joaoventura commented 7 years ago

Hi there, currently there's no support for the functionalities you are looking for..