Line 4:
Line 4:
*If someone does the same thing in a more efficient way (i.e. faster and/or in less code), accept it and learn from it.
*If someone does the same thing in a more efficient way (i.e. faster and/or in less code), accept it and learn from it.
*It is a good idea to release your app open source so others can learn from your code.
*It is a good idea to release your app open source so others can learn from your code.
−
*To keep things tidy, make your application store files in the data folder on the root of the SD card (fat0:\data\XXXXX, where XXXXX is the name of your app).
+
*To keep things tidy, if you store files on SD, store them in a folder named the same as your application's name.
==Code Snippets==
==Code Snippets==