摘要:
public static int[] getScreenDispaly(Context context) { WindowManager windowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE) 阅读全文
摘要:
public class MyAdapter extends BaseAdapter { private Context context; public List<Students> list; private LayoutInflater mLayoutInflater; public MyAda 阅读全文
摘要:
格式: {"name":"小红","amount":"8888","date":"4:32"} public static List<实体类> parseFinancejiluinfo(JSONArray ary) throws Exception{ List<实体类>list=new ArrayL 阅读全文