w3cschool 编程狮,随时随地学编程
下载APP
|
登录
个人中心
首页
入门教程
编程课程
特色实战
畅学全站
Android UI教程
开始阅读
下载APP,阅读更畅快
教程目录:
Android UI 概述
Android UI 开发
Android UI 代码
Android UI XML
Android UI XML代码
Android UI View和ViewGroup
Android UI 控件
Android UI Android碎片
Android UI教程 - Android GridView
Android UI教程 - Android ImageSwitcher
Android UI教程 - Android ImageView
Android UI教程 - Android布局
Android UI教程 - Android LinearLayout
Android UI教程 - Android RelativeLayout
Android UI教程 - Android TableLayout
Android UI教程 - Android TabHost
Android UI教程 - Android ScrollView
Android UI教程 - Android LayoutTransition
Android UI教程 - Android SlidingDrawer
Android UI教程 - Android MapView
Android UI教程 - Android上下文菜单
Android UI教程 - Android选项菜单
Android UI教程 - Android TextView
Android UI教程 - Android RelativeLayout
Android UI教程 - Android TabHost
Android UI教程 - Android操作栏
Android UI教程 - Android DigitalClock
Android UI教程 - Android模拟锁
Android UI教程 - Android DatePicker
Android UI教程 - Android TimePicker
Android UI教程 - Android ListFragment
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录
Android UI 概述
Android UI 开发
Android UI 代码
Android UI XML
Android UI XML代码
Android UI View和ViewGroup
Android UI 控件
Android UI Android碎片
Android UI教程 - Android GridView
Android UI教程 - Android ImageSwitcher
Android UI教程 - Android ImageView
Android UI教程 - Android布局
Android UI教程 - Android LinearLayout
Android UI教程 - Android RelativeLayout
Android UI教程 - Android TableLayout
Android UI教程 - Android TabHost
Android UI教程 - Android ScrollView
Android UI教程 - Android LayoutTransition
Android UI教程 - Android SlidingDrawer
Android UI教程 - Android MapView
Android UI教程 - Android上下文菜单
Android UI教程 - Android选项菜单
Android UI教程 - Android TextView
Android UI教程 - Android RelativeLayout
Android UI教程 - Android TabHost
Android UI教程 - Android操作栏
Android UI教程 - Android DigitalClock
Android UI教程 - Android模拟锁
Android UI教程 - Android DatePicker
Android UI教程 - Android TimePicker
Android UI教程 - Android ListFragment
关闭
MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }