|
2008-12-21
, 10:23
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#82
|
What you could do, ciro (btw, my name's Aniello, not Daniel ), is to allow for personalitation.
You could load an image called "logo.png" into that place and let the user choose whichever they want. By default, put whatever free image as you like, and let people personalize they way they want. I could put in the maemo logo, someone the penguin mascotte and so on...
About the power save feature, that is an important thing. When the screen dims down or the tablet goes in "sleep mode" (i.e. the tablet is in low power consuption), and same when it wakes up, it sends out events. Python for Maemo have APIs that let you handle this events accordingly.
This allow your application to stop handling refresh events when the tablet's screen is dimmed down and start again (refreshing the application) when it receives the wake up event.
Is not that much difficult to develop in.
Probably you should start from here: http://maemo.org/development/documen...o_devicestate/
Great app, btw
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2008-12-21
, 10:29
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#83
|
The Following User Says Thank You to anidel For This Useful Post: | ||
|
2008-12-21
, 18:36
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#84
|
|
2008-12-21
, 18:37
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#85
|
The Following 3 Users Say Thank You to ciroip For This Useful Post: | ||
|
2008-12-23
, 16:11
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#86
|
|
2009-01-02
, 05:58
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#87
|
|
2009-01-02
, 07:07
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#88
|
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-02
, 14:06
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#89
|
The Following User Says Thank You to jolouis For This Useful Post: | ||
|
2009-01-02
, 14:13
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#90
|
You could load an image called "logo.png" into that place and let the user choose whichever they want. By default, put whatever free image as you like, and let people personalize they way they want. I could put in the Maemo logo, someone the penguin mascot and so on...
About the power save feature, that is an important thing. When the screen dims down or the tablet goes in "sleep mode" (i.e. the tablet is in low power consumption), and same when it wakes up, it sends out events. Python for Maemo have APIs that let you handle this events accordingly.
This allow your application to stop handling refresh events when the tablet's screen is dimmed down and start again (refreshing the application) when it receives the wake up event.
Is not that much difficult to develop in.
Probably you should start from here: http://maemo.org/development/documen...o_devicestate/
Great application, btw
Last edited by anidel; 2008-12-21 at 10:23.