dev-rke
dev-rke
+1 For the first implementation a simple screen presenting search results (and a link to the playstore detail page) would be great. This would massively simplify installation of new apks.
I just looked into the code, i thought you also provide an automatic download for google play apps. I tested it only using f-droid before and there it is possible...
Hi, i did not say it is better. It has just less features, but these are a bit better documented in the Docs. The most important part for such a...
In this case maybe another directive would be great (especially für mobile applications): al-isvisible When the visibility state of an element gets changed, it should toggle a boolean model variable....
Haha, thought yesterday how great it would be having some views bound to routes. :D A good basic router implementation would be this: http://krasimirtsonev.com/blog/article/A-modern-JavaScript-router-in-100-lines-history-api-pushState-hash-url My approach would use regexes as...
Ok, i just build an absolute simple, quick n dirty views implementation: https://jsfiddle.net/r9t3ropc/ Some explanation: the al-router-view directive could be extended to watch the expression. So one could define the...
May it possible to implement url handling like express.js? Another point is, that using Views which use "templates" would not be useful, because in this case i could redirect the...
> should it work like al-if with dependency on url? Yes, you have a pretty good understanding of what i mean. :-) > al-route:group I do not understand how this...
Hm. This is a bit confusing for me. The grouping attribute is there to render a specific header an a footer, right? The content for a route is inside of...
> Not exactly, it renders all DOM, except routes that don't match to URL I like the approach. :-)