Skip to content

ReadyChatAI SMS is a compact Android app (Kotlin + Jetpack Compose) that demonstrates sending and receiving SMS messages with a clean Compose-based UI. It provides a masked phone input, a message composer, and a message list; incoming SMS are captured via a dynamic SmsReceiverManager and forwarded to the UI through a callback.

Notifications You must be signed in to change notification settings

Slimex84/RCAIsms

Repository files navigation

ReadyChatAI SMS APP

  • Description:
  • ReadyChatAI SMS is a compact Android app (Kotlin + Jetpack Compose) that demonstrates sending and receiving SMS messages with a clean Compose-based UI. It provides a masked phone input, a message composer, and a message list; incoming SMS are captured via a dynamic SmsReceiverManager and forwarded to the UI through a callback.

  • Features:
  • -> Compose UI for sending and receiving SMS, including a masked phone input field.

    -> Dynamic SMS receiver wrapper (SmsReceiverManager) that parses multipart SMS and forwards (sender, body) via a callback.

    -> sendMessage helper with runtime permission checks and optional delivery tracking via PendingIntents.

  • Tech Stack:
  • android logo androidstudio logo kotlin logo kotlin logo

    icons/jetpackcompose/jetpackcompose-original-wordmark.svg

  • Usage:
    1. Clone the repo in Android Studio.

    2. Build and run on a device (or an emulator configured for SMS testing). The app requests SMS permissions at runtime and demonstrates sending/receiving flows.

Screenshots

App Screenshot App Screenshot

About

ReadyChatAI SMS is a compact Android app (Kotlin + Jetpack Compose) that demonstrates sending and receiving SMS messages with a clean Compose-based UI. It provides a masked phone input, a message composer, and a message list; incoming SMS are captured via a dynamic SmsReceiverManager and forwarded to the UI through a callback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages