VS2013开始就可以基于HTML5开发WEBAPP,并借助xamarin或者PHONEGAP实现原生APP 不过升级麻烦,直接下载VS2015CTP6,最好安装在同一个分区上,ANDROID SDK下载很慢,应该可以离线安装。 实际效果
分类:
移动开发 时间:
2015-04-14 12:42:05
阅读次数:
257
原文网址:http://m.blog.csdn.net/blog/chiooo/43985401BLE 学习记录ANROID BLE 开发,基于 bluetoothlegatt 分析mBluetoothAdapter = mBluetoothManager.getAdapter(); 得到 手机上蓝...
分类:
其他好文 时间:
2015-04-13 18:21:59
阅读次数:
204
大家可能尝试过使用原生比较普遍使用的方法:
Java.Lang.Thread.DefaultUncaughtExceptionHandler = new UncaughtExceptionHanlder(UncaughtExceptionHandle);
但是发现没什么用,又会尝试使用c#的方法:
AppDomain.CurrentDomain.Unhandled...
分类:
移动开发 时间:
2015-04-10 18:10:07
阅读次数:
150
A Best way to add External Jars to your Anroid Project or any Java project is:Create a folder called ‘libs’ into you project root folderCopy yourJar f...
分类:
移动开发 时间:
2015-04-09 15:08:08
阅读次数:
128
一、前言本文的内容有两个基础:ZXing.Net和ZXing.Net.MobileZXing.Net:ZXing的C#实现,主要封装了各种二维码的编码、解码等跨平台的算法ZXing.Net.Mobile:对ZXing.Net在xamarin的应用进行了封装,主要实现了摄像头扫描、扫描view、扫描a...
分类:
移动开发 时间:
2015-04-09 00:47:32
阅读次数:
4609