07 2016 档案
摘要:1-uescript('zhuce','appcan.window.close(-1)') 2-js /** * 在其他窗口中执行指定主窗口中的代码 * @param String wn 需要执行代码窗口的名称 * @param String scr 需要执行的代码 */ function uesc
阅读全文
摘要:<!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <m
阅读全文
摘要:<!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <m
阅读全文
摘要://uexWindow.open("footertest",'0',"footertest.html",0,'','',0);//跳转页面 function openNewWin(inWndName,html,inAniID,f){ if(inAniID == 0){ uexWindow.open(
阅读全文
摘要:package com.example.lenovo.donghua; import android.graphics.drawable.AnimationDrawable; import android.support.v7.app.AppCompatActivity; import androi
阅读全文
摘要:本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显示出来,该例子也会涉及到Android加载大图片时候的处理(避免OOM),还有简要提一下有些人SurfaceView出现黑屏的原因。 Android应用拍照的两种方式,下面为两种形式的Demo展示出来的
阅读全文
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co
阅读全文
摘要:9patch shape 创建 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <!--尺寸--> <size android:heig
阅读全文