tranleduy2000 / ncalc

Power calculator for Android. Solve some problem algebra and calculus.
GNU General Public License v3.0
680 stars 157 forks source link

Create special dialogues #67

Closed axkr closed 4 years ago

axkr commented 5 years ago

Can we have dialogues with sliders which manipulate an output field like in Manipulate:

tranleduy2000 commented 5 years ago

What does it mean?

axkr commented 5 years ago

Example for a JavaScript library with this functionality:

tranleduy2000 commented 5 years ago

In Android, Webview is not fast enough to show too many LaTeX expressions in same time. The latency is about 1 expression / 1 second. I'll replace KaTeX WebView by some native libraries I found on Github for the best performance.

For plotting, I see some JS libraries can handle this feature. Ref https://jsxgraph.uni-bayreuth.de/wp/index.html This library is robust for plotting, the performance in Android webview is not fast as native code, but I think it is acceptable.

axkr commented 5 years ago

What's the preferred way to add Android SeekBar's programmatically in IDEActivity result view? Same question for a "Plot view"?

axkr commented 4 years ago

Manipulate is available in latest release through JavaScript libraries. For special bugs please open separate issues