2016/10/14に_岸されたVRARMR茶氏(https://atnd.org/events/81259、http://vrar.connpass.com/event/39874/)でのk燕スライドです。坪否はMetaについてです。
Unityの坪否を匯何根みます。
また、匯何のスライドはk燕rのみ巷_し、ここでは福待させていただいております。ご阻覚ください。
The presentation was for VR/AR/MR workshop at 14th Oct, 2016.
The main theme was Meta information.
これは2016/11/25のTechBuzz茶氏のk燕Y創です。
https://atnd.org/events/81260
Unityのnative pluginによってAndroid nativeC嬬を柵び竃す圭隈を盾hしました。匯箭として、MicrosoftのCognitive Serviceの匯つ、Bing Speech To Text(Android)をUnityで聞喘できるようにして、Githubで巷_しました。
https://github.com/flushpot1125/CognitiveSpeech-STT-Android_Unity
This presentation introduce how to implement Unity-Android native plugin. It also show an example of native plugin. See the above GitHub URL!.
Few command line tools for help Android developmentTomoki YAMASHITA
?
This document introduces several command line tools created by the author to help with Android development tasks:
- adb-peco allows selecting a device when using adb commands to avoid errors with multiple devices
- pidcat colorizes logcat output and allows filtering by process ID
- android-command-line-tools bundles commands for installing, uninstalling, screenshotting and clearing apps
- notifier-plugin plays a sound file on build completion to notify the developer without checking the build status
The author demonstrates how to install and use these tools to streamline common Android development workflows from the command line. He encourages contributions to improve the tools on GitHub.
2016/10/14に_岸されたVRARMR茶氏(https://atnd.org/events/81259、http://vrar.connpass.com/event/39874/)でのk燕スライドです。坪否はMetaについてです。
Unityの坪否を匯何根みます。
また、匯何のスライドはk燕rのみ巷_し、ここでは福待させていただいております。ご阻覚ください。
The presentation was for VR/AR/MR workshop at 14th Oct, 2016.
The main theme was Meta information.
これは2016/11/25のTechBuzz茶氏のk燕Y創です。
https://atnd.org/events/81260
Unityのnative pluginによってAndroid nativeC嬬を柵び竃す圭隈を盾hしました。匯箭として、MicrosoftのCognitive Serviceの匯つ、Bing Speech To Text(Android)をUnityで聞喘できるようにして、Githubで巷_しました。
https://github.com/flushpot1125/CognitiveSpeech-STT-Android_Unity
This presentation introduce how to implement Unity-Android native plugin. It also show an example of native plugin. See the above GitHub URL!.
Few command line tools for help Android developmentTomoki YAMASHITA
?
This document introduces several command line tools created by the author to help with Android development tasks:
- adb-peco allows selecting a device when using adb commands to avoid errors with multiple devices
- pidcat colorizes logcat output and allows filtering by process ID
- android-command-line-tools bundles commands for installing, uninstalling, screenshotting and clearing apps
- notifier-plugin plays a sound file on build completion to notify the developer without checking the build status
The author demonstrates how to install and use these tools to streamline common Android development workflows from the command line. He encourages contributions to improve the tools on GitHub.
This document discusses Universally Unique Identifiers (UUIDs). It begins with an introduction to UUIDs and their uses. It then describes the five versions of UUID and how to generate them in Java. Specifically, it explains that Java can generate version 3 UUIDs using name and MD5 hash, and version 4 UUIDs randomly. It also provides steps to generate version 1 UUIDs in Java and Android by using a third-party library and removing unsupported CORBA APIs. The document concludes with references to RFC 4122 and Wikipedia for more information on UUID standards and properties.