码迷,mamicode.com
首页 >  
搜索关键字:mobile store opencart 主题模板 abc-0075    ( 8901个结果
[Android学习系列2]用webview写界面,加载本地js,js,html文件
以jquery mobile为例1.在android界面拖入一个webview,然后添加一个internet权限 标题 My Title ...
分类:移动开发   时间:2014-07-22 23:07:36    阅读次数:442
Android开发:自定义GridView/ListView数据源
http://mobile.51cto.com/android-259861.htm在开发中,我们常常会遇到比较复杂的GridView/ListView的布局,重新实现BaseAdapter不但能帮助我们实现我们想要的布局效果,并且在绑定大数据量时也不会感觉有卡壳现象。记得以前用一个ListView...
分类:移动开发   时间:2014-07-22 23:07:35    阅读次数:551
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
图文教程:在Mac上搭建Titanium的iOS开发环境
http://mobile.51cto.com/web-317170_all.htm跨平台开发工具Titanium的兴起之路:HTML 5是最大威胁比较Titanium和PhoneGap两大iOS移动应用开发框架跨平台移动Web开发工具 Titanium Mobile简介图文教程:在Windows ...
分类:移动开发   时间:2014-04-30 18:14:39    阅读次数:585
silverlight 文本框只能输入数字
void mobile_KeyUp(object sender, KeyEventArgs e) { Regex rg = new Regex("^[0-9]{1,11}$"); Regex rg1 = new Regex("\b"); ...
分类:Web程序   时间:2014-04-30 13:32:53    阅读次数:409
应用内支付
http://mobile.51cto.com/hot-410057.htmhttp://blog.csdn.net/ch_soft/article/details/7702034
分类:其他好文   时间:2014-04-29 12:13:46    阅读次数:319
jQuery Mobile 页面事件
jQuery Mobile 页面事件在 jQuery Mobile 中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload - 当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:Web程序   时间:2014-04-29 10:32:47    阅读次数:477
ExtJS 等待两个/多个store加载完再执行操作
Extjs加载Store是异步加载的,这有很多好处。但是当我们要在两个或多个不同的store加载完再执行一些操作时,异步加载就成了一个问题。在Stack Overflow 等网站搜集并试用了几个处理方法,总结如下。1、自己定义一个组件 (From:http://stackoverflow.com/q...
分类:Web程序   时间:2014-04-29 09:18:47    阅读次数:583
NetworkInfo 手机中的网络类型
04-27 21:56:54.442: E/NetworkInfo(26457): NetworkInfo: type: mobile[EDGE], state: DISCONNECTED/IDLE, reason: (unspecified), extra: (none), roaming: fa...
分类:移动开发   时间:2014-04-28 16:44:24    阅读次数:710
Cellular Traffic Offloading
Reference:[1] Mobile Data Offload for 3G Networks[2] Mobile Data Offloading through Opportunistic Communications and Social Participation[3] Femtocell...
分类:其他好文   时间:2014-04-27 23:49:41    阅读次数:649
8901条   上一页 1 ... 888 889 890 891 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!