個人的に驚いたところを太字にしておきます。 AndroidのエンジニアなのでAndroidに関するものが多めです。専門領域外のものはかなり素人目線のただの感想が多いです。なにか大きな間違などがあればご指摘お願いします。修正いたします。 またまだ見ていきますが、一旦、 Keynote Developer Keynote What's new in Android What's new in Jetpack What's new in Development tool Lazy layouts in Compose Fragments: The good (non-deprecated) parts を見たメモを書いています。 まだまだ、ここに追加していく予定です。 セッション: Keynote 今までは2言語の比較を見ながら機械学習をしていたが、翻訳を見ずに学習ができるようになった。これによ
これからAndroidの新規プロジェクトを始めるなら、Kotlin+MVVM+Dagger2の構成がなんだか良さそうですね。 そんな感じで始めたときに、参考になった資料をまとめました。 対象 Kotlin、MVVM、Dagger2を使って開発を始めるための資料が欲しい Kotlin、MVVM、Dagger2は使っているが、新規プロジェクトを作れるか不安 Android Architecture Component Android Architecture Components 初級 ( MVVM + LiveData 編 ) - Qiita build.gradleの記述 新しいプロジェクトを作るときは、build.gradle軸に利用するライブラリを検討しながら設計考えていくと、やりやすいことが多いです。 新しいものに触れる場合は、1つの記事だけ見るより、似た記事を比較しながら読むと理解
Androidアプリ開発する上でいろいろ調べるのが大変だったのでまとめてみた。 コーディング規約 Cookpad / Javaコーディング規約 コントリビュータのためのAndroidコードスタイルガイドライン 日本語訳 Java セキュアコーディングスタンダード CERT/Oracle 版 Androidコードディング規約 Material Design Material Design チュートリアル ドットインストール / Androidアプリ開発入門 (全10回) vogella / Tutorials about development for Android. mixi-inc / AndroidTraining RAYWENDERLICH / Android Tutorials Google / Building Your First App Android Developmen
業務や個人でのアプリ開発で、UI デザインを考えるときに参考にできそうなサイトを紹介します。なかなか個性的・奇抜だったり、少し古い UI が混ざってたりしますが、インスピレーションを働かせる良い刺激になります。 tumblr 多めです。 Behance https://www.behance.net/ Adobe のポートフォリオサイトです。 モバイルデザインのみならずファッションやグラフィックデザインなど、様々なコンテンツが登録されています。 このサイトでは Creative Field という名前でカテゴリ分けされており、アプリ開発においては Interaction Design や Web Design あたりが参考になります。 Pinterest https://jp.pinterest.com/explore/%E3%83%A2%E3%83%90%E3%82%A4%E3%83%A
Sorry! This site is experiencing technical difficulties.Try waiting a few minutes and reloading. (Can't contact the database server: php_network_getaddresses: getaddrinfo failed: Name or service not known (rdb21)) You can try searching via Google in the meantime. Note that their indexes of our content may be out of date.
目次 はじめに 技術選択の基本的な方針 技術選択の各論 HTTP Client Dependency Injection View Injection Asynchronous Control Flow Object Relation Mapper Logging Fragment はじめに 技術部の id:gfx です。 Android版クックパッドアプリのリニューアル*1 から約1年たちました。現在はリリースごとに5人程度がコミットし、2週間に1度リリースを行う開発体制となっています。プログラミング言語はJavaで、コメントも含めたアプリのソースコードの行数は約15万行です。 本エントリでは、Android版クックパッドアプリで使っている技術、具体的にはライブラリやフレームワークについて紹介します。また、そのための技術選択のアプローチについても概説します。 技術選択の基本的な方針 まず
12/10に、ビジネス用途向けのチャットサービス「ChatWork」のAndroidアプリが大幅リニューアルされました。 チャットワーク社といえば、国内有数のTitanium Mobileをガッツリ触っている会社としても有名ですが、今回のリニューアルではAndroid SDK + Javaによるネイティブ化を断行したようです。(ツール選びに関する感想は最後に書きました) というわけで、Facebookアプリのときに続きまして、OSSライブラリのライセンス一覧を眺めていたら面白かったので、各ライブラリに感想を入れていきたいと思います。 ActiveAndroid https://github.com/pardom/ActiveAndroid (★1856) maven: 無し(jar配布 or sonatypeからSNAPSHOTを落とす) クックパッドAndroidアプリにおける最近のDB
README.md Some useful libraries, samples, tools & Open Source apps for Android Collection if libraries starred during some years of Android Development. Here is the definitely list of android Open Source libraries * In titles means it has been categorized more than once (in different categories) LIBRARIES UI |---Widgets | |---TextView | |---Button | |---EditText |
AnDevCon is the technical conference for professional software developers and engineers developing for the Android platform. With 3 packed days, you will take your Android development skills to the next level with in-depth website development tutorials, classes and hackathons. From learning the basics in an Android development bootcamp to embedded Android, Artificial Intelligence, and cross-platfo
Simple Camera is a library that allows you to use cameras in a simplified, easy, fast and effective way. It contains CameraX as an internal library. It simplifies the camera features used by CameraX and provides ease of use with a single library. As updates come on the CameraX side, the library will try to stay up to date. Missing features will be added soon. Like video capturing.
At Freesoft you can download applications, programs and utilities for free with quick installation on your personal computer or mobile device. You will definitely find the software you need in our unique and extensive catalog. Benefits of Freesoft A large selection of programs. Many popular, highly specialized and modified programs for Android , Windows. Regular updates of full versions. Comfortab
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 今から Android やるならチェックしておきたい、厳選イカしたオープンソースライブラリ一覧。 support-v4 や support-v7-appcompat などは公式のものなので割愛。 開発環境 Android SDK Android SDK Installer 公式からダウンロードしてポチポチとチェックを入れてはダウンロードして…が面倒くさいならコレ。 シェルからコマンド一発でダウンロード出来るので、CI で使うのにも便利。 ADB Idea AndroidStudio および IntelliJ 用のプラグインで、IDE か
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く