Download presentation
Presentation is loading. Please wait.
Published byBasil Garrison Modified over 8 years ago
1
A Study of SNS App on Android Platform and Development of “Follow5 App” Name : Huang Xun Professor : Henry Cho Date : 2010.11.24
2
Outline 1. Introduction 1. Goal 2. Objectives 3. Background 4. Environment 2. “Follow5 App” 3. Conclusion
3
Goal Research: SNS Sites & Apps on Android Platform Development a SNS App 1. Introduction a. Goal b. Objectives c. Background d. Environment
4
Objectives How to: Programming at Android SDK Using Follow5 API to Connecting Follow5 Development: An Android SNS App for “Follow5” 1. Introduction a. Goal b. Objectives c. Background d. Environment
5
Why SNS? Wherever Whenever Whatever Whoever 1. Introduction a. Goal b. Objectives c. Background d. Environment
6
Environment Language: Java, XML Tool: Eclipse Java EE IDE Helios, Android SDK 2.2, Java version 1.6.0_21 Hardware: HTC Hero, Samsung Galaxy S Platform: Android 2.1, Android 2.2 1. Introduction a. Goal b. Objectives c. Background d. Environment
7
Outline 1. Introduction 2. “Follow5 App” 1. Functions 2. Demo 3. Conclusion
8
Functions 2. Follow5 1. User Interface 2. Demo
9
Demo 2. Follow5 1. User Interface 2. Demo
10
Outline 1. Introduction 2. Design Specification 3. Conclusion 1. Functions Completed 2. Part of Follow5’s API
11
Functions Completed Login Read/Write/Reply Tweet Send/Receive Message Send/Receive @ Message Show My Tweet 3. Conclusion 1. Functions Completed 2. Part of Important Codes
12
3. Conclusion 1. Functions Completed 2. Part of Follow5’s API Timeline: httpGet("http://api.follow5.com/api/statuses/friends_timeline.xml?a pi_key="+ API_KEY, userName, passWord, result); Send Messages: httpPost(http://api.follow5.com/api/direct_messages/new.xml?api_k ey=API_KEY&fid= + userId, paramMap, userName, passWord, result); Receive Messages: httpGet(http://api.follow5.com/api/destroy_messages.xml?count=1 0&api_key= + API_KEY, userName, passWord, result); @ Messages: httpGet(http://api.follow5.com/api/statuses/mentions_me.xml?api_k ey= + API_KEY, userName, passWord, result); Part of Follow5’s API
13
Q & A Thank You
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.