|
|
|
|
|
by babebridou
5434 days ago
|
|
My rule of thumb:
- if you see "java.awt" or "javax.swing" in any package import, run away.
- if you need to download a native library to run a hello world, run away too. The rest is/should be fair game. Try to run a hello world on the device. |
|