https://github.com/joaquimley/sms-parsing
Android app example on how to SEND and CATCH/DETECT incoming sms with a BroadcastReceiver
https://github.com/joaquimley/sms-parsing
android broadcastreceiver example parse send send-sms sms sms-messages sms-parsing tutorial
Last synced: about 1 year ago
JSON representation
Android app example on how to SEND and CATCH/DETECT incoming sms with a BroadcastReceiver
- Host: GitHub
- URL: https://github.com/joaquimley/sms-parsing
- Owner: JoaquimLey
- License: apache-2.0
- Created: 2016-12-30T12:09:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T07:33:39.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T02:03:07.431Z (about 1 year ago)
- Topics: android, broadcastreceiver, example, parse, send, send-sms, sms, sms-messages, sms-parsing, tutorial
- Language: Java
- Homepage: https://www.joaquimley.com/blog/detect-send-sms-android
- Size: 1.2 MB
- Stars: 93
- Watchers: 7
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README

# SMS Parsing


Android example app to show how to use a [BroadcastReceiver](https://developer.android.com/reference/android/content/BroadcastReceiver.html) to listen for incoming **SMS** and sending inside the APP, especially useful dealing with SMS-based services.
## This is a bare bones repo, if you wish to see an actual implementation
- Check this repository: [JoaquimLey/transport-eta](https://github.com/JoaquimLey/transport-eta)
--------------------
### Read more in the blog post: [Medium](https://medium.com/@JoaquimLey/detecting-sending-sms-on-android-8a154562597f)
## Contributing
Contributions are always welcome!
**Issues:**
Fell free to open a new issue. Follow the [ISSUE_TEMPLATE.MD](../development/ISSUE_TEMPLATE.MD)
Follow the "fork-and-pull" Git workflow.
1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Merge** with current *development* branch
5. **Push** your work back up to your fork
7. Submit a **Pull request** your changes can be reviewed (please refere the issue if reported)
**Prevent** code-style related changes (at least run Ctrl+⌥+O, ⌥+⌘+L) before commiting.
### License
Copyright © 2016 Joaquim Ley
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.