|
2010-02-06
, 09:51
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#202
|
Interesting twitter app but can't see myself using it until it supports avtars as that's how I personally browse through my incoming tweets.
|
2010-02-06
, 20:59
|
Posts: 10 |
Thanked: 2 times |
Joined on Dec 2009
|
#203
|
|
2010-02-07
, 01:13
|
|
Posts: 105 |
Thanked: 45 times |
Joined on Nov 2009
@ Wellington, New Zealand
|
#204
|
|
2010-02-07
, 16:23
|
Posts: 159 |
Thanked: 27 times |
Joined on Sep 2009
@ Toronto
|
#205
|
|
2010-02-07
, 18:14
|
|
Posts: 487 |
Thanked: 152 times |
Joined on Aug 2007
@ London, UK
|
#206
|
Same here, as good as the app is I can't see me using it until it's got an avatar-based view.
|
2010-02-08
, 10:07
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#207
|
I know ya don't want it, and at the end of the day this is your app and we are all grateful for what you have provided to date...but as ya know avatars is a very popular request, and neccessity for many...
How does Gravity implement it, as that has avatars and load tweets fast....can you cache avatars so they only need to be downloaded once or when updated?
Food for thought.
|
2010-02-08
, 19:56
|
Posts: 159 |
Thanked: 27 times |
Joined on Sep 2009
@ Toronto
|
#208
|
I would imagine Gravity is a natively compiled C app for a start. Witter is python which is always going to be slower.
The problem isn't really a question of *how* to write the code, more a question of how much code it is to write.
I'm certainly not about to spend hours and hours coding up avatar support, just to find it drags the performance to unacceptable levels. There is no point investing that time until I can make the current capabilities work with smooth scrolling.
Anyone that has any ideas how to get faster performance out of python, I'd love to hear them. Currently I'm using GTK, a hildon.pannableArea with a gtkTreeView in it. It doesn't seem to matter whether I use my custom cell renderer or the default text one, neither runs particularly smoothly.
I don't have any real idea how to find out what is the performance issue, I'm assuming that the above combination is just not that fast, but maybe I've made mistakes elsewhere which are costing. Don't really know how to proceed.
|
2010-02-08
, 20:08
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#209
|
heres a really noobish question, how come your didn't/don't write the software in QT. Isn't QT the messiah for the N900? The software through which we will be able to cure cancer through the N900
|
2010-02-09
, 08:42
|
Posts: 138 |
Thanked: 103 times |
Joined on Jan 2010
@ Southern Germany
|
#210
|
I am thinking I might try to learn QT now to write something completely different, and if I get the hang of it, and it seems in any way faster (I've not found anything that categorically states that is or will be the case) then I would consider converting.
I luv Google