Sms Parsing Save

Android app example on how to SEND and CATCH/DETECT incoming sms with a BroadcastReceiver

Project README

AppIcon

SMS Parsing

minSdkVersion compileSdkVersion

Android example app to show how to use a BroadcastReceiver 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


Read more in the blog post: Medium

Contributing

Contributions are always welcome!

Issues: Fell free to open a new issue. Follow the 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
  6. 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.
Open Source Agenda is not affiliated with "Sms Parsing" Project. README Source: JoaquimLey/sms-parsing

Open Source Agenda Badge

Open Source Agenda Rating