ZesenWang

Results 3 issues of ZesenWang

User need to input admin name and password to access database. Now it is not safe enough.

When I import the project to eclipse, the error appeared on the overview of pom.xml

@Override public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); mSwipeToLoadLayout.post(new Runnable() { @Override public void run() { // 上面调用mSwipeToLoadLayout正常,下面这行代码发生空指针异常 mSwipeToLoadLayout.setRefreshing(true); } }); }