JavaFX Desktop gadget programming, Japan Java User Group Cross Community Conference 2017 Spring.
Programming a desktop gadget like program with JavaFX.
Transparent window, with moving by dragging, resizing by wheeling, and closing by pop up menu.
Saving status on closing window, load status on start using Java Preferences API.
Reduce using of CPU and memory resources, by JVM options.
1-File deploy of executable JAR file with start script (batch) file, by concatinate script file with jar file.
DroidKaigi 2019 Day.1 WelcomeTalk #droidkaigi のウェルカムトークです。
https://droidkaigi.jp/2019/
What is DroidKaigi?
DroidKaigiはエンジニアが主役のAndroidカンファレンスです。
Android技術情報の共有とコミュニケーションを目的に、2019年2月7日(木)、8日(金)の2日間開催します。
What is DroidKaigi?
DroidKaigi is a conference tailored for Android developers.
It's scheduled to take place on the 7th and 8th of February 2019.
Google I/O 2018 KeynoteとDeveloper KeynoteのOverviewMasahiro Hidaka
?
5月15日(火)に開催するGoogle I/O 2018報告会(Google Play APP DOJO)での講演資料です。Day.1のKeynoteおよびDeveloper Keynoteでのトピックをまとめた概要資料です。
Google AIの活用事例(アシスタント等での利用)に触れながらAndroidプラットフォームへの影響、今年一年の動きをカンファレンス参加した経験から共有します
- The document discusses details about DroidKaigi, an annual Android developer conference in Japan with over 1000 attendees from around the world.
- Past conferences have included 400-800 attendees and 21-85 technical sessions presented by professional engineers.
- DroidKaigi aims to provide a safe and sharing environment for developers to learn about niche Android technologies through knowledge sharing and communication.
- The document provides information on sponsors, sessions, speakers, and facilities at DroidKaigi.
The document discusses KotlinConf 2017, a two day conference with over 1200 attendees focused on Kotlin. It mentions talks about Kotlin as a first class citizen on Android, new features in Kotlin, .NET support, validation, Kotlin/Native, CLION, Swift, and WebAssembly. The final messages thank the audience and provide contact information for the speaker.
This document provides an overview of Android Things Developer Preview 5. It discusses the Raspberry Pi 3 developer kit hardware specifications and how to get started with flashing the Android Things image to the microSD card. It also covers how to connect to WiFi and control an LED using the Android Things Console and Android Studio. Finally, it summarizes the available APIs for peripheral I/O and device management as well as links to documentation and codelabs for learning Android Things application development.
The document discusses Google I/O 2017, including a recap of the event dates and attendees. It also mentions some of the themes covered at I/O like Mobile First, AI First, assistants, and the web. The final messages thank the recipients for their participation in discussing Google I/O.
This document contains information about DroidKaigi, an Android developer conference. It includes the following key details:
- Masahiro Hidaka is the representative for the conference.
- Network information and facilities details are provided.
- A survey on Android developer statistics in Japan is presented, covering demographics like age, experience levels, business types, development practices.
- The conference schedule is outlined, including sessions, speakers and an after party event. Feedback from attendees is requested.
This 3-sentence summary provides an overview of the key information from the document:
The document announces an upcoming Android technology conference called DroidKaigi, noting that it will provide a safe and inclusive environment for sharing knowledge and discussing problems in the Android field, with over 800 attendees including those from overseas, and featuring 67 sessions led by professional engineers on the latest technologies.
2013年5月6日に横浜Android and モバイルOS プラットフォーム部で発表した資料です。Androidアプリ開発者向けにOutofMemoryErrorの発生原理とメモリ管理について最新事情を加味してまとめました。Androidアプリにおけるメモリ事情は(初期に比べたら)改善していますが、OpenCVなど画像処理の需要、高解像度対応を踏まえると依然として十分とは言いがたいユースケースもあります。そんな中でメモリ資源をうまく使うための指標となれば幸いです。