-
Updated
Jun 23, 2020 - Java
jni
Here are 501 public repositories matching this topic...
-
Updated
Jul 7, 2020 - C
the documentation stills detail the compilation steps for installation on desktop, which shouldn't be always necessary now, since wheels are provided.
https://pyjnius.readthedocs.io/en/latest/installation.html
while it's good that it details them for those who want to install from source, most people would benefit from a simpler installation process, like the one in README.md.
As promised, I upload under github the little tool whatido.
I made a mistake when pushing, it is located under PASTJL/whatido/whatido.
Thanks to JNativehook team
試做了一個倉頡鍵盤如下:
keys:
- {label: 手, hint: q, click: q, long_click: 1, swipe_down: "!", key_back_color: bh1, key_text_color: th1}
以上設定在中文模式下顯示「手」及hint=q,在ASCII模式下「手」會變成「q」但hint的q不會消失。請問要如何設定才能讓它消失呢?
同理,如果希望中文模式時和西文模式的longclick提示不同,該怎麼做呢?
一个dvorak键盘布局
- Jep Distribution and Version: 3.1.8
- OS Platform, Distribution, and Version: All
- Python Distribution and Version: All
- Java Distribution and Version: All
I'v translated a whole documentation for *.rst format (as more appropriate e.g. for Sphinx, tox etc.
and as a standard for python world).
So question for you as in subject?.
PS: Sorry for my 'English'. Rather I have no chance to
-
Updated
Sep 10, 2019 - Java
- Add note about Android SDK/NDK installation #279
- Add note about
constructor = empty#280 - Add note about clone/copy #274
- Document SmartPtrCopy #282
- Add into jni_tests/README.md note about ban for cross-compling
- Add note about extension of "foreign" class/methods
Many builds with natives have support for maven classifiers (used to provide separate jars depending on OS). This reduces download size etc.
Please add this to aparapi-jni.
-
Updated
Nov 1, 2018 - C
-
Updated
Dec 1, 2018 - C++
-
Updated
Feb 24, 2020 - Java
-
Updated
Jul 6, 2020 - Assembly
Improve this page
Add a description, image, and links to the jni topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jni topic, visit your repo's landing page and select "manage topics."
Just noticed in the latest documentation you mention
We are finding that we get
java.lang.UnsatisfiedLinkErroreven on Marshmallow, and ReLinker fixes the issue.Should the documentation perhaps be
your minimum SDK is API 23 *and* below?