Does anyone know of similar project that are built with the Android's UI in mind? It seems like almost all of these kind of projects are built with iOS' UI in mind... wonder why..
Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
71–80 of 89 posts
Really cool stuff there,
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#72Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#73Really cool stuff there, Does anyone know of similar project that are built with the Android's UI in mind? It seems like almost all of these kind of projects are built with iOS' UI in mind... wonder why..
I know. Because only 7-8% of mobile generated Internet traffic accounts for Android.
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#74it's a nice product I wish it would come with a visual editor to compete with codiqa
Codiqa is for product managers when they want to bust UI guys. I'd rather ask Codiqa to remove visual editor feature.
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#75Awesome job from awesome guys. Really liked it but I don't get why you haven't reused Bootstrap resources. Really small and neat toy. Really good to see all the stuff packed in 50 KB stuff!
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#76This is really impressive. I'm tempted by the idea that combined with AngularJS directives[1], this can really work wonders for iphone development. So instead of all the divs and css, the code can be really boiled down to this:
On the backend you can have something like: angular.module(...).directive('titleBar', function(){
template: '{{title}}'
});
Will make writing the code much easier and intuitive.Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#77Really cool stuff there, Does anyone know of similar project that are built with the Android's UI in mind? It seems like almost all of these kind of projects are built with iOS' UI in mind... wonder why..
I know. Because only 7-8% of mobile generated Internet traffic accounts for Android.
I would really love a reference for that.
I do not doubt you. I just think it would be helpful if there was a reference.
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#78A few typical "global" layouts would be nice! Like the famous "off canvas layout" http://www.zurb.com/playground/off-canvas-layouts
Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#79Re: Ratchet: Prototyping iPhone apps in simple HTML, CSS, and JS
#80Wonderful home page!