Category:

Java


Web-to-Phone SMS: Send Texts Using My Number

I wanted a hands-on way to learn WebSockets, so I built a simple Android app that connects to a custom web app in real-time. My goal was to create a setup that lets me send SMS messages from a web interface using my phone’s number. This Android app listens for WebSocket requests and leverages the local SMS API, demonstrating just how fast, simple, and effective client-device communication can be.