https://github.com/sailthru/sailthru-mobile-stream-examples
Example Projects for Android and iOS showing ways to build custom message streams
https://github.com/sailthru/sailthru-mobile-stream-examples
Last synced: 13 days ago
JSON representation
Example Projects for Android and iOS showing ways to build custom message streams
- Host: GitHub
- URL: https://github.com/sailthru/sailthru-mobile-stream-examples
- Owner: sailthru
- License: apache-2.0
- Created: 2015-08-16T22:03:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:53:13.000Z (10 months ago)
- Last Synced: 2025-05-07T13:56:20.114Z (13 days ago)
- Language: Java
- Homepage:
- Size: 5.3 MB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Marigold Stream Examples
## Introduction
Welcome to the Marigold Stream Examples source repo. The idea of this repo is to help you build your own stream inside your application, to display messages sent with [mobile.sailthru](https://mobile.sailthru.com).
Sample code is available for both iOS and Android, with iOS including both Swift and Objective-C code. We have worked to make the code as self contained as possible, meaning installation into your own is as simple as possible. Once imported to your own applications, you should tweak the designs to suit the look and feel of your own application.
Alternatively, you can use these samples to learn more about how you'd build your own examples from scratch.
For specifics for iOS and Android, see their respective READMEs. ([iOS](https://github.com/carnivalmobile/carnival-stream-examples/tree/master/iOS) | [Android](https://github.com/carnivalmobile/carnival-stream-examples/tree/master/Android))
## Contributing
These examples are fully open source. If you'd like to suggest an improvement, make an improvement or report and issue - please do! We'll review them ASAP and get back to you.If you customize the examples in a big way, please commit them back to the app so others can benefit too.
## Docs and Support
Our docs are at [docs.mobile.sailthru](https://docs.mobile.sailthru.com/) for more information. Any questions? Create an issue or email at [[email protected]]([email protected]).## Libraries Used
For iOS, we use [SDWebImage](https://github.com/rs/SDWebImage) and [DateTools](https://github.com/MatthewYork/DateTools).
For Android, we use [Swipeable Recycler View](https://github.com/brnunes/SwipeableRecyclerView) and [Picasso](https://github.com/square/picasso) with **no** changes.## License
See [here](https://github.com/carnivalmobile/carnival-stream-examples/blob/master/LICENSE.md).