Particle animation with HTML5 Canvas and JavaScript Tutorial
In this video I’ll show you how to create something like this: Source code available on GitHub: https://github.com/valnub/particle-animation-javascript
Developer • YouTuber • Blogger
In this video I’ll show you how to create something like this: Source code available on GitHub: https://github.com/valnub/particle-animation-javascript
In this video screencast I will teach you how to create a chat app for iOS and Android with the power of Vue.js, Framework7 and PhoneGap in only 20 minutes. Source code can be downloaded on Github If you want you can try out the demo first here Click the image below to watch the […]
In my last post I showed you how to kick-off a new project with Framework7, VueJS and Webpack. So, I thought in the next video I could show you a real-world example on how to create an app based on these technologies. In this screencast we will create a Twitter client for iOS and Android […]
Watch me trying the new Vue.js plugin for Framework7 for the first time. Bear with me on this one, it’s the first time I give this a try so there will be a lot of try and error involved! :-)
Disclaimler: First of all, let me state clear that I am not involved into the Framework7 project. I am not getting paid for this post. This is just my honest, personal opinion as a mobile developer. Early steps The first framework I used when I started mobile development was jQueryMobile. I was used to jQuery […]
Important: Read this first! This article covers a template for Framework7 apps built on TypeScript, SASS, Grunt and AngularJS. From my experience so far I discovered that TypeScript is really complicated and not much fun to use with F7 and Angular. Also, some people seem to struggle with the grunt compile process. So, I created […]
Before you get the newest Cordova version for your PhoneGap project and run the update script, you better might want to back it up, or otherwise: taylor:bin valmar$ ./update ~/dev/android/myp An unexpected error occurred: ANDROID_BIN=”${ANDROID_BIN:=$( which android )}” exited with 1 Deleting project… Thank you, PhoneGap for deleting my project!
Just took me forever to get this straight, here is the trick on how to do it: CookieSyncManager sym = CookieSyncManager.createInstance(appView.getContext()); CookieManager com = CookieManager.getInstance(); sym.sync(); String cookie = com.getCookie(“file:///android_asset”); if (cookie == null) Log.d(“MainActivity”, “Cookie is null”); else{ Log.d(“MainActivity”, “Cookie exists, value is:”); Log.d(“MainActivity”, cookie); }
Here we have an interesting Flash2HTML5 converter which seems to work up to (parts of) Flash8. Check out smokescreen.us for demos and more info (Thanks to Antonio for the link). Seems like it works pretty decently regarding movies and animations but I wonder if “real” applications would work with it, like for example such which […]
Around two years ago, I wrote a little article about OpenLaszlo, a promising RIA framework, for richability.com in which I compared it to Adobe’s Flex platform. Since a lot of time has passed and many things changed since then, I think it’s time for an updated sight on this technology. Back in the days when […]