DeYi 技术博客

总结&记录


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

android studio lint code warning list

发表于 2017-09-28 | 分类于 编程 , android , android studio , lint

Implicitly using the default locale

1
String time = String.format("%02d:%d", seconds, ms);

Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead

# android studio # lint
android drawable shape
ffmpeg android 资料收集
  • 文章目录
  • 站点概览

wxiang

音视频、Android、C/C++

54 日志
37 分类
43 标签
  1. 1. Implicitly using the default locale
© 2019 wxiang
由 Hexo 强力驱动
|
主题 — NexT.Gemini v5.1.2