Thingspeak client for android. Status: in development. Screenshots
- List public channels
- Favorite channels
- View a channel and its feeds/charts
- Interactive charts
- Open channel with ID and Read key
- Save read keys
- Material style
- share channel url
- autorefresh on/off
- search by tag or username
- user details page / list users channels
- Launcher widgets: Charts / latest value
- Export/Import chart properties and styles, favorites, saved read keys
- Show channels near location / browse public channels on map / map view
- Show channel on map
Thingspeak API documentation: https://thingspeak.com/docs/
Retrofit: http://square.github.io/retrofit/
Android bootstrap buttons and fontAwesome: https://github.com/Bearded-Hen/Android-Bootstrap
Font Awesome Cheatsheet: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Font Awesome png icon generator: http://fa2png.io/
Google Material design guidelines: http://www.google.com/design/spec/material-design/introduction.html
MPAndroidChart wiki: https://github.com/PhilJay/MPAndroidChart/wiki
Android Best practices by futurice: https://github.com/futurice/android-best-practices
More https://github.com/anirudh24seven/android-dev-readme
The MIT License (MIT)
Copyright (c) 2015 Ville Valta
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The following dependencies are bundled with software, but are under terms of a separate license:
- Retrofit - Apache Licence 2.0
- MPAndroidChart - Apache Licence 2.0
- Android-Bootstrap - MIT