Interesting, But i installed the app on my nexus 5 and used it... It feels like i'm opening the browser. The app doesn't feel native. Input elements are weird. The dialog is weird. The animation is sluggish. And the spinner animation is moving in a weird fashion. For a lot of apps thats allright. But if you want to create a killer app, please go native.
Yupp, it's sluggish but good enough for small time apps. Wait a few years for famo.us and others to work on the problem, and you will see hybrid killer apps.
How we built our app in 2 weeks using Ionic Framework
91–100 of 101 posts
Re: How we built our app in 2 weeks using Ionic Framework
#92If there's any sort of app that works with this sort of thing, then yours is probably at the top of the list. The interface is super-simple, people are unlikely to use it often, and so on. In this case, the cost of developing independent apps for Android and iOS (as well as other platforms, potentially) would probably be too high. The experience wouldn't be suitable for anything used more intensely though, IMO. Scrol…
Hm, seems to work well enough for Netflix though, and that app certainly is used a lot.
Re: How we built our app in 2 weeks using Ionic Framework
#93Earlier quoted context omitted.
>it's like complaining that assembly is useless because nobody uses it directly Everybody always tries to make this comparison(WELL IF YOU WANT IT TO RUN SO GOOD JUST WRITE IT IN ASSEMBLY), and it really goes to show how little they know. Programmers don't write things in assembly because today's compilers can write much better assembly than pretty much anyone. No compiler can write C better than even a mediocre prog…
it really goes to show how little they know I don't know – as a developer with many years of experience, from assembly to web technologies, I think I'm pretty qualified to make this comparison :) No compiler can write C better than even a mediocre programmer That's not true at all – there are a whole bunch of examples which transpile other languages to C. The point is to work in a system that effectively communicate'…
Re: How we built our app in 2 weeks using Ionic Framework
#94Earlier quoted context omitted.
C-family languages are still the best languages for systems dev, they've aged well, and Java is good for it as well. Systems dev hasn't changed much since they were developed, mostly just more transistors and cores were shoved into processors and more RAM became available. And it still stands that pretty much you can do with a computer, you can do with C. This is NOT the case with JS/HTML. HTML was developed during t…
HTML AND JS WERE NOT DEVELOPED TO RUN NATIVELY ON DEVICES! WHY WOULD YOU WANT THEM TO RUN ON DEVICES? Please don't shout. HTML and JS were developed to run on any device, past, present and future. HTML is actually pretty good at presenting most UI state along with documents - the UI of the vast majority of native device apps is really not hard to present as html, the only roadblock is the vendors lack of focus on mob…
C and Java can run on any platform(far more than HTML and JS which were developed to run in browsers), what lock in?
Re: How we built our app in 2 weeks using Ionic Framework
#95Earlier quoted context omitted.
Hm, seems to work well enough for Netflix though, and that app certainly is used a lot.
Netflix app is native.
Re: How we built our app in 2 weeks using Ionic Framework
#96Earlier quoted context omitted.
HTML AND JS WERE NOT DEVELOPED TO RUN NATIVELY ON DEVICES! WHY WOULD YOU WANT THEM TO RUN ON DEVICES? Please don't shout. HTML and JS were developed to run on any device, past, present and future. HTML is actually pretty good at presenting most UI state along with documents - the UI of the vast majority of native device apps is really not hard to present as html, the only roadblock is the vendors lack of focus on mob…
>The people native apps benefit the most is OS vendors, because of lock-in C and Java can run on any platform(far more than HTML and JS which were developed to run in browsers), what lock in?
Re: How we built our app in 2 weeks using Ionic Framework
#97Re: How we built our app in 2 weeks using Ionic Framework
#98Earlier quoted context omitted.
Netflix app is native.
Most of Netflix apps, including the iOS version, are not native. The Android Netflix app, however, is the exception, as that is native (perhaps that's the one you've been using?).
Netflix on all other platforms - roku, chrome cast is all native as well.
Not sure about ios.
Re: How we built our app in 2 weeks using Ionic Framework
#99Earlier quoted context omitted.
This comment would be spot on 2 years ago, but once you try libraries like Ractive or React, it's iOS/Android that begin to feel ancient. How do they not have data binding in 2014? Also, having to maintain a separate codebase for each platform just seems inefficient. The solution doesn't have to be Javascript (could be C#), though Ractive and React make it surprisingly pleasant to write JS.
Only if you never tried XAML Data Bindings.
Re: How we built our app in 2 weeks using Ionic Framework
#100Earlier quoted context omitted.
Most of Netflix apps, including the iOS version, are not native. The Android Netflix app, however, is the exception, as that is native (perhaps that's the one you've been using?).
Yes, Android is native. Netflix on all other platforms - roku, chrome cast is all native as well. Not sure about ios.