akullpp /
awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
Loading repository data…
artcom / repository
a java library for Unity Android apps which observes a heartbeat of the Unity App to check for blocked UI
The idea is to have a plugin for the Unity3D app which will restart the application as soon as it becomes unresponsive. This is done for the Unity3D app running on Android, so the plugin is written in Java.
How to build an android java plugin for an C# Unity3D application we learned from this article:
The idea is simple: The plugin provides a tic method to the unity app which must be called on every update in the main event loop. This is the heartbeat of the applcation, as long as the tic method is called, the app is considered alive. Once the app stops looping and thereby stops sending the tics, the plugin will restart the application.
Two classes are involved in this:
HeartbeatWatchdog.java: the java plugin code itseld andUnityHeartbeat.cs: the C# class to start and call the plugin class from C#
Unity side.This project combines both parts in the two subdirectories:
TODO: explain Unity3D project setup with the plugin
Selected from shared topics, language and repository description—not editorial ratings.
akullpp /
A curated list of awesome frameworks, libraries and software for the Java programming language.
ReactiveX /
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
ccxt /
A cryptocurrency trading API with more than 100 crypto and prediction exchanges in JavaScript / TypeScript / Python / C# / PHP / Go / Java
PhilJay /
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
sorrycc /
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
square /
A memory leak detection library for Android.