All Projects → xiaweizi → Qnews_kotlin

xiaweizi / Qnews_kotlin

趣闻-Kotlin版,我的毕设项目

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Qnews kotlin

Absolutebeginnerprojects
A repo for brand new devs who are looking for great real-world fundamental practice projects
Stars: ✭ 93 (-39.61%)
Mutual labels:  project
Kotlin Koans
kotlin koans examples
Stars: ✭ 116 (-24.68%)
Mutual labels:  project
Beginners C Program Examples
Simple, Short and Sweet beginners friendly C language programs
Stars: ✭ 138 (-10.39%)
Mutual labels:  project
Checklist Going Live
The checklist that is used when a project is going live
Stars: ✭ 1,334 (+766.23%)
Mutual labels:  project
Online Shopping System
demo
Stars: ✭ 110 (-28.57%)
Mutual labels:  project
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (+648.7%)
Mutual labels:  project
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-47.4%)
Mutual labels:  project
Webchat
🔈 Websocket project based on vue(基于vue2.0的实时聊天项目)
Stars: ✭ 1,856 (+1105.19%)
Mutual labels:  project
Angular Chrome Extension
angular chrome extension scaffold
Stars: ✭ 113 (-26.62%)
Mutual labels:  project
Cms
Node.js Content Management System
Stars: ✭ 131 (-14.94%)
Mutual labels:  project
Kordamp Gradle Plugins
A collection of Gradle plugins
Stars: ✭ 100 (-35.06%)
Mutual labels:  project
Project Based Learning
Curated list of project-based tutorials
Stars: ✭ 60,163 (+38966.88%)
Mutual labels:  project
Paleontologas
Source code of the most popular Paleontological mobile app in the world! Programming sandbox.
Stars: ✭ 122 (-20.78%)
Mutual labels:  project
Wheel
Quick navigation framework for Vim and Neovim : buffer groups, mru, locate, find, grep, outline, yank, ...
Stars: ✭ 94 (-38.96%)
Mutual labels:  project
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (-7.14%)
Mutual labels:  project
Gooderp addons
可能是中国用户数最多的开源ERP
Stars: ✭ 1,315 (+753.9%)
Mutual labels:  project
Utinyripper
GUI and API library to work with Engine assets, serialized and bundle files
Stars: ✭ 1,871 (+1114.94%)
Mutual labels:  project
Devtranslate.github.io
🚧 new website under construction
Stars: ✭ 148 (-3.9%)
Mutual labels:  project
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-6.49%)
Mutual labels:  project
Datascicomp
A collection of popular Data Science Challenges/Competitions || Countdown timers to keep track of the entry deadlines.
Stars: ✭ 1,636 (+962.34%)
Mutual labels:  project

软件下载地址

扫码下载:

扫码下载.png

更新日志:

- 2017 4月24日
	-  添加自定义消息推送
- 2017 4月4日
	- 添加分享功能
- 2017 3月30日
	- 添加修改头像功能
- 2017 3月17日
	- 修复打开应用白屏 bug
- 2017 3月14日
	- 历史上的今天模块添加转场动画
	- 新闻详情页添加侧滑结束页面功能
- 2017 2月27日
	- 修复横竖屏切换问题
	- 重构 `MainActivity` 代码,优化 `fragment` 切换
- 2017 2月23日
	- 重构网络框架: 使用`RxJava+Retrofit`进行初步封装
- 2017 2月16日
	- 增加主题切换功能
	- 增加夜间模式功能
- 2017 2月15日
	- 添加趣图模块

我通过一下目录进行项目的演示:

1. 整体风格和个人页面

*整体采用的是Material Design风格,看起来好看一点*

整体风格.gif

如果觉得还行,请给个star吧

2. 跳转界面

跳转界面.gif

这个就是属性动画(translationX + translationY)

3. 新闻模块

新闻模块.gif

数据来源: 聚合数据

网络框架: okhttp

图片框架: Glide

4. 段子模块

段子模块.gif

支持下拉刷新,上拉加载更多

5. 趣图模块

*这个是个小彩蛋,在段子界面,在点击一下段子就会跳转到趣图模块*

趣图模块.gif

这里是随机从服务器中获取趣图,有时候也会有动态图

6. 历史上的今天模块

*这部分我觉得既好玩,又很有意义*

历史上的今天.gif

说实话,我还挺喜欢叶圣陶的。

其实点进去上面是viewpager展示图片的,但是不知道怎么搞得,聚合数据图片不提供了,也是醉了。

7. 图灵机器人模块

图灵机器人.gif

闲来没事,单身狗可以玩一下,嘻嘻...

8. 主题切换以及夜间模式

换肤.gif

我用采用的方式比较简单,就是直接setTheme(int resId)方式,网上有一些好的实现方式,不妨上网搜一下。

9. 用到的第三方开源库

  1. 数据来源: 聚合数据
  2. 标题来源: 艺术字生成
  3. 小图标来源: 阿里适量图
  4. 图片加载框架: Glide
  5. 网络请求框架: 鸿洋大神的okhttputils
  6. view注解框架: butterknife
  7. 基类适配器: BaseRecyclerViewAdapterHelper
  8. 指示器: MagicIndicator
  9. 底部栏: BoomMenu
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].