|
|
|
|
|
by tysonjennings
5080 days ago
|
|
"web applications to first-class citizens alongside the native apps. Android fails at this pretty badly" Android isn't "failing" at something that it isn't trying to do. Web apps generally suffer from low performance when trying to do anything moderately complex on a mobile device. If you must use web technology to create apps on Android, there is webView in the sdk for you. Many web apps that have tons of users like Google Maps, Pandora, etc. have native apps that are actually performant, follow UI conventions, and have access to all the APIs. |
|