わいわいチャットはFirebaseを使ったサンプルチャットアプリケーションです。
このプロジェクトはRetrolambdaを利用しています。そのため別途JDK8が必要です。
google-services.json
を./app/src/${BUILD_VARIANT}
以下にコピー- Twitter AppsでTwitterアプリケーションを作成
- FirebaseのWebコンソールからAuthを選択しTwitter認証を有効化して2で取得した情報を入力
settings.properties
に必要事項を記入- firebase_project_id=FirebaseのプロジェクトID
- twitter_key=2で取得したTwitterのAPI Key
- twitter_secret=2で取得したTwitterのAPI Secret
gradlew build
このプロジェクトは以下のオープンソースソフトウェアを利用しています。
- Android Support Libraries
- Firebase
- Dagger2
- Butter Knife
- Picasso
- ThreeTen Android Backport
- Lightweight-Stream-API
- android-ago
- Otto
- Fabric SDK
- Retrolambda
- realm
- ImagePicker
このプロジェクトはApache 2.0ライセンスの範囲内で自由にご利用いただけます。
Copyright 2016 Fumihiko Shiroyama
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.