摘要: public static int[] getScreenDispaly(Context context) { WindowManager windowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE) 阅读全文
posted @ 2016-03-16 15:48 aweng 阅读(1395) 评论(0) 推荐(0) 编辑
摘要: public class MyAdapter extends BaseAdapter { private Context context; public List<Students> list; private LayoutInflater mLayoutInflater; public MyAda 阅读全文
posted @ 2016-03-16 15:38 aweng 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 格式: {"name":"小红","amount":"8888","date":"4:32"} public static List<实体类> parseFinancejiluinfo(JSONArray ary) throws Exception{ List<实体类>list=new ArrayL 阅读全文
posted @ 2016-03-16 15:25 aweng 阅读(120) 评论(0) 推荐(0) 编辑