世界时区转换的demo

时间:2017-12-19 08:19:27
【文件属性】:

文件名称:世界时区转换的demo

文件大小:133KB

文件格式:ZIP

更新时间:2017-12-19 08:19:27

世界时区

项目中出现app在非洲国家使用时,发生时间显示错,后来一问才知道,外国人使用的时间数据是由公司服务器按北京时间发送的,故接收时进行时间的时区校准


【文件预览】:
AndroidManifest.xml
res
----layout()
--------activity_main.xml(295B)
----drawable-ldpi()
--------ic_launcher.png(6KB)
----drawable()
----drawable-mdpi()
--------ic_launcher.png(2KB)
----drawable-hdpi()
--------ic_launcher.png(6KB)
----drawable-xhdpi()
--------ic_launcher.png(6KB)
----values()
--------strings.xml(366B)
--------colors.xml(6KB)
--------style.xml(129B)
src
----com()
--------su()
proguard-project.txt
bin
----classes()
--------com()
----AndroidManifest.xml(2KB)
----SuTest.apk(35KB)
----res()
--------drawable-ldpi()
--------drawable-mdpi()
--------drawable-hdpi()
--------drawable-xhdpi()
----classes.dex(8KB)
----resources.ap_(29KB)
.classpath
assets
project.properties
ic_launcher-web.png
libs
.project
gen
----com()
--------su()

网友评论