今まではリスト表示だったから、いきなりだと違和感だよね。
でも、スクロールの距離が短くなるからこっちのほうが視認性がよいのかな?
「常にこのアプリを使用する」的なチェックボックスは「常時」ってボタンに。
アプリを選択して起動するときは「1回のみ」ってボタン。
なんか「1回のみ」っていう日本語訳が気に入ってない私。
「今回のみ」とか「起動」とかのほうがいいですね。
<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-feature android:name="android.hardware.bluetooth"/>
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/>
<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeEclipse.css' rel='stylesheet' type='text/css'/>
<style>
<!--
.syntaxhighlighter {
overflow-y: hidden !important;
padding: 1px !important;
}
-->
</style>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushAS3.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCSharp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJavaFX.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPerl.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPlain.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPython.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushRuby.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushVb.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js' type='text/javascript'/>
<script language='javascript' type='text/javascript'>
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.all();
</script>
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:background="#ff000000" android:shareInterpolator="false" android:zAdjustment="top">
<translate
android:fromXDelta="0%" android:toXDelta="0%"
android:fromYDelta="0%" android:toYDelta="50%"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
android:startOffset="0" android:duration="100"
/>
<scale android:fromXScale="1.0" android:toXScale="0.0"
android:fromYScale="1.0" android:toYScale="0.0"
android:pivotX="50%" android:pivotY="50%"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
android:startOffset="100"
android:duration="1000" />
<alpha android:fromAlpha="1.0" android:toAlpha="0.5"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
android:startOffset="100"
android:duration="1000"/>
<rotate
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
android:fromDegrees="0" android:toDegrees="720"
android:pivotX="50%" android:pivotY="50%"
android:startOffset="100" android:duration="1000"
/>
</set>
![]() |
| 初期画面 |
![]() |
| メニューボタンを押すと。 ペアリングしてない場合、ペアリングする必要あがる! まず一番下のメニューを押すと自分が検索してもらう状態になる。 |
![]() |
| ここではいを押すと検索してもらえる。 |
![]() |
| 相手側では1番目か2番目のメニューで相手を探します! |
![]() |
| 無事接続できれば、メッセージ交換できるよ! |
![]() |
| メッセージ入力 |
![]() |
| 相手から送られてきた! |
![]() |
| 相手側も同様 |
![]() |
| ペアリングは標準の設定アプリのBluetoothの箇所でもできます。 |