摘要:
Activity.finish() Calling this method will let the system know that the programmer wants the current Activity to be finished. And hence, it calls up o 阅读全文
摘要:
Here is a solution to solve the lack of LaTeX support: by using Codecogs API. For instance, if you need to type a formula y=ax2aa+bx+c Then you can ge 阅读全文
摘要:
This is a tutorial for Android to do non-blocking bluetooth socket communication. I am using 32feet Bluetooth library, but it should be the same if yo 阅读全文
摘要:
I have a RPi which I intented to use it to crawl data. The development environment in RPi is very bad, so I did my programing in PC. This lead to an i 阅读全文
摘要:
One way is to interop it with msvcrt.dll You can pinvoke this C function into your C# application. This process is very easy. There are a few steps: 1 阅读全文