ContinuousScrollableImageView Library for animating images with continuous scrolling effects Simple android view to display images with continuous scrolling effects efficiently. You can set image source, scaleType, duration and direction. Example us
CompoundIconTextView An android library that is able to set a vector drawable at text view pre-Lollipop. Preview Features Set a vector drawable at text view pre-Lollipop Usage Gradle You should set this line in your gradle file if you set colors to
Android Bitmap和Drawable的对比
Bitmap – 称作位图,一般位图的文件格式后缀为bmp,当然编码器也有很多如RGB565、RGB888。作为一种逐像素的显示对象执行效率高,但是缺点也很明显存储效率低。我们理解为一种存储对象比较好。
Drawable – 作为Android平下通用的图形对象,它可以装载常用格式的图像,比如GIF、PNG、JPG,当然也支持BMP,当然还提供一些高级的可视化对象,比如渐变、图形等。
A bitmap is a Drawable.
软硬件环境
Windows 10
Android studio 2.3.2
OTT BOx with android 5.1.1
前言
App开发测试完成后就面临着应用上架,除了国内的上架渠道,android阵营上架Google play我觉得是必不可少的。这样的话,中英文支持就成了必须的功能点了。本文就来实现这个功能。
设置不同语言的资源文件
如有必要,res文件夹下的像drawable、layout、values等都需要做不同语言的处理,这里仅以values为例
values