Articles, dummyCategory

Java android security exception

In my app the user has the ability to take a photo or add a photo to the app.I’m getting crash reports of java.lang.SecurityException when the app tries to display the saved image in a ImageView…

Articles, Home

GraalVM 19.3 Brings JDK 11 Support

GraalVM, a polyglot virtual machine that provides a shared runtime to execute applications written in multiple languages like Java, C, Python, and JavaScript, has released version 19.3 with support for JDK 11. Previous versions of GraalVM were based on JDK 8.

Articles, Home

Java Cryptography

The Java Cryptography API enables you to encrypt and decrypt data in Java using industry standard algorithm, as well as manage keys, authenticate messages etc.