今どきのUIライブラリサンプルの実装 その2 - ViewPagerIndicator

横スワイプでスライドするページャーに合わせて、下の方で、全ページに対しての現在ページの位置を「横棒」などで示してくれます。

サンプルアプリを公開しています。

ViewPagerIndicator Sample - Google Play の Android アプリ

既存のアイコンやタブ形式など、さまざまなページャーに対して実装が可能になってます。

そんなライブラリです。

screens

JakeWharton/Android-ViewPagerIndicator JakeWharton/Android-ViewPagerIndicator

実装方法は、かんたんです。

続きを読む >>


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

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

続きを読む >>


Android Studio 0.3.0 アップデートで「ClassNotFoundExceptions」の場合

というエラー。

MavenCentralRepositoryでは、

The_Central_Repository_Search_Engine

「0.6.2」なのですがこれが原因と。

com.android.tools.build:gradle:0.6.+

の記述を

com.android.tools.build:gradle:0.6.1

に変えましょうと。

NOTE: The Android Gradle 0.6.2 plugin that was published on Maven Central appears to have incorrect dependencies, which leads to ClassNotFoundExceptions during the build. Hold off updating for now, or if you have already updated, you can work around this by editing your build.gradle file and instead of depending on "0.6.+", depend on "0.6.1".

続きを読む >>