タグ Android Developers
人気順 10 users 50 users 100 users 500 users 1000 usersGitHub Actions for Android developers | by Enrique López-Mañas | Google Developers Experts | Feb, 2021 | Medium
If you are developing Android apps, chances are you have confronted any sort of CI at some point in your career. If you thought Android fragmentation was a thing, the wide availability of CI systems will be familiar to you. GitHub Actions was released around November 2019, and since then it has p... 続きを読む
Android開発者のためのFlutter説明文がためになったので全訳&要約 - Qiita
はじめに Flutter for Android developersの要約と全訳の記事です。 改めて読んでみたところ、Flutterについてイメージしやすい、かなりいいドキュメントだと感じました。 Google翻訳オンリーで読むとわかりづらく、自分用にメモしていたのですが、内容がよかったため、この記事に残しておこうと思います。 めちゃめちゃ... 続きを読む
ChromebookでAndroid Studioが正式に使えるようになったぞ〜 | ギズモード・ジャパン
ChromebookでAndroid Studioが正式に使えるようになったぞ〜2019.08.28 18:30 塚本直樹 Image: Android Developers 格安開発環境に。 今年のGoogle I/Oでも発表されていましたが、Androidアプリの開発環境こと「Android Studio」が正式にChrome OSをサポートしました。これで、お手持ちのChromebookでもガリガリと開発に取... 続きを読む
Jetpack Compose | Android Developers
A declarative toolkit for building UI Jetpack Compose is an unbundled toolkit designed to simplify UI development. It combines a reactive programming model with the conciseness and ease of use of the Kotlin programming language. Core Principles Concise and Idiomatic Kotlin Built with the benefits... 続きを読む
Roomはどのようにsuspend関数を実現しているのか - visible true
Roomに2.1.0-alpha03からsuspend関数(コルーチン)のサポートが入りましたね。ちょっと気になったのでいくらか触ってみました。 Architecture Components Release Notes | Android Developers 何ができるようになるのか DAOでsuspend関数を宣言できるようになりました。具体的には次です。 @Dao interface UserDao { @I... 続きを読む
Raw GNSS Measurements | Android Developers
The Android Framework provides access to raw GNSS measurements on several Android devices. This article lists Android devices that support raw GNSS measurements as well as tools to log and analyze GNSS data. You can find the tools in the GPS Measurement Tools repo on GitHub, which includes the GN... 続きを読む
Android開発をする上で知っておいてほしいなと思うこと - こやまカニ大好き
2018 - 03 - 19 Android開発をする上で知っておいてほしいなと思うこと Android 現在の Android Developers の情報は非常に充実していて、 Developer Guides を順に読み進んでいくだけで開発に必要な知識と Google が想定している(であろう)最も基本的な実装を学ぶことができる。 特にこの「基本的な実装」というものが重要で、これを知っておか... 続きを読む
Android Architecture Components | Android Developers
Android Architecture Components A new collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling dat... 続きを読む
Room Persistence Library | Android Developers
Entities Primary key Indices and uniqueness Relationships Nested objects Data Access Objects (DAOs) Methods for convenience Methods using @Query Using type converters Database migration Testing migrat... 続きを読む
Kotlin 1.1 is also for Android Developers | Kotlin Blog
This is a guest blog post from Antonio Leiva — Android engineer, trainer and author of the “Kotlin for Android Developers” book. We’re all really excited about the release of Kotlin 1.1. The new featu... 続きを読む
Android Data Binding Library 雑感 - visible true
2015-05-29 Android Data Binding Library 雑感 Android Google I/O 2015!! Data Bindingのサポート出ましたね。とりあえずアレコレ触ってみた雑感を書きます。Data Bindingの使い方や機能全般に関する説明はData Binding Guide | Android Developersを参照してください。 ※Android... 続きを読む
Auto Backup for Apps | Android Developers
Users often invest significant time and effort creating data and setting preferences within apps. Preserving that data for users if they replace a broken device or upgrade to a new one is an important... 続きを読む
Google、Androidアプリ統合開発環境「Android Studio 1.0」正式版を公開 -INTERNET Watch
ニュース Google、Androidアプリ統合開発環境「Android Studio 1.0」正式版を公開 (2014/12/9 18:14) Googleは8日、Android向けアプリの統合開発環境「Android Studio」の初の安定版リリースとなるバージョン1.0を公開した。Windows版、Mac版、Linux版が用意されており、Android Developersのサイトからダウ... 続きを読む
Y.A.M の 雑記帳: Android Wear アプリ開発 その1
2014年7月2日水曜日 Android Wear アプリ開発 その1 Twitter で共有する Facebook で共有する Android Wear | Android Developers Android Wear Design Principles Building Apps for Wearables | Training Android Wear API は Android Supp... 続きを読む
Android Studioで始める!レイアウト超入門 | nanapi TechBlog
はじめに こんにちは!とても背が大きなデザイナーの上谷(うえたに)です! 今回はAndroidアプリ開発におけるレイアウトファイルの基本的な書き方と、デザイナーがそこを担うメリットを紹介していきたいと思います。 Android Studioってなに? Getting Started with Android Studio | Android Developers ちまたの開発者の間でイケてるしヤバ... 続きを読む
Android Wear | Android Developers
Small, powerful devices, worn on the body. Useful information when you need it most. Intelligent answers to spoken questions. Tools to help reach fitness goals. Your key to a multiscreen world. 続きを読む
Androidアクティビティのライフサイクル解釈 - clock-up-blog
2014-03-18 Androidアクティビティのライフサイクル解釈 Android 公式のライフサイクルがちょっと分かりにくい Activity | Android Developers に載ってる図。 状態のフローなんだか処理のフローなんだかどっちつかずでややこしい。 何度見ても頭に入らないから毎度毎度図を見直すことになる。 状態遷移図として表現すると分かりやすい こんな感じです。どうでしょ... 続きを読む
Android アプリに Apache License, Version 2.0 のライブラリを組み込むときにしなければならないこと - ひだまりソケットは壊れない
2014-01-10 Android アプリに Apache License, Version 2.0 のライブラリを組み込むときにしなければならないこと Android アプリ ライセンス Android アプリを開発していると Apache License, Version 2.0 のライブラリを使うことが多いと思います。 Licenses | Android Developers 上のページ... 続きを読む
世界中で使われているAndroidのバージョン別シェア(2013年9月)、Jelly Beanがほぼ半数に、Android 4.3は初登場1.5%のシェア | juggly.cn
Android Developersの公式サイトで、2013年10月2日までの7日間におけるAndroidのバージョン別シェアが公開されました。 バージョン別シェアの順位は、1位がJelly Bean(45.1%→48.6%)、2位がGingerbread(30.7%→28.5%)、3位がICS(21.7%→20.6%)、4位がFroyo(2.4%→2.2%)、5位がHoneycomb(0.1%→... 続きを読む
ついに「Android」専用の統合開発環境「Android Studio」が登場!「IntelliJ IDEA」ベースでより速くより生産性を向上させることが可能に! | ラシカル開発記
Googleは、本日開催している「Google I/O 2013」で、「Android」専用の統合開発環境「Android Studio」を発表しました。 参考記事:Google announces Android Studio: An IDE built just for Android developers – The Next Web Googleによると、これまでのEclipseを利用... 続きを読む
Getting Started with Android Studio | Android Developers
EARLY ACCESS PREVIEW Before installing the Android SDK, you must agree to the following terms and conditions. Terms and Conditions This is the Android Software Development Kit License Agreement 1. Int... 続きを読む
Getting Started with Android Studio | Android Developers
EARLY ACCESS PREVIEW Before installing the Android SDK, you must agree to the following terms and conditions. Terms and Conditions This is the Android Software Development Kit License Agreement 1. Int... 続きを読む
Androidバージョン別利用シェア、Jelly Bean は13%。Gingerbreadは根強く45% - Engadget Japanese
Androidバージョン別利用シェア、Jelly Bean は13%。Gingerbreadは根強く45% By Engadget JP Staff posted 2013年02月08日 21時00分 0 Android OS バージョン別利用シェアの最新データが Android Developers に公開された。上の円グラフは、2月4日までの14日間に集計したGoogle Play ストアへの... 続きを読む
Google Japan Developer Relations Blog: Android アプリ品質ガイドライン
Posted by 山崎富美 Developer Relations Team [「品質の高い Android アプリってなんだろう」と考えたことはありますか?Android Developers に掲載された "Core App Quality Guidelines" という記事で、それが解説されていたので翻訳しました。ぜひ参考にしてみてください。-山崎] アプリの品質は、インストール数やユーザ... 続きを読む
公開後にアプリ品質を向上させる - Google Japan Developer Relations Blog
公開後にアプリ品質を向上させる 2013年1月25日金曜日 | 16:54 Labels: Android Posted by 山崎富美 Developer Relations Team [この記事は Android Developers に掲載された "Improving App Quality After Launch" という記事を元に翻訳・再構成しています。詳しくは元記事をご覧ください。-... 続きを読む