Monotweety
Simple Twitter Client just for tweeting.
Monotweety is also available at F-Droid compatible repository called IzzyOnDroid F-Droid Repository. Link for the page is here
Overview
Monotweety is Twitter client app which specializes in tweeting right from your device's notification area.
When you tap the notification, editor dialog will be launched, and you can tweet from there.
If your device is Android 7.0 or up, you can literally tweet from your notification area.
Features include:
- tweet from notification area
- chain tweets as a thread
Architecture
Monotweety uses following approach/libraries
- Kotlin
- Reactive MVVM-like architecture
- Dagger2 for Dependency Injection
- Conductor for building View-based application
- RxJava for async/reactive programming
- StorIO for SQLite
Screenshots
splash | setting | notification | editor |
---|---|---|---|
How to build
- Fill
secrets.properties.template
and rename tosecrets.properties
. - Create Firebase project and download
google-services.json
, which should have two properties;net.yslibrary.monotweety
andnet.yslibrary.monotweety.debug
.
License
Copyright 2016-2017 Shimizu Yasuhiro (yshrsmz) 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.