https://github.com/yshrsmz/monotweety
Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach
https://github.com/yshrsmz/monotweety
android android-application kotlin kotlin-android rxjava twitter twitter-client
Last synced: about 1 year ago
JSON representation
Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach
- Host: GitHub
- URL: https://github.com/yshrsmz/monotweety
- Owner: yshrsmz
- License: apache-2.0
- Archived: true
- Created: 2016-09-24T03:57:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T14:51:37.000Z (over 5 years ago)
- Last Synced: 2024-12-21T16:22:26.935Z (over 1 year ago)
- Topics: android, android-application, kotlin, kotlin-android, rxjava, twitter, twitter-client
- Language: Kotlin
- Homepage:
- Size: 3.25 MB
- Stars: 114
- Watchers: 7
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Monotweety
[](https://app.wercker.com/project/byKey/438f38b6c6b44b4bf2454413a92c0c03)
[](https://codebeat.co/projects/github-com-yshrsmz-monotweety)
[](https://codecov.io/gh/yshrsmz/monotweety)

Simple Twitter Client just for tweeting.
Monotweety is also available at F-Droid compatible repository called [IzzyOnDroid F-Droid Repository](https://apt.izzysoft.de/fdroid/). Link for the page is [here](https://apt.izzysoft.de/fdroid/index/apk/net.yslibrary.monotweety)
## 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](https://kotlinlang.org/)
- Reactive MVVM-like architecture
- [Dagger2](https://github.com/google/dagger) for Dependency Injection
- [Conductor](https://github.com/bluelinelabs/Conductor) for building View-based application
- [RxJava](https://github.com/reactivex/rxjava) for async/reactive programming
- [StorIO](https://github.com/pushtorefresh/storio) for SQLite
## Screenshots
|splash|setting|notification|editor
|---|---|---|---|
|||
## How to build
- Fill `secrets.properties.template` and rename to `secrets.properties`.
- Create Firebase project and download `google-services.json`, which should have two properties; `net.yslibrary.monotweety` and `net.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.
