Activity Team/FAQ: Difference between revisions
No edit summary |
|||
Line 29: | Line 29: | ||
:Check [[Activity Team/Resources]] for a comprehensive list of developer documentation, tutorials and support channels. | :Check [[Activity Team/Resources]] for a comprehensive list of developer documentation, tutorials and support channels. | ||
==== How do I get my activity to install an external | ==== How do I get my activity to install an external dependency? ==== | ||
:It doesn't! Activity bundles are supposed to be self-contained, and not depend on anything else other than the standard [[0.84/Platform_Components|Sugar platform]]. If you need additional dependancies, you will need to include them within your activity bundle. | :It doesn't! Activity bundles are supposed to be self-contained, and not depend on anything else other than the standard [[0.84/Platform_Components|Sugar platform]]. If you need additional dependancies, you will need to include them within your activity bundle. | ||
Line 52: | Line 52: | ||
:File a ticket with the request. Please assign the ticket to the trac component, mark it as a task and don't forget to mention the name of your project and the default owner for the tickets. | :File a ticket with the request. Please assign the ticket to the trac component, mark it as a task and don't forget to mention the name of your project and the default owner for the tickets. | ||
==== How do I analyze my activity's memory usage? ==== | |||
:Please refer to these pages for assistance in understanding the memory usage patterns of activities and the shell and for detecting leaks: http://wiki.laptop.org/go/MemoryUsageAnalysis and | |||
http://wiki.laptop.org/go/Memory_leak_testing | |||
[[Category:FAQ]] | [[Category:FAQ]] |