Development Team/Issues: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
* memory leaks | * memory leaks | ||
* required flash footprint of the application is huge | * required flash footprint of the application is huge | ||
* your application cannot be packaged to strip out unneeded functionality. For example, GAIM supports just about every IM protocol in existance, and we can only anticipate 3 being common. So the fact it uses plugins that we can choose to not package saves on its footprint | * your application cannot be packaged to strip out unneeded functionality. For example, GAIM supports just about every IM protocol in existance, and we can only anticipate 3 being common. So the fact it uses plugins that we can choose to not package saves greatly on its footprint; everything being built in would make this very difficult | ||
* ability to operate applications when running in grayscale mode | * ability to operate applications when running in grayscale mode | ||
* lower effective resolution in color mode: some applications will find this hard | |||
* choice of libraries and required applications: you may not have the dependencies you might need, or they might come at too high a memory cost. We will attempt to inventory what you can "count on" in the basic system as it becomes clear. | * choice of libraries and required applications: you may not have the dependencies you might need, or they might come at too high a memory cost. We will attempt to inventory what you can "count on" in the basic system as it becomes clear. | ||
* graphical activity that does not turn itself off quickly | * graphical activity that does not turn itself off quickly | ||