android 关于页面,android使用html写一个关于页面

【实例简介】

使用html写一个android的关于页面,动态修改版本号,让你从繁重的Textview 堆砌中彻底解放出来

【实例截图】

【核心代码】

AboutDemo

└── AboutDemo

├── AndroidManifest.xml

├── assets

│   ├── about_es.html

│   ├── about.html

│   └── ic_launcher.png

├── bin

│   ├── AboutDemo.apk

│   ├── AndroidManifest.xml

│   ├── classes

│   │   └── com

│   │   └── example

│   │   └── aboutdemo

│   │   ├── BuildConfig.class

│   │   ├── MainActivity$1.class

│   │   ├── MainActivity.class

│   │   ├── R$attr.class

│   │   ├── R$drawable.class

│   │   ├── R$id.class

│   │   ├── R$layout.class

│   │   ├── R$string.class

│   │   ├── R$style.class

│   │   └── R.class

│   ├── classes.dex

│   ├── dexedLibs

│   │   ├── android-support-v4-b764ca3ca04073ca7005a523bc8e98e6.jar

│   │   └── annotations-f4f7b9103eece400389f36cf69fc1cbf.jar

│   ├── res

│   │   └── crunch

│   │   ├── drawable-hdpi

│   │   │   └── ic_launcher.png

│   │   ├── drawable-mdpi

│   │   │   └── ic_launcher.png

│   │   ├── drawable-xhdpi

│   │   │   └── ic_launcher.png

│   │   └── drawable-xxhdpi

│   │   └── ic_launcher.png

│   └── resources.ap_

├── gen

│   └── com

│   └── example

│   └── aboutdemo

│   ├── BuildConfig.java

│   └── R.java

├── ic_launcher-web.png

├── libs

│   └── android-support-v4.jar

├── proguard-project.txt

├── project.properties

├── res

│   ├── drawable-hdpi

│   │   └── ic_launcher.png

│   ├── drawable-mdpi

│   │   └── ic_launcher.png

│   ├── drawable-xhdpi

│   │   └── ic_launcher.png

│   ├── drawable-xxhdpi

│   │   └── ic_launcher.png

│   ├── layout

│   │   └── main.xml

│   └── values

│   ├── strings.xml

│   └── styles.xml

└── src

└── com

└── example

└── aboutdemo

└── MainActivity.java

30 directories, 38 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值