Petr Babicka
Petr Babicka
According to [Docs](https://developer.android.com/reference/android/app/Fragment.html) fragment's onActivityResult is public.
Hi, your `SntpClient.java` has hardcoded NTP port. https://github.com/lyft/Kronos-Android/blob/master/kronos-java/src/main/java/com/lyft/kronos/internal/ntp/SntpClient.java#L91 Sometimes is useful host custom NTP server on different then well known (blocked) port. What about parse port for NTP server from...
Hi, I'm porting this tool into Visual Studio 2013. I integrated vs-tool (emscripten, clang) into studio enviroment. But now i'm needing update vs-android CPPTasks. My editions aren't enough on full...