找回密码
 立即注册
microblogthe加载ViewWeiBoActivit | android开发 2022-05-26 108 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
源代码介绍
      该版本在河口同学的基础上做了如下改进:
        1.改用oauth2.0认证
        2.新界面
        3.自定义JSONAdapter,直接解析服务端json,填充listview
        4.添加ViewWeiBoActivity查看微博信息
        5.阅读微博内容中的图片,转发微博中的图片。
        6.使用AsyncTask代替hander异步加载微博信息
        7. 点击“加载更多”;动态加载微博
        8.点击刷新获取最新微博
        9.全部使用服务并在后台执行任务

(Source code introduction
This version has made the following improvements on the basis of Hekou students:
1. Switch to oauth2.0 certification
2. New interface
3. Customize the jsonadapter, directly parse the server JSON and fill in the listview
4. Add viewweiboactivity to view microblog information
5. Read the pictures in the microblog content and forward the pictures in the microblog.
6. Use asynctask instead of handler to load microblog information asynchronously
7. Click "load more"; Dynamically load microblog
8. Click refresh to get the latest microblog
9. Use all services and perform tasks in the background)

[下载]18372900657.rar




上一篇:Android 应用程序自动更新源码
下一篇:Android 文件断点续传源码