随笔分类 - Android
摘要:var webRequest = null; function sendRequest(action) { webRequest = new Sys.Net.WebRequest(); webRequest.set_url("Handlers/Complex.ashx"); webRequest.get_headers()["action"] = action; webRequest.set_body("data=" + encodeURIComponent("Hello...
阅读全文
posted @ 2012-12-16 11:03
csdnbbs
摘要:1. AndroidManifest.xml 配置文件中加入蓝牙许可权限: <uses-permission android:name="android.permission.BLUETOOTH"/> BluetoothAdapter bluetoothAdapter =BluetoothAdapter.getDefaultAdapter(); if(bluetoothAdapter == null) { System.out.println("本机未发现蓝牙设备。"); ...
阅读全文
摘要:〈!-- android:interpolator 设置动画逐渐加速--〉〈!-- android:shareInterpolator=true 设置动画逐渐加速所属性对所有动画都起效 --〉<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator" android:shareInterpolator="true" > <scal
阅读全文

浙公网安备 33010602011771号