All Projects → xiyy → Topnews

xiyy / Topnews

一款Android新闻客户端,并提供电视台直播功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Topnews

sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (+59.09%)
Mutual labels:  news, live
Tvlive
CCTV1~CCTV13和各大卫视的电视直播。
Stars: ✭ 34 (-22.73%)
Mutual labels:  live
Pygooglenews
If Google News had a Python library
Stars: ✭ 900 (+1945.45%)
Mutual labels:  news
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-38.64%)
Mutual labels:  live
Real Live
A cross-platform network media aggregation application.
Stars: ✭ 942 (+2040.91%)
Mutual labels:  live
Ios P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 31 (-29.55%)
Mutual labels:  live
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (+1793.18%)
Mutual labels:  live
Statsviz
🚀 Instant live visualization of your Go application runtime statistics (GC, MemStats, etc.) in the browser
Stars: ✭ 1,015 (+2206.82%)
Mutual labels:  live
Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-22.73%)
Mutual labels:  news
Zonkeynet
RADIO Mesh Network
Stars: ✭ 12 (-72.73%)
Mutual labels:  news
Tf Idf tutorial
計算關鍵詞重要程度(TF-IDF實作)Calculate cosine-similarity between documents using TF-IDF
Stars: ✭ 12 (-72.73%)
Mutual labels:  news
Hjdanmakudemo
A high performance danmaku engine for iOS
Stars: ✭ 844 (+1818.18%)
Mutual labels:  live
News Please
news-please - an integrated web crawler and information extractor for news that just works.
Stars: ✭ 969 (+2102.27%)
Mutual labels:  news
Summary loop
Codebase for the Summary Loop paper at ACL2020
Stars: ✭ 26 (-40.91%)
Mutual labels:  news
Nerdnews
A free and open source social news website focusing on computer science and FOSS news for Persian community
Stars: ✭ 41 (-6.82%)
Mutual labels:  news
News Ton
Stars: ✭ 7 (-84.09%)
Mutual labels:  news
Chir.py
twitter news bot that builds followers, posts, and bitcoin via ppc links
Stars: ✭ 10 (-77.27%)
Mutual labels:  news
Census Data Aggregator
Combine U.S. census data responsibly
Stars: ✭ 28 (-36.36%)
Mutual labels:  news
Enjoylife
😊开源App项目,每天一张精选倩图、一个精选小视频,一篇知乎美文
Stars: ✭ 43 (-2.27%)
Mutual labels:  news
Taizhou Fe Api
💥💥 仿今日头条后端 API 服务 Golang ,后台管理, APP 服务, Vue、 ReactJS、台湾头条
Stars: ✭ 42 (-4.55%)
Mutual labels:  news

TopNews

一款Android新闻客户端,独立开发完成,主要功能包括:

1 新闻频道分类,头条、社会、国内、娱乐、体育、军事、科技、财经、时尚
使用ViewPager+FragmentPagerAdapter+Fragment+TabLayout完成布局
使用HttpOK从聚合数据获取新闻数据
使用Gson对新闻数据解析
使用EventBus传递消息
新闻首页

2 新闻内容浏览
使用RecyclerView完成新闻列表
使用Glide完成新闻图片加载
使用webView加载新闻地址URL,并可与js交互
使用photoView+ViewPager完成新闻大图列表浏览,保存新闻图片到SdCard
新闻详情页

3 阅读历史、我的收藏
使用sqlite完成历史记录、收藏数据的管理工作
使用ViewPager+FragmentPagerAdapter+Fragment完成布局,RecyclerView完成收藏/历史列表
收藏、阅读历史页

4 直播功能,电视台直播
使用GridView、ListView等完成直播列表布局,包括央视、卫视、地方、体育、影视、海外等频道
直播源从现有直播平台利用fiddler抓包得到
播放器使用vitamio框架,可小窗播放、可全屏播放
直播首页
频道列表
全屏播放

5 新闻分享微信、QQ、微博
使用微信、QQ、微博等SDK完成新闻分享
分享

6 用户登录,手机号码验证码登录、微信、QQ、微博登录
手机号、验证码登录依赖LeanCloud SDK实现
手机号、密码登录依赖LeanCloud SDK实现,以及数据存储
微信、QQ、微博登录,利用SDK实现
登录页
登录成功

7 用户反馈、我要爆料功能
相机拍照选取图片并压缩
完成图片拾取器,按文件夹对图片分类,从文件夹中选取图片,可同时选取多张、可预览
数据发送到LeanCloud后台
用户反馈页
我要爆料页

8 定位+附近位置
通过simple-location-tracker获取设备经纬度
通过百度API接口获取用户附近位置,以列表形式呈现

9 系统设置
系统设置页
编辑资料
系统编辑资料页
清除缓存
检查版本
非WiFi网络播放提醒

10 App启动监测统计、崩溃日志收集、aes加密发送

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].