Douban, Yet Another.
Yet another Material Design Android app for Douban.
Download: Douya Latest Release Build
- Material Design
- Start time optimization
- Lollipop shared element transition
- Screen rotation support.
- Staggered grid layout for tablet.
- Custom Tabs support.
Images:
Video:
Most data are fetched from network while some of them are cached for offline.
- Account system based on Android
AccountManager
. - Retrofit with custom extensions for network requests.
- Gson for data model.
- Glide for image loading.
- DiskLRUCache with custom extensions for caching.
- EventBus for state synchronization across Activities.
- Material Design implemented with AppCompat, Design, CardView and RecyclerView from support library and some customization.
- Animation implemented with shared element transition on Lollipop and above.
- MaterialColdStart,800+ Stars
- MaterialProgressBar,500+ Stars
- CustomTabsHelper,200+ Stars
- MaterialEditText
- SystemUiHelper
- PhotoView
- Glide
- Gson
- ButterKnife
- DiskLruCache
- ThreeTenABP
- Retrofit
- EventBus
- CustomTabsHelper
- EffortlessPermissions
- MaterialEditText
- MaterialProgressBar
- SystemUiHelper
- MaterialColdStart
You can download the APK file from releases of this project.
For building this project yourself:
- Create
signing.properties
:
storeFile=YOUR_STORE_FILE
storePassword=
keyAlias=
keyPassword=
- Execute
./gradlew build
。
After installation, please install Douya API Key to set up API key for this app.
Please don't install APKs from untrusted sources, so that you won't leak your username and password.
Copyright 2015 Zhang Hai
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.