資源描述:
《基于android平臺的聊天系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 畢業(yè)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、學(xué)位論文基于Android平臺的聊天系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)論文作者姓名:申請學(xué)位專業(yè):軟件工程申請學(xué)位類別:工學(xué)學(xué)士指導(dǎo)教師姓名(職稱):論文提交日期:2011年05月30日基于Android平臺的聊天系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要在科技日益發(fā)達(dá)的今天,信息技術(shù)競爭越來越激烈,這歸咎于人們想不斷的攝取信息來充實(shí)自己,人與人之間的交流也成為一個(gè)獲取信息的重要途徑,在這種情況下,短信聊天軟件剛好滿足了人們對此項(xiàng)的需求。本系統(tǒng)是根據(jù)GoogleAndroid平臺的特性而設(shè)計(jì)的,在GoogleAndroid平臺自帶的SDK2.2環(huán)境下,采用了Eclipse等相關(guān)工具進(jìn)行開發(fā)。本文重點(diǎn)的介紹了基于Googl
2、eAndroid平臺的短信聊天系統(tǒng)的開發(fā)過程。本文主要闡述客戶端設(shè)計(jì)與服務(wù)器端設(shè)計(jì)的實(shí)現(xiàn)過程。主要功能包括:用戶注冊、用戶登錄、發(fā)送短信、查看短信、短信搜索、刪除短信、回復(fù)短信、聯(lián)系人顯示、添加聯(lián)系人、查找聯(lián)系人、刪除聯(lián)系人、邀請聯(lián)系人等。本軟件系統(tǒng)采用C/S架構(gòu),運(yùn)行環(huán)境是MYSQL數(shù)據(jù)庫服務(wù)+ApacheTomcat6.0http服務(wù)+JAVAjdk1.6+Android手機(jī)平臺,具有較好的安全性,穩(wěn)定性、實(shí)用性和靈活性。關(guān)鍵詞:JAVA短信聊天軟件C/SMYSQLAndroidHTTP1.1Androidplatform-basedsystemdesignandimpleme
3、ntationofchatAbstractToday,moreadvancedinscienceandtechnology,informationtechnologyincreasingcompetitionwhichattributedtotheuptakeofpeoplewanttokeepinformationtoenrichthemselves,communicatingwithpeoplehasalsobecomeanimportantwaytogetinformation,inthiscase,SMSchatsoftwarejusttomeettheneedsofpeo
4、ple.ThesystemisbasedonthecharacteristicsofGoogleAndroidplatform,designedintheGoogleAndroidplatform,comeswithSDK2.2environment,usingtheEclipsedevelopmentandotherrelatedtools.ThisarticlefocusesonintroducingtheGoogleAndroidplatformwhichisbasedonthechatsystemexploitingprocess.Thispaperdescribesthe
5、designandimplementationofclientandserver.Keyfeaturesinclude:userregistration,userlogin,sendingtextmessages,viewingmessage,searchingmessage,deletemessages,replySMS,contactdisplay,addingcontacts,findcontacts,deletingcontacts,invitingcontactsandsoon.ThesoftwaresystemusingC/Sarchitecture,operating
6、environmentistheMYSQLdatabaseservice+ApacheTomcat6.0httpservice+JAVAjdk1.6+Androidmobilephoneplatform,withbettersecurity,stability,practicalityandflexibility.Keywords:JAVATextchatsoftwareC/SSQLAndoidHTTP1.1;目錄論文總頁數(shù):34頁1引言11.1課題背景12相關(guān)技術(shù)簡介12.1Android系統(tǒng)的特點(diǎn):12.2Android的功能:12.3服務(wù)器端的開發(fā)技術(shù)介紹22.4開發(fā)環(huán)境簡介
7、32.4.1虎聊系統(tǒng)客戶端開發(fā)環(huán)境簡介:32.4.2虎聊系統(tǒng)服務(wù)器端開發(fā)環(huán)境簡介:32.4.3eclipse-jee-helios-win32簡介33虎聊系統(tǒng)的分析及設(shè)計(jì)33.1虎聊系統(tǒng)客戶端和服務(wù)器端的結(jié)構(gòu)設(shè)計(jì)及功能劃分33.1.1虎聊系統(tǒng)客戶端和服務(wù)器端業(yè)務(wù)流程圖33.1.2服務(wù)器端業(yè)務(wù)邏輯分析43.1.3服務(wù)器端簡要功能結(jié)構(gòu)分析53.1.4虎聊系統(tǒng)模塊劃分及模塊概要運(yùn)行控制63.1.5虎聊系統(tǒng)客戶端和服務(wù)器端的用例圖83.2數(shù)據(jù)庫分析與設(shè)計(jì)83.2.1服務(wù)器端數(shù)