【正文】
班級: 題目: 提交畢業(yè)設(shè)計(jì)(論文)答辯委員會下列材料: 1 設(shè)計(jì)(論文)說明書 共 頁 2 設(shè)計(jì)(論文)圖 紙 共 頁 3 指導(dǎo)人、評閱人評語 共 頁 畢業(yè)設(shè)計(jì)(論文)答辯委員會評語: [主要對學(xué)生畢業(yè)設(shè)計(jì) (論文) 的研究思路,設(shè)計(jì)(論文)質(zhì)量,文本圖紙規(guī)范程度和對設(shè)計(jì)(論文)的介紹,回答問題情況等進(jìn)行綜合評價 ] 答辯委員會主任: (簽名) 委員: (簽名) (簽名) (簽名) (簽名) 答辯成績: 總評成績: i 摘 要 微博可以理解為“微型博客”或者“一句話博客”??梢詫⒖吹降?,聽到的,想到的事情寫成一句話,或者發(fā)一張圖片,通過電腦或者手機(jī)隨時隨地分享給朋友。目前移動終端市場占有率最大的就是 Android 系統(tǒng),基于 Android 系統(tǒng)的應(yīng)用開發(fā)也逐漸趨多。 關(guān)鍵詞 : 新浪微博; Android;移動互聯(lián)網(wǎng); Java ii Abstract The Weibo can be understood as miniature blog or a word blog. You can share a word which is what you see , what you hear ,what you think of something or a picture with friends through puter or mobile phone at anytime and anywhere . It is a tool to exchange information between friends, it is a platform for municate between a star and fans,it is a platform for us to get information timely. As the development of 3G work in China,sending or sharing a weibo through the mobile platform has been a fast and convenient the weibo client in mobile platform is wele by the inter Android system share the biggest share in current mobile terminal market so that the development of application based on the Android system increase quickly. The result of researching this subject is to design a weibo base on sina weibo open platform and run in Android project is mainly developed by java language and it is base on c/s client is base on Android system and the service is provided by sina weibo open project mainly realized the basic function of sina weibo to make share a weibo on moblie bee a fun. 呵呵,我給你稍作以下修改, 你 看行不行? (發(fā)微博: tweet, 網(wǎng)民: izen) 微博可以理解為“微型博客”或者“一句話博客”。因此移動平臺上的微博客戶端受到廣大網(wǎng)友歡迎的應(yīng)用。主要實(shí)現(xiàn)新浪微博的一些基本功能,實(shí)現(xiàn)移動微博分享的樂趣。 Java 1 目錄 第一章 引言 ................................................................................. 3 項(xiàng)目背景 ..................................................................................................... 3 項(xiàng)目目的 ..................................................................................................... 3 主要內(nèi)容 ..................................................................................................... 4 第二章 系統(tǒng)理論與技術(shù) .............................................................. 5 Android ......................................................................................................... 5 Android 簡介 ...................................................................................... 5 Android 應(yīng)用程序的項(xiàng)目結(jié)構(gòu) .......................................................... 7 Java 簡介 ...................................................................................................... 8 SQLite .......................................................................................................... 8 SQLite 數(shù)據(jù)庫簡介 .......................................................................... 8 SQLite 數(shù)據(jù)庫的特點(diǎn) ...................................................................... 8 新浪微博開放平臺 ..................................................................................... 9 平臺概述 ........................................................................................... 9 OAuth 授權(quán)機(jī)制 ................................................................................ 9 新浪微博 API ................................................................................... 9 JSON 簡介 ................................................................................................. 10 第三章 系統(tǒng)分析與設(shè)計(jì) ............................................................ 11 功能需求 ................................................................................................... 11 登錄模塊 ......................................................................................... 11 微博瀏覽模塊 ................................................................................. 11 微博發(fā)布模塊 ................................................................................. 11 其他模塊 ......................................................................................... 11 系統(tǒng)結(jié)構(gòu) ................................................................................................... 12 系統(tǒng)流程 ................................................................................................... 12 數(shù)據(jù)庫設(shè)計(jì) ............................................................................................... 13 第四章 系統(tǒng)實(shí)現(xiàn) ........................................................................ 14 搭建開發(fā)環(huán)境 ........................................................................................... 14 安裝 JDK 和配置 Java 開發(fā)環(huán)境 .................................................. 14 SDK 和 ADT 的安裝和配置 ........................................................... 14 Android 應(yīng)用的 UI 設(shè)計(jì) ............................................................................ 15 用戶界面設(shè)計(jì)的原理 ..................................................................... 15 布局 ................................................................................................. 16 登錄模塊 ................................................................................................... 17 登錄模塊 UI 設(shè)計(jì) ........................................................................... 17 數(shù)據(jù)庫設(shè)計(jì) ..................................................................................... 18 2 OAuth 認(rèn)證 ...................................................................................... 19 加載登錄用戶名和頭像 ........................