Notices


Reply
Thread Tools
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#41
Originally Posted by nilchak View Post
it would be better to have the ported app being redesigned to fit the N900's usage paradigm - i.e. finger friendliness and mobility friendly..
Finger-friendlines is good but it's not always needed, for we have the advantage of the stylus. We lose all the advantages of the high dpi if we code finger friendliness in all apps. GNUmeric for example and gFTP are being hindered by big controls. Anyway it's impossible to use them without a stylus, (try to use quicksheet on an OMNIA HD capacitive screen and you'll see that you can't hit the right cell, and the lack of scrollbars adds one click to every edit). Anyway, if I want to edit my website while on the N900 I am willing to pull the stylus out for sake of speed. I have the same resolution on my eee and I say you can do about anything.

Originally Posted by nilchak View Post
Its not the browser performance which hinders - its the screen size.
(for ex : on my train commute website - which lists my train timings, its damn difficult to hit the correct buttons with the finger - since its too data heavy. An application would have helped in this regard I am sure - by abstracting the data away from the layout elements that are in the
in the web page.
Why just not create another website with the same database connection and more portable design? Why do we need an app for everything? Handhelds should be the first that adopt the remote computing idea. It trades connection speed for processing power, I know and both are limited and energy-expensive on a handheld, but I'd rather outsource the computing.
________
Children Zoloft

Last edited by qwazix; 2011-08-21 at 10:32.
 
Posts: 55 | Thanked: 76 times | Joined on Dec 2009
#42
Originally Posted by qwazix View Post
Finger-friendlines is good but it's not always needed, for we have the advantage of the stylus.
Not a good idea- i'm sure the N900 is the last maemo/meego device featuring a resistive screen. And it starts fall this year...
 
Posts: 66 | Thanked: 30 times | Joined on Feb 2010
#43
Originally Posted by johnny_knoe View Post
Not a good idea- i'm sure the N900 is the last maemo/meego device featuring a resistive screen. And it starts fall this year...
Isn't it possible to use a stylus with a capacitative screen? I suppose it just needs to be from a conductive material...

Last edited by fhofer; 2010-03-30 at 08:51.
 
zehjotkah's Avatar
Posts: 2,361 | Thanked: 3,746 times | Joined on Dec 2007 @ Berlin - Love this city!!
#44
Originally Posted by fhofer View Post
Isn't is possible to use a stylus with a capacitative screen? I suppose it just needs to be from a conductive material...
the problem is, that capacitive screens aren't as accurate as resistive ones..
 

The Following User Says Thank You to zehjotkah For This Useful Post:
Lacedaemon's Avatar
Posts: 321 | Thanked: 366 times | Joined on Nov 2009 @ Hellas
#45
Well feel free to contact me if you need GUI designs for your applications.
I work as a freelancer.
__________________
Maemo 5 Themes: [ Matrix | Red Alert | Dark Sky ]

Boot Videos: [ Maemo 1 & 2 ] | Matrix ]

Like my work? Consider making a Donation
 

The Following 2 Users Say Thank You to Lacedaemon For This Useful Post:
Posts: 999 | Thanked: 1,117 times | Joined on Dec 2009 @ earth?
#46
Originally Posted by zehjotkah View Post
the problem is, that capacitive screens aren't as accurate as resistive ones..
Indeed!

It really depends on what the device is designed for.

If it is something like the n900 then a resistor-type screen makes sense - the n900 is more for general use, some of the applications need more accuracy (e.g. vncviewer) - you really need a stylus to get the most out of it.

If you are talking about something like iPhone then a capacitor-type screen makes sense - the iPhone is more like an entertainment device and needs to be more accessable.

E.g. You can use finger, stump or body-part not under restraints (e.g. use nose when you are secured in strait jacket shouting "Steve Jobs is the messiah all hail the iPhone!")
__________________
I like cake.
 
ysss's Avatar
Posts: 4,384 | Thanked: 5,524 times | Joined on Jul 2007 @ ˙ǝɹǝɥʍou
#47
Originally Posted by zehjotkah View Post
the problem is, that capacitive screens aren't as accurate as resistive ones..
Is that really the case? Accuracy?
I know that the popular implementation of capacitive screens needs larger surface contact area to register the input, but less accuracy..?
__________________
Class .. : Power User
Humor .. : [#####-----] | Alignment: Pragmatist
Patience : [###-------] | Weapon(s): Galaxy Note + BB Bold Touch 9900
Agro ... : [###-------] | Relic(s) : iPhone 4S, Atrix, Milestone, N900, N800, N95, HTC G1, Treos, Zauri, BB 9000, BB 9700, etc

Follow the MeeGo Coding Competition!
 

The Following User Says Thank You to ysss For This Useful Post:
juise-'s Avatar
Posts: 186 | Thanked: 192 times | Joined on Jan 2010 @ Finland
#48
Originally Posted by ysss View Post
but less accuracy..?
I'm going way off topic, but we're there already, so here goes.

I think the popular implementations of both technologies reach sufficient and comparable accuracies from the hardware.

The question then becomes, how to make use of the information provided by the input device. This in my opinion is what can make or break the illusion of the accuracy of the input, and the "smartness" of the device.

One thing I dislike about the N900 touch screen input processing, is that the input given by the touch sensor is taken literally by the OS, as it would be if I was using a mouse.

E.g. There's one small link in a middle of a web page I'm viewing, and it's the only clickable item on the screen. I try to click it with my thumb, and in the process, cover it from my view. What happens, is that I miss by 2 pixels, because the thing covered by my thumb and I cannot see it. Now, the OS knows I clicked, and makes the click sound. It just isn't smart enough to know I tried to click on the link 2 pixels away, making both it and me look stupid.

In some way, this developer lazyness maybe caused by the resistive touchscreen technology, as it gives an "exact" point which was touched. Capacitive, OTOH, senses the whole touched area (and a bit more), and it's up to the OS driver developer to find the center of that area (or if there were actually more than one area, meaning multitouch). While doing that, it's a natural thing to check if there was anything clickable inside the *area* that was touched and activate that, making it act closer to the "do what I think" ideal.

Given that UI elements are far enough from each other, there's no reason why a "larger touch area" could not be implemented and properly working on a resistive screen. Someone's just been slacking off.
 

The Following 3 Users Say Thank You to juise- For This Useful Post:
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#49
Yeah ive always like the look of the iphone apps, but i hate apple. Wonder if we will ever see nice looking GUIs on our N900s
 
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#50
I think that the capacitive craze is fashion and just that. I think that the very small amount of extra pressure needed in resistive screens is nothing to compensate the lost accuracy, and the need to lift your finger away from the screen when multitapping (not to mention ability to draw, handwrite or otherwise keep memos on the screen). All the reviews exaggerate this with statements like "swiping, or in fact push and drag". It is true resistive screens have come a long way, it was like that the old days, and some of them even had a considerable distance between the film and the lcd making taps less accurate, but most of the non geeks I know, can't distinguish between capacitive and resistive screens by the touch, and I have to tell them the fingernail trick.
________
EmberReigns cam

Last edited by qwazix; 2011-08-21 at 10:32.
 

The Following User Says Thank You to qwazix For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 23:41.