# Android-Carbon-Forum **Repository Path**: wuonly_admin/Android-Carbon-Forum ## Basic Information - **Project Name**: Android-Carbon-Forum - **Description**: Android Client for Carbon Forum with Material Design. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-07 - **Last Updated**: 2022-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. ## 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 (lincanbin@hotmail.com) 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. ```