Slashdot Mirror


User: pjlehtim

pjlehtim's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Germany on Who's Pirating Game of Thrones, and Why? · · Score: 1

    I live in Germany... Firstly, every legal source for anything is blocked here by a fascist organization called GEMA. Secondly all TV programs have German voice overs which make them unbearable to watch. Thirdly, the Game of Thrones airs here more than 6 months after the original airing in the US. So yeah. I torrent it. Then again If I had an alternative that was as easy as torrenting TV shows I'd gladly pay a reasonable fee for it. Sadly there are no legal sources.

  2. Re:Android on Former Nokia Exec: Windows Phone Strategy Doomed · · Score: 2

    I know we all love stock Android especially ICS but I don't think that would have saved Nokia. What I would think would have though if them keep making great HW and put Android on it with a skin that would feel familiar to Symbian users. Keep Nokia branding strong and make sure to port everything from Ovi Symbian store to Android. That would have kept the massive numbers of Symbian users happy with the next gen phones and also brought all the Android benefits to Nokia phones. That would also keep the differentiation Elop keep talking about.. Now the differentiation is one or two Nokia branded squares on WP interface. Bah...

  3. A jedi mind trick on Siri Gives Apple Two Year Advantage Over Android · · Score: 2

    Siri is the best jedi mind trick Apple has pulled so far. It is amazing how much press this one feature is generating. My prediction is that in 6months nobody is using it anymore.. just like facetime (anyone still remember what that was?).

  4. Re:the phone reports it on Google Preps Devs For One-Size-Fits-All Android · · Score: 1

    I've written a blog post about various methods Android framework provides to devs to support multiple screens. http://www.androiduipatterns.com/2011/05/designing-scalable-android-apps.html These tools aren't new. Then again we do expect to see more utilities and components like automatically adapting Action Bar featured in one of the pictures.

  5. Different UI conventions on Native Apps Are Dead, Long Live Native Apps · · Score: 3, Informative

    Android and iOS have very different UI conventions. TFA mentions the problem but then ignores it. By using PhoneGap (or any of the other similar products) you still need to build two different apps if you want to get good results. Just look at PhoneGap's featured apps examples. Almost every single one of them is written for iOS. If you bring them to Android users wont accept them as native. They will feel wrong. I wrote a post about this very problem into my blog few weeks back: http://www.androiduipatterns.com/2011/06/differences-between-android-and-ios-ui.html Benefit of PhoneGap etc. is that you can use web technologies to write the apps. It is a false hope, though, if you expect to "write once, run everywhere". Juhani