Skip to content

sues-lee/SuesNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

腾飞新闻

一个符合 Google Material Design 的 Android 校园新闻客户端 http://fir.im/sues ##效果图 Demo gif 1 Demo gif 2

Demo Screenshot 1 Demo Screenshot 2 Demo Screenshot 3 Demo Screenshot 4

通过本项目你可以了解到

  • 怎样使用不同的资源文件对不同版本的系统进行 适配
  • 怎样使用 ORMLite 进行数据库存储
  • 怎样符合 MaterialDesign 的设计规范
  • 怎样使用 support-v4 以及 appcompat 兼容包
  • 怎样使用最新的 RecyclerView , ToolBar 以及 CardView
  • 怎样使用 ViewPager 以及 fragment 制作多页面滑动的效果
  • 怎样通过制作自定义控件实现页面的 滑动返回 效果
  • 怎样实现隐藏 ToolBar 以及其他的优美 动效
  • 怎样通过 DrawerLayout 实现侧滑菜单的效果
  • 怎样进行网络内容的异步加载以及数据缓存
  • 怎样使用 Gradle 轻松完成项目的构建
  • 怎样使用 PreferenceFragment 方便地完成设置界面
  • 怎样使用 属性动画

##下载

##更新记录

  • V1.1.0-beta : 1.修复界面错乱的问题;2.修复“关于”页面返回键无法点击的问题;3.解决Android5.0上的各种问题

##开发工具

  • AndroidStudio
  • Gradle

##项目中用到的开源库

##关于作者

License

The MIT License (MIT)

Copyright (c) 2015 lixu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.