Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelkiwi/how-we-do-it
Public examples of our code
https://github.com/steelkiwi/how-we-do-it
Last synced: 7 days ago
JSON representation
Public examples of our code
- Host: GitHub
- URL: https://github.com/steelkiwi/how-we-do-it
- Owner: steelkiwi
- Created: 2015-09-14T10:41:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T10:42:40.000Z (about 9 years ago)
- Last Synced: 2023-08-03T09:38:16.823Z (over 1 year ago)
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#How we do it - public examples of our code
Here you can find some of our open source projects and those which were made "just for fun". Check them to see our codestyle and know more about approaches used.
* https://github.com/steelkiwi/libGDX-Path-Editor
Path editor was developed as an auxiliary utility during the development of our in-house [Grand Park Auto](https://play.google.com/store/apps/details?id=com.steelkiwi.grandparkauto) game. We thought it might help other developers to make path creation easy and it really did!
* https://github.com/steelkiwi/AndroidRecording
Audio/video recording solution developed for fun unexpectedly became pretty popular and got lots of GitHub stargazers.
* https://github.com/steelkiwi/Android-Image-Worker-Library
There was a time when image loading/caching on Android was a tricky task and this was our attempt to make world better. Some time after, many good solutions were introduced, but this project stay here as our contribution to open source.