How do I create an app that is:
- lightweight: I am guessing don't require .NET frameworks maybe?
- portable: runs without installing and saves data in the app directory, so i can just move the folder or maybe even the exe?
this is just a personal experiment: i want to try create a simple todo list app that has the above attributes
I am thinking:
- C#/WPF (but requires .NET framework, I can explore client profile thogh)
- Appcelerator Titanium (i think this will be lightweight & good enough? I do not know if I can have a portable titanium app though)