All Projects → XunMengWinter → Now

XunMengWinter / Now

Licence: apache-2.0
Jsoup + MaterialViewPager + RxJava2 + Retrofit + Lifecycle + Realm + Fresco + Retrolambda example 一款Android图文精选app,通过抓取网页获得图文列表。目前包含猫弄(MONO)早午茶、站酷(Zcool)精选、国家地理(National Geographic)每日一图、知乎日报、豆瓣一刻(Moment)。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Now

Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+1749.74%)
Mutual labels:  jsoup, realm
Realmfieldnameshelper
Realm extension library used to create more type-safe queries.
Stars: ✭ 174 (-7.94%)
Mutual labels:  realm
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (-37.57%)
Mutual labels:  realm
Realm Draw
The official Realm Draw app used in promotional videos
Stars: ✭ 150 (-20.63%)
Mutual labels:  realm
Rxlifecycle
Rx binding of stock Android Activities & Fragment Lifecycle, avoiding memory leak
Stars: ✭ 131 (-30.69%)
Mutual labels:  lifecycle
Atomicpurpleteam
Atomic Purple Team Framework and Lifecycle
Stars: ✭ 155 (-17.99%)
Mutual labels:  lifecycle
Harrypotter
🧙🏻 Sample HarryPotter application based on MVVM architecture (ViewModel, LiveData, Repository, Coroutines, Koin or Dagger-Hilt)
Stars: ✭ 116 (-38.62%)
Mutual labels:  lifecycle
Newgank
Cool Android client for gankio (Java).
Stars: ✭ 179 (-5.29%)
Mutual labels:  realm
Androidbaseframemvvm
Android 组件化 MVVM 框架 基于 Jetpack + Kotlin
Stars: ✭ 169 (-10.58%)
Mutual labels:  lifecycle
Nearbyweather
NearbyWeather is an open source weather app for iOS, which uses the OpenWeatherMap API. With this project developers are invited to learn advanced iOS concepts, as well as to contribute further advancements. Fork this repo to get started.
Stars: ✭ 146 (-22.75%)
Mutual labels:  realm
Nsoup
NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java
Stars: ✭ 145 (-23.28%)
Mutual labels:  jsoup
Realm Studio
Realm Studio
Stars: ✭ 134 (-29.1%)
Mutual labels:  realm
Nationalgeographic
NationalGeographic with Android Architecture Components(Lifecycle) & Kotlin
Stars: ✭ 156 (-17.46%)
Mutual labels:  lifecycle
Awesome Blogs Android
어썸블로그 ・ 개발 블로그 모음 ・ 개발 잡덕들을 위한 본격 고퀄리티 개발 블로그 큐레이션 서비스 🕵️‍♀️
Stars: ✭ 128 (-32.28%)
Mutual labels:  realm
Disposer
Easily dispose rxJava streams with Android's Lifecycle
Stars: ✭ 176 (-6.88%)
Mutual labels:  lifecycle
Autograph
A GraphQL Client in Swift
Stars: ✭ 117 (-38.1%)
Mutual labels:  realm
Saber
🏄 帮助你快速使用Android的LiveData与ViewModel,已支持SavedState
Stars: ✭ 143 (-24.34%)
Mutual labels:  lifecycle
Rxrealmdatasources
An easy way to bind an RxRealm observable to a table or collection view
Stars: ✭ 154 (-18.52%)
Mutual labels:  realm
Searchbubble
A bubble to do your search.
Stars: ✭ 181 (-4.23%)
Mutual labels:  realm
Sakuraanime
使用jsoup爬取樱花动漫部分内容编写的第三方Android客户端。
Stars: ✭ 177 (-6.35%)
Mutual labels:  jsoup

NowView 4.2

一款Android图文精选app,通过抓取网页获得图文列表。目前包含站酷(Zcool)精选、国家地理(National Geographic)每日一图、MONO早午茶、知乎日报、豆瓣一刻(Moment)。

NowView 4.0

Get Now in Google Play

Download release Apk in : GitHub 七牛云

Web App

IDEA & TODO

No wait, no ad, no mess.

想要看得更多,想要得到更快,想要发现更美。

So, view more, just Now!

Now 设计: 无账号、无后台、依赖最小化,不过度设计,不打扰用户。

  • [x] 添加MONO模块
  • [ ] 添加Dribbble模块
  • [ ] Gank模块进行网络缓存
  • [ ] Web详情页支持图片点击后显示大图
  • [ ] 长按图片支持GIF保存
  • [ ] Realm数据库实体类更改或增加支持migrate
  • [ ] 支持根据字段模糊搜索本地条目,即Realm数据库查询
  • [ ] 支持本地条目备份为文件&从文件生成本地条目,即Realm数据库的导出与导入
  • [ ] 支持动态添加模块(用户仅需提供一个网址,即可自动生成一个图文列表)

4.2 更新日志

  • 添加历史搜索(入口在左侧抽屉)。

4.1 更新日志

  • 修复顶部图片显示的bug。

4.0 更新日志

  • 添加 MONO 模块!
  • 图片显示优化;
  • 内存泄露修复;
  • 添加 Apache开源协议。

NowView 2.0 -> 3.1

  • RxJava升级为RxJava2,优化主页数据获取逻辑;
  • Realm升级,兼容先前数据;
  • 优化并加强共享元素动画;
  • 大图模式下长按屏幕可保存图片,统一使用Glide加载与获取图片;
  • gank.io页面优化,获取10日内最近一天的数据;
  • 升级部分第三方库,去除部分sdk。

Where is 3.0 ?

NowView 3.0 升级Realm后未能兼容之前数据,执行了Realm数据表重置操作...嗯,一句try catch引发的结果...遂重新排坑打包。

2.0 更新日志

  • 将Other移至左侧Drawer;
  • 使用RxBinding 处理点击事件;
  • 将App中所用到的SharedPreferences整个成一个帮助类;
  • 顶部图片选择逻辑完善;
  • 包结构改动。

License

Copyright [2018] [XunMengWinter]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

如果你也喜欢Now,那么为ta贡献代码或灵感吧~

NowView 1.0+ 历史

See the old banch: 1.0+

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].