Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdtianyu/moments
A sample app which looks like WeChat Moments, it's still under development.
https://github.com/xdtianyu/moments
Last synced: about 1 month ago
JSON representation
A sample app which looks like WeChat Moments, it's still under development.
- Host: GitHub
- URL: https://github.com/xdtianyu/moments
- Owner: xdtianyu
- License: apache-2.0
- Created: 2015-10-07T14:22:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T09:12:00.000Z (about 9 years ago)
- Last Synced: 2023-04-01T07:51:21.218Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moments#
[Moments](https://github.com/xdtianyu/Moments) is a sample app which looks like WeChat Moments, it's still under development.[![Build Status](https://travis-ci.org/xdtianyu/Moments.svg?branch=master)](https://travis-ci.org/xdtianyu/Moments)
[![Download Moments-release-v1.0.4.apk](https://img.shields.io/github/downloads/xdtianyu/Moments/v1.0.4/total.svg)](https://github.com/xdtianyu/Moments/releases/download/v1.0.4/Moments-release-v1.0.4.apk)
[![Download Moments-release-v1.0.3.apk](https://img.shields.io/github/downloads/xdtianyu/Moments/v1.0.3/total.svg)](https://github.com/xdtianyu/Moments/releases/download/v1.0.3/Moments-release-v1.0.3.apk)
[![Download Moments-release-v1.0.2.apk](https://img.shields.io/github/downloads/xdtianyu/Moments/v1.0.2/total.svg)](https://github.com/xdtianyu/Moments/releases/download/v1.0.2/Moments-release-v1.0.2.apk)
[![Download Moments-release-v1.0.1.apk](https://img.shields.io/github/downloads/xdtianyu/Moments/v1.0.1/total.svg)](https://github.com/xdtianyu/Moments/releases/download/v1.0.1/Moments-release-v1.0.1.apk)
Thanks to
-------[androidannotations](https://github.com/excilys/androidannotations): An Open Source framework that speeds up Android development.
[retrofit](https://github.com/square/retrofit): Type-safe HTTP client for Android and Java by Square, Inc.
[picasso](https://github.com/square/picasso): A powerful image downloading and caching library for Android.
[MaterialLibrary](https://github.com/rey5137/material): An Open Source Android library that back-port Material Design components to pre-Lolipop Android.
LICENSE
-------```
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 athttp://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.
```