- 博客(4)
- 收藏
- 关注
转载 转载: Android 实现左侧列表右侧商品详情的(ListView + Fragment)
转载自:https://blog.csdn.net/waqdon/article/details/42171409?utm_source=blogxgwz5感谢博主分享! 主Activity代码MainActivity.java/** * * @author qdwang * */public class MainActivity extends FragmentAc...
2018-11-05 09:42:00 3891
转载 转载 : Android 中 String.xml 中使用 占位符
转载自:https://blog.csdn.net/u011544271/article/details/51863857感谢博主分享! 在strings.xml中写入<string name="string_test_1">学号:%1$d ;姓名:%2$s ;成绩:%3$.2f</string>在Activity.java中写入String t...
2018-11-04 20:37:30 886
原创 Android dp和pi的转换 工具类
public class DpUtils { public static int px2dip(Context context, float pxValue) { final float scale = context.getResources().getDisplayMetrics().density; return (int) (pxValue / s...
2018-10-31 11:01:32 551
转载 JAVA中数据类型的分类
注:转载自:https://www.cnblogs.com/bekeyuan123/p/7468845.html 感谢博主分享一、基本数据类型:byte:Java中最小的数据类型,在内存中占8位(bit),即1个字节,取值范围-128~127,默认值0short:短整型,在内存中占16位,即2个字节,取值范围-32768~32767,默认值0int:整型,用于存储整数,在内在中...
2018-10-16 17:21:49 2511
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人