ぼくのビルドはにゃあとなく

potatotips7で「ぼくのビルドはにゃあとなく」というタイトルでLTしました。 私以外の発表スライドはこちらから見れます... potatotips 7 · potatotips/potatotips Wiki https://github.com/potatotips/potatotips/wiki/potatotips-7 ぼくのビルドはに…

LOG_TAGを生成するプラグインを作りました

LOG_TAG フィールドを生成するAndroid Studio用のプラグインを作りました。 JetBrains Plugin Repository :: Inject LOG_TAG Plugin http://plugins.jetbrains.com/plugin/7393?pr=androidstudio 初めて作ったプロダクトが公開されるってとてもテンションあ…

Plugin SDKにソースコードをアタッチする

プラグインを作るための環境構築を紹介したページにはIntelliJのソースコードをSDKにアタッチするという項目があります。 Check out the sources of IntelliJ IDEA Community Edition as described in Check Out & Build Community Edition In the Sourcepat…

IntelliJ Pluginの実行でAndroid Studioを起動する方法

Android Studio向けにプラグインを作ろうと思いますが、IntelliJでプラグインを作り実行するとIntelliJが起動してしまいます。 Android StudioはIntelliJをベースに作られたIDEですが、意外と互換性のない部分もあり、Android Studio向けにプラグインを作る…

IntelliJ IDEA Pluginの作り方

IntelliJ PluginのHello, World.ということで、Hello Pluginというプラグインを作ってみましょう。 ボタンを押すとHello!というNotificationが表示されるプラグインです。 目次 IntelliJ IDEAのダウンロード SDKの設定 プロジェクトの作成 Actionの作成 Noti…

Android4.4 Storage Access Framework解説

「Android 4.4 KitKat 冬コミ原稿リレーを開催」の11/10担当のtomorrowkeyです。 本記事ではAndroid 4.4で追加されたStorage Access Frameworkの解説と、どう実装すればいいのか実際にアプリケーションを作りながら学びます。