搜索资源列表
Building_Android_Apps_with_HTML_CSS_and_JavaScript
- 一本关于编写android系统应用,以及配合HTML,CSS等等的书-Android system for the preparation of an application, as well as with HTML, CSS, etc. books
building-android-apps-with-html-css-and-javascrip
- Android and Flash development
Zhaoping
- 招聘信息汇总,用Jsoup解析html获得招聘信息-Jobs aggregate, parse html obtained with Jsoup Jobs
OReilly.Media.Building.Android.Apps.with.HTML.CSS
- Different applications have different requirements. Some apps are a better fit with web technologies than others. Knowing the pros and cons of each approach will help you make a better decision about which path is appropriate for your situation.
HtmlViewer
- android 获取见面源代码,适合于webservices 调用-android get html code
android_html5
- 书名为: 1、google android开发入门与实践 2、Building Android Apps with HTML CSS and Javascr ipt 3、The “Build Once” Approach for Mobile App Development-The title: 1, google android development of entry and practice 2, Building Android Apps with HTML CSS and
webviewTest
- android 程序嵌入网页的几种方法,包括远程URL请求,本地html、网络图片显示等方法-you may use it to connect the internet with your android phone.
Pro_Android_Web_Apps__Develop_for_Android_using_H
- Android Web App with HTML,CSS and javascr ipt.
jWebSocketClient-1.0-nb20105
- jWebSocket Clients – 纯Javascr ipt的WebSocket客户端,多个子协议和可选的用户、session、timeout管理机制。无需插件。并且现在可以应用在任何其他Java、Android客户端。 -Archive (.zip) with all required .js files and demos to run the jWebSocket client including minified production versions (~8.1 MB). Sim
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
Android-JNI-sample
- 本工程为Android下编写及调用.so文件的示例工程,我亲自编写调试通过。 相关Android开发环境搭建,请参考http://wenku.baidu.com/view/af3669a3f524ccbff1218431.html 就我的经验,主要困难在与环境的搭建。笔者就大费周折,遇到很多的问题。大家在使用过程中,如果遇到相关问题,请联系微信号:wangjia-mobi-Under this project for Android write and call so fil
Fragment
- 在android 2.x时代,我们可能会地使用ActivityGroup来实现这种,但是随着jelly bean的市场份额超过50 ,我们会发现有一种新的组建出现了,它叫Fragment(http://developer.android.com/reference/android/app/Fragment.html)。而这种底部选项卡的风格界面的实现也由ActivityGroup转向了Fragment。先了,费话不多说了,下面我会一步一步教您怎么实现这个界面。在动手之前,我可能需要把我做好的样式
car rental
- car rental # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags spec
RSSreader(html5)
- android手机版RSS阅读器完整源码,实现手机订阅搜狐以及网易等门户网站的RSS新闻,实现本地个性化订阅项管理,读者可以根据自己的兴趣自主订阅及退订,支持换肤操作。功能实现方面,采用HTML5结合Phonegap技术,在dreamwaver CS5.5的环境下完成开发。核心代码即为一个index.Html,其中主要包含的是CSS样式表,javascr ipt函数以及html5的标记语言。源码内包括开发设计说明书.doc和RSS阅读器使用手册.doc 备注:使用时如果出现无法加载新闻
aerogear-android-1.4.0-source-release
- AeroGear for Android provides support for integrating with push. Currently only using Google’s Cloud Messaging (GCM) with the [AeroGear UnifiedPush Server](https://github.com/aerogear/aerogear-unifiedpush-server) is supported, but we are planning to
AndroidGooglePlusExample
- # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified
baidubaba
- Android应用源码基于百度地图的窝粑粑找厕所是一个基于安卓的找厕所的项目源码窝粑粑,主要是借助百度地图api寻找快速定位附近指定距离的厕所,当然还有关于厕所前世今生、各种马桶、还有不同品牌手纸的科普。项目里面的百度key已经失效了。想看具体效果的朋友可以自己去申请一个百度地图的key替换掉。javaapk.com之前还介绍过一个滴滴拉屎(APICloud例子演示)http://www.javaapk.com/source/14252.html感兴趣的可以看一下。-Android applic
dddpeter-RainWeather
- 带PM2.5数据的知雨天气是一个基于安卓的带有PM2.5数据的天气预报源码,天气数据是直接访问的http://m.weather.com.cn/data/xxxxxxxxxx.html,xxxxxxx需要替换成城市代码,例如北京是101010100。获取到天气的json数据后把所有数据保存到本地的文件里,然后再在本地文件中读取数据显示到界面上,PM2.5数据由pm2d5.com提供,获取方式与天气获取方式雷同。定位是直接用的系统的定位,我在手机上测试的是现在的项目已经不显示天气信息了,有可能是定
zhihuapp
- 知乎日报Android客户端(非官方版 Eclipse版本,仿知乎App,全新的Material Design设计风格 与官方知乎日报有哪些区别? 没有烦人的推送 权限极少(准确的说只有INTERNET权限) 不会常驻内存 体积更小(2MB<5.3MB) 给你最纯粹的阅读享受 Android MVP 模式的运用 使用Retrofit获取RESTful API内容 RecyclerView的常规使用方法(下拉刷新,Endless Scrolling...) View
Android应用源码易读电子书阅读器
- 本项目是一个基于安卓的开源电子书阅读器项目,支持大文件(亲测5.6MB TXT文件正常打开,就是加载慢点)支持滚屏、翻书、左右滑动三种阅读方式。支持扫描SD卡文件并且添加到书架或者收藏,支持书签功能、基于开源的FBREADER1.8.2项目进行的二次开发,支持TXT,HTML,OEB,MOBI,EPUB等格式文件的阅读。本项目代码量很大,是一个比较完善的工程,源码的阅读分析需要一定的安卓基础和耐心,有少量注释。默认编译版本4.1.2编码UTF-8(This project is based on