CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - html web
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - html web - List
[
android
]
android-server
DL : 0
android java web 服务器, 实现断点传输,支持jpeg格式,支持html和htm格式,支持http1.0协议,是一个嵌入式的web服务器-android java web server, to achieve breakpoint transmission, support jpeg formats, support for html and htm formats, support for http1.0 agreement is an embedded web server
Date
: 2025-12-18
Size
: 47kb
User
:
a11111
[
android
]
OReilly.Media.Building.Android.Apps.with.HTML.CSS
DL : 0
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.
Date
: 2025-12-18
Size
: 4.24mb
User
:
Marcus Arcus
[
android
]
Pro_Android_Web_Apps__Develop_for_Android_using_H
DL : 0
Android Web App with HTML,CSS and javascript.
Date
: 2025-12-18
Size
: 10.14mb
User
:
Shailesh
[
android
]
jWebSocketClient-1.0-nb20105
DL : 0
jWebSocket Clients – 纯JavaScript的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). Simply unpack the archive to a folder of your choice and open the index.html in your favorite browser. Please find further installation details here. Please consider that the file protocol currently is supported by Chrome only. To use the FlashBridge you need to install the FlashPlayer plug-in and run the demos on a web server like Apache or a servlet container like Tomcat.
Date
: 2025-12-18
Size
: 8.12mb
User
:
费费费
[
android
]
_GetWebResoure
DL : 0
android通过jsoup解析网页html并存储sqlite-android by jsoup parse web page html and stored in sqlite
Date
: 2025-12-18
Size
: 519kb
User
:
ywt
[
android
]
ionic_a5
DL : 0
Ionic 是一个神奇的框架和强大前端开源系统,使用先进的 web 技术比如 CSS、HTML 和 JS 来创建令人惊叹的手机应用。它已经定制了在所有手机设备上的快速操作,并且确保简单的功能和大量的手机组件。 您可以通过一个命令创建来测试和使用基于任何平台上的 ionic 应用。此外,该框架为它自己的组件提供了一套 Angular 指令(自定义的 HTML 元素),从而使它可以简单的编写一行 HTML 代码。类似指令,它使用视图动画逻辑,异步通信,Angular 的触摸识别和 HTML 清洁处理。-Ionic is a magical framework and a powerful front-end open source system, using advanced web technologies such as CSS, HTML and JS to create amazing mobile applications. It has been customized for fast operation on all mobile devices, and to ensure a simple function and a large number of mobile phone components. You can create a command to test and use a ionic application based on any platform. In addition, the framework provides a set of Angular instructions for its own components (custom HTML elements), which makes it easy to write a line of HTML code. Similar instructions, which use view animation logic, asynchronous communication, Angular touch identification and HTML cleaning.
Date
: 2025-12-18
Size
: 4.74mb
User
:
Legend
[
android
]
source
DL : 0
A Web Browser App in Android This article demonstrates creating a Browser App in Android-Introduction Sometimes we need to display some online content in our Android App. It would be very helpful if we could use a control that displays such online content directly in our app. The WebView control provides this functionality to our Android app. It enables us to embed a web browser in our activity. Using the WebView control we can display online content as well as any HTML page stored in our project. Background In this article, I have used an EditView control to accept the URL of a web page or a local page. A WebView control is added to render the page on the device. Pressing the GO button after entering the URL will cause the page to be displayed on the WebView control. Using the code In order for our activity to access the internet and load web pages in the WebView, we need to specify the Internet permission for our app in the AndroidManifest.xml file as follows: Hide Copy Code <uses-permission android:name= android.permission.INTERNET /> Follow
Date
: 2025-12-18
Size
: 2kb
User
:
MahdiAttar
[
android
]
librarysearch
DL : 0
广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University Library an Android source code can obtain the book information in the website (http://210.38.138.1:81/), browser interaction with the web site directly through the get/post simulations and non JSON or WebView, get the returned HTML string again to pick up the inside elements and the project server is asp.net write the book system login query, in do with the ASP. Net web interaction of friends can look at, log in part because I don t have a test account so there is no test. However, many parts of the project did not do exception handling, return to empty data when the application will directly stop the exit
Date
: 2025-12-18
Size
: 4.06mb
User
:
徐姗姗
[
android
]
MeHfutNews
DL : 0
合肥工业大学新闻客户端源码是一个简单的网站新闻客户端,新闻数据直接调用合肥工业大学官网(http://news.hfut.edu.cn/),实现了新闻获取的功能,界面较简单,新闻内容不是解析html的而是用webview截取html的部分内容来显示的,据作者自称这样做是因为既简洁而且比解析的效果更好,下面是webview截取部分html后的界面(在此分享一下,以前解析html太累了)。源码有比较详细的注释,喜欢的朋友可以下载研究一下非主流客户端实现。-Hefei Industrial University news client source code is a simple web news client, news data directly call Hefei Industrial University website http://news.hfut.edu.cn/, realize the access to news of function, the interface is relatively simple, news content than parsing HTML but using WebView intercept HTML part to display, according to the authors claim this is because is simple and has better effect than the analytical, the following is WebView intercept part of the HTML interface (this share, before parsing the HTML too tired). Source code has more detailed notes, like friends can download to study the implementation of non mainstream client.
Date
: 2025-12-18
Size
: 2.82mb
User
:
刘岚
[
android
]
FileManager
DL : 0
简易文件浏览管理器源码打开以后遍历可读的文件夹。内置文本编辑器,可以编辑文本文档,并且保存编辑后的文本信息。可以进行文件的操作有复制、粘贴、新建文件/文件夹、重命名、删除文件或文件夹等功能。但是目前只支持复制文本文件。点击文件以后可以获取文件的MIME类型并且列出所有可能打开该文件的程序选择器。如果是html文件则用本项目内置的网页浏览器工具打开,本项目注释很丰富。代码量不大,很方面学习和研究文件管理方面的内容。系统文件的管理需要root权限。-Simple file browser browser source code open to traverse the readable folder. Built in text editor, you can edit the text document, and save the edited text information. Can be carried out the operation of the file is copied, paste, new files/folders, rename, delete files or folders, etc.. But only copy text files are currently supported. After you click on the file, you can get the MIME type of the file and list all the programs that can open the file. If the HTML file is used to open the project s web browser tools, the project notes are very rich. Code is not very large, very aspect of the study and research document management. System file management requires root permissions.
Date
: 2025-12-18
Size
: 1.47mb
User
:
tuxiaoxia
[
android
]
jqmMobile
DL : 0
安卓内嵌jquery.mobile网站源码是一个原生安卓和jquery.mobile结合的例子源码,直接读取本地html信息显示,在实际应用中可以把本地html改成网络的地址,用jquery.mobile的好处就是B/S架构的好处,一处改变处处都变,更改功能不需要更新客户端。-Android embedded jquery.mobile web site source code, a native an example source Zhuo and jquery.mobile combined with directly read local HTML information display, in the practical application can be the local HTML change to the network address, jquery.mobile benefits is B/S architecture benefits, change everywhere variable, change functions don t need update the client.
Date
: 2025-12-18
Size
: 3.08mb
User
:
田腾
[
android
]
XE7-WEB-SERVER测试通过
DL : 0
安卓系统下的WEB服务,端口7777,可以自由修改,HTML代码可以根据需要更换,delphi X10编译照样使用(Android system WEB services, port 7777, can be modified freely, HTML code can be replaced as needed.)
Date
: 2025-12-18
Size
: 117kb
User
:
老周11
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.