Skip to content

fixedgigha/monotweety

 
 

Repository files navigation

Monotweety

wercker status codebeat badge codecov

header

Simple Twitter Client just for tweeting.

Get it on Google Play

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 to secrets.properties.
  • Create Firebase project and download google-services.json, which should have two properties; net.yslibrary.monotweety and net.yslibrary.monotweety.debug.

About

Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 98.7%
  • Java 1.3%