Google Play Store アプリが更新で「ハンバーガー・メニュー」とは?

【食物】ロッテリア、エヴァQとコラボ 『Q段バーガー』を4_24より発売 ロンギヌスの槍フォーク付き___萌えニュースちゃんねる

Google Play Store アプリが更新されて「4.4.21」に。

20131022-103842

20131022-104009

20131022-103959

変更的には、UIのみっぽいのですが。

・左からニュルッとでメニュー表示
・その中でアカウント変更も可能

で、こんな記事。

the only thing we're able to see different is the new hamburger menu is now implemented in the app, leading to a more consistent feel across Google's closed and proprietary applications.

New version of Google Play Store app pushing out, brings pull-out menu and little else | Android Central

で、「ハンバーガー・メニュー」て何? おいしそうだけど。

続きを読む >>


LINE等に既読をつけないで未読のまま読むアプリ「ちらみ」がマルチなSNSクライアントとなる!?

「既読」と相手に知らせずにメッセージを読むことができます。

LINE等に既読をつけないで未読のまま読むアプリ「ちらみ」_-_Google_Play_の_Android_アプリ

LINE等に既読をつけないで未読のまま読むアプリ「ちらみ」 - Google Play の Android アプリ

「LINE」「comm」「KAKAOTALK」に加え「facebook」「twitter」「skype」「Viber」に対応

いろんなメッセンジャー系のアプリやSNSメッセージに対応しているようです。

端末の「ユーザ補助」機能というのを使うようです。

Screenshot_2013-10-20-17-50-42

なんだろう、「ユーザ補助」って。

続きを読む >>


AndroidStudio Gradle 1.8 で「Execution failed for task ':libraries:mylib:compileReleaseAidl'.」

こんなのでました。

Execution failed for task ':libraries:mylib:compileReleaseAidl'.
> Could not call IncrementalTask.taskAction() on task ':libraries:mylib:compileReleaseAidl'

調べてみると、

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.6.+'
    }
}

でいけるというのでやってみたらいけた。

The_Central_Repository_Search_Engine-2

The Central Repository Search Engine

Issue 60433 - android - Build fails with Gradle 1.8 when project has AIDL files. - Android Open Source Project - Issue Tracker - Google Project Hosting

けど、いいのかな、これ。。。

続きを読む >>