An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![AppIcon](../master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png)

# SMS Parsing

![minSdkVersion](https://img.shields.io/badge/minSdkVersion-19-yellow.svg?style=true)
![compileSdkVersion](https://img.shields.io/badge/compileSdkVersion-25-green.svg?style=true)

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.