Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincanbin/Android-Carbon-Forum
Android Client for Carbon Forum with Material Design.
https://github.com/lincanbin/Android-Carbon-Forum
android android-app carbon-forum material-design
Last synced: 2 months ago
JSON representation
Android Client for Carbon Forum with Material Design.
- Host: GitHub
- URL: https://github.com/lincanbin/Android-Carbon-Forum
- Owner: lincanbin
- License: apache-2.0
- Created: 2015-05-08T10:40:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T06:47:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-28T18:38:08.968Z (2 months ago)
- Topics: android, android-app, carbon-forum, material-design
- Language: Java
- Homepage: https://www.94cb.com
- Size: 2.03 MB
- Stars: 250
- Watchers: 20
- Forks: 78
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Carbon-Forum [![Build Status](https://travis-ci.org/lincanbin/Android-Carbon-Forum.svg)](https://travis-ci.org/lincanbin/Android-Carbon-Forum)
Android Client for Carbon Forum with Material Design.
## Related Projects
* [API Documentation](https://github.com/lincanbin/Carbon-Forum-API-Documentation)
* [PHP Server](https://github.com/lincanbin/Carbon-Forum)## Requirements
* Android Studio version 1.4 or higher.
* Gradle Plugin 2.0 or higher.## Build your Carbon Forum android client
1. Rename the package name form ```com.lincanbin.carbonforum``` to ```com.yourname.carbonforum```.
2. Edit configuration of domain, API key and API secret in ```config/APIAddress.java```.
3. Edit ```app_name``` in ```res/values/strings.xml``` (Optional).
4. Modify the icon ```ic_launcher.png``` as you like (Optional).
5. Build and enjoy it.## Features
* Writing……
## Screenshot
![Main](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-36-59.png)
![Topic](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-41-33.png)
![New](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-11-10-20-38-12.png)
![Login](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-39-40.png) ![Settings](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-39-51.png)
![Notifications](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-11-12-00-35-02.png)
![Push_Service](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-42-58.png)
![Drawer](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-37-11.png)
![Drawer2](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-37-28.png)
![Drawer3](https://raw.githubusercontent.com/lincanbin/Android-Carbon-Forum/master/screenshot/Screenshot_2015-10-16-00-43-26.png)
## License
```
Copyright 2015-2016 Canbin Lin ([email protected])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.
```