找回密码
 立即注册
使用腾讯ApplicationUse | android开发 2022-05-26 122 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
源代码介绍
    本微博客户端用到了一些知识点。
一:sqllite数据库的应用
2:SharedPreferences结合sqllite保存默认登录用户
3:圆角背景、圆角头像、.9.png格式在android中的应用
4:当然布局是RelativeLayout,LinearLayout,FrameLayout,include,merge最常用的应用
5:菜单菜单的使用
6:使用弹出菜单,简单的弹出框,包括列表弹出框。
7:使用嵌入腾讯第三方授权页面的webview
8:最常用的ListView的使用
9:Tab布局的应用
10:listView的分页。
11:通用适配器BaseAdapter和ArrayAdapter等适配器的使用
12:android美化中选择器的使用
13:使用简单的动画
14:应用广播接收器BroadCastReceiver接收腾讯授权码。
15:使用腾讯Oauth认证(新浪、人人、淘宝的开放API也是基于此,版本可能不同)
16:ViewHolder和LayoutInflater等的使用
17:腾讯API的调用与封装

(Source code introduction
This microblog client uses some knowledge points.
1: Application of SQL Lite database
2: SharedPreferences saves the default login user in combination with sqllite
3: Rounded background, rounded avatar 9. Application of PNG format in Android
4: Of course, layout is the most commonly used application of relativelayout, LinearLayout, FrameLayout, include and merge
5: Use of menus
6: Use the pop-up menu to create simple pop-up boxes, including list pop-up boxes.
7: Use WebView embedded in Tencent's third-party authorization page
8: Use of the most commonly used listview
9: Application of tab layout
10: Paging of listview.
11: Use of universal adapters baseadapter and arrayadapter
12: The use of selector in Android beautification
13: Use simple animation
14: The application broadcast receiver broadcastreceiver receives Tencent authorization code.
15: Use Tencent OAuth certification (the open APIs of sina, Renren and Taobao are also based on this, and the versions may be different)
16: Use of viewholder, layoutinflator, etc
17: Tencent API call and encapsulation)

[下载]18554104965.rar




上一篇:Android 网页浏览器源码
下一篇:Android 仿蘑菇街界面设计源码