This sample demonstrate android webview choose file to upload. I just implement the client code ,the server code of receiver the file is not implemented. First of all, you should build the server code by your eclipse(server code wrote by java). Then…
最近在搞Android,入门曲线还是挺陡峭的,主要还是自己对Java的理解不够深入.前后学习了几天,把最近学习到的一些知识点总结归纳一下,正所谓温故而知新. 目前想搞一个禁播视频站,主要内容都是一些大陆被墙的动漫啊,美剧啥的,比如我最爱的死亡笔记.内容不包含18禁的~感觉有些小伙伴要失望咯. 1. Android入门素材 以下罗列在我学习过程中使用的感觉还算不错的素材 a. Official Android Training:developer.android.com/training/inde…
[Android] WebView内的本地网页,使用XMLHttpRequest读取本地档案 问题情景 在Android里,可以使用WebView来呈现本地或是远程的网页内容.但是在显示本地网页时,如果开发人员在网页里使用了XMLHttpRequest来额外加载本地档案(ex:AngularJS里Route功能的TemplateURL),在部分手机上会呈现下列的错误讯息: Failed to execute 'send' on 'XMLHttpRequest': Failed to load '…