【正文】
2. Element titleEl = (title).first()。23. (title)。24. /*25. * Jsoup只是解析,不能保存修改,所以要在這里保存修改。26. */27. FileOutputStream fos = new FileOutputStream(s, false)。28. OutputStreamWriter osw = new OutputStreamWriter(fos, gb2312)。29. (())。30. ()。31. }32. }33. }34. }35. }SQLiteDateBase本地存儲的實現(xiàn)SQLite,是一款輕型的數(shù)據(jù)庫,是遵守ACID的關(guān)聯(lián)式數(shù)據(jù)庫管理系統(tǒng),它的設(shè)計目標(biāo)是嵌入式的,而且目前已經(jīng)在很多嵌入式產(chǎn)品中使用了它,它占用資源非常的低,在嵌入式設(shè)備中,可能只需要幾百K的內(nèi)存就夠了。安卓系統(tǒng)中就可以用這種關(guān)系型數(shù)據(jù)庫來實現(xiàn)數(shù)據(jù)的存儲。所以需要SQL語句知識的基礎(chǔ)和數(shù)據(jù)庫管理經(jīng)驗。在這篇文獻(xiàn)中我們可以看到其使用SQLite實現(xiàn)了相應(yīng)的功能,所以我們需要掌握J(rèn)ava和數(shù)據(jù)庫的相應(yīng)知識,此外服務(wù)器上面的數(shù)據(jù)存儲也是本軟件的難點之一。Due to the security issue of the information send by the user and lack of centralized database in the present scenario, this paper has given approach to develop a secured androidbased location and message sharing system. In this paper we have used Java programming language to develop the client side, and used PHP programming language to develop server side with MySQL as external database to store information. In this case we are integrating the concept of symmetric cryptography and all the information has been encrypted before saving to the database. We have tested the system in emulator and finally tested the systemsuccessfully in the real life scenario using HTC android smart phone. Design of Secure Location and Message Sharing System for Android Platform7 結(jié)束語本文對于Android OS下的移動應(yīng)用進(jìn)行了研究,分析了安卓系統(tǒng)目前的優(yōu)點和缺點,找到了問題,同時也認(rèn)識到了問題。在此基礎(chǔ)上設(shè)計出了一個校園移動App——校園尋物。安卓操作系統(tǒng)下提供的多線程技術(shù)、HTML解析技術(shù)、本地關(guān)系型數(shù)據(jù)庫SQLite等均使得移動客戶端能很好的滿足學(xué)生們的需求。同時,本文實現(xiàn)的學(xué)??蛻舳丝梢酝ㄟ^簡單的修改就能適配各大高校的尋物系統(tǒng),便于推廣。因為采用了側(cè)邊欄的設(shè)計,使得這個App能較為容易的增加和刪減欄目,便于以后的版本迭代。如果這個應(yīng)用得到廣大學(xué)生的支持,那么必然能推廣到各大高校,同時也能給開發(fā)、維護(hù)者帶來一定的經(jīng)濟(jì)收益。[參考文獻(xiàn)][1]陳澤恩,惠州學(xué)院教育技術(shù)中心,Android校園網(wǎng)移動客戶端的設(shè)計 及實現(xiàn)探索.[2]林永興、李曉蕾,基于Android的校園助手手機應(yīng)用程序的研究與設(shè)計.[3]謝文燾,董黎剛,基于Android的校園網(wǎng)移動客戶端設(shè)計與實現(xiàn).[4]王傳喜,無線局域網(wǎng)技術(shù)在校園網(wǎng)中的應(yīng)用[5]岳國賓,王潔,張增艷,基于Android平臺的移動智慧校園系統(tǒng)設(shè)計 與實現(xiàn).[6]楊豐盛,Android應(yīng)用開發(fā)揭秘,北京:機械工業(yè)出版社,2010.[7]余志龍、陳昱勛、鄭名杰、陳小鳳、郭秩均,Google Android SDK開 發(fā)范例大全(第2版),北京:人民郵電出版社,2010.[8]依維恩,XML高級編程,北京:清華大學(xué)出版社,2009.[9]王左利,校園移動平臺:未來的主角[10]于龍斌、賈欣欣,基于Android的高校校園移動秘書系統(tǒng)的設(shè)計與實 現(xiàn)[11]Ramesh Shrestha,Design of Secure Location and Message Sharing System for Android Platform.