https://github.com/patridge/xamarinformsscrollyfun
Code behind the crazy tweet here: https://twitter.com/PatridgeDev/status/584560426408484864
https://github.com/patridge/xamarinformsscrollyfun
Last synced: 3 months ago
JSON representation
Code behind the crazy tweet here: https://twitter.com/PatridgeDev/status/584560426408484864
- Host: GitHub
- URL: https://github.com/patridge/xamarinformsscrollyfun
- Owner: patridge
- License: mit
- Created: 2019-02-19T17:28:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T17:51:43.000Z (over 6 years ago)
- Last Synced: 2025-01-01T10:25:39.564Z (5 months ago)
- Language: C#
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This code was a hacked-together proof-of-concept to implement custom results from scrolling on a Xamarin.Forms page. It is not necessarily a good idea, nor is it guaranteed to work in any way. I just wanted to get it out here as a backup.
https://twitter.com/PatridgeDev/status/584560426408484864
I've almost got the pseudo-ScrollView doing what I imagined in my head; getting a little spaghetti but still fun. pic.twitter.com/FfjNl3Y4Bq
— Adam Patridge (@PatridgeDev) April 5, 2015For the version that simply uses colorful boxes instead of words, it's hiding in a branch on this repo: [**squares-demo**](https://github.com/patridge/XamarinFormsScrollyFun/tree/squares-demo).