View Single Post
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#136
Originally Posted by tekki View Post
FWIW, even with Cordia, rebasing all apps on top of stock GTK+ + Hildon (and modern GCC's, etc..) would probably be needed. Same problem exists for CE, as you'd have to move on to Qt/QML (or the buggy Qt style layer for normal qt apps). So that part of things isn't great in either approach.
I was talking about redesign not recoding. You probably are right about the code, but the effort put into a good design is a significant part of the total effort (if the app is designed nicely that is, not if a bunch of widgets were thrown on the canvas randomly)

And by design I don't mean just the layout, but also the logic. You are going to click the item click delete and then a confirmation popup will pop up? that does not cater for multiple deletions. Will you click delete then each item you want to delete? How can I get rid of the annoying popup?

That kind of design

you can be required to click twice on an item to really delete it - thus, no popup
 

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