分析adapter相關:
以活動模組的listview當參考
public hdadapter(context context,listduanziinfos)
@override
public int getcount()
@override
public object getitem(int position)
@override
public long getitemid(int position)
@override
public view getview(int position, view convertview, viewgroup parent)
else
holder.text_title.settext(list.get(position).gethtitle().tostring());
holder.text_huodong.settext(list.get(position).gethword().tostring());
holder.text_clue.settext(list.get(position).getofclue().tostring());
holder.text_time.settext(list.get(position).gethtime().tostring());
return convertview;
}class viewholder
}bean省略,json解析省略
網路資料請求和接收返回資料方式
sharedpreferences 的使用
sharedpreferences sp = getsharedpreferences("usertext",activity.mode_private);
editor ed = sp.edit();
ed.putstring("hid",integer.tostring(hid));
"rid", integer.tostring(rid));
ed.putstring("hname", hname);
ed.commit();
activity處理資料之類相關的東西
// runnable實現
runnable mrunnable = new runnable() catch (interruptedexception e)
// }
} };
public void getdata()
handler handler_hd = new handler()
};};
class hdasynctask extends asynctask>
@override
protected listdoinbackground(string... arg)
@override
protected void onpostexecute(listresult)
}寫的很亂,主要是反省一下,看起來這東西真的太簡單了,竟然花了乙個多月,弱
我的畢設 前言
臨近畢業,畢設也開始忙起來,電子商務專業的真心傷不起,課程學的是jsp,而且是半吊子,不過我卻一直想對php多一些了解,因此決定畢設用php寫,所以要邊學邊做了,很多東西比如html css之類的也要複習起來。在vmware上裝了個redhat 5,linux系統也得從頭學,不知道能不能完成,所以決...
基於神經網路的畢設題目 我的畢設 慢是為了更快
畢設和以往的課程學習是有很大不同,需要自己理清整個課題的思路,自己制定整個框架,自己編寫程式實現等。在這個過程中,我們需要從海量的參考文獻中找到有用的部分。發現和解決課題實施方案 現的各種各樣的問題,大到框架的合理性,小到軟體安裝。忍受各種各樣意想不到的 摧殘 一次次的潰敗後,重整旗鼓。我的畢設題目...
最近畢設遇到的坑
cnpm i node sass g 2 webpack後報錯 module build failed error cannot find module node sass 說明還要安裝sass到專案中,執行下面的命令 cnpm install node sass latest 3 get提交中文資...