What is wrong with op-amps?

Status
Not open for further replies.

Attachments

  • wheel-duchamp.jpg
    wheel-duchamp.jpg
    11.8 KB · Views: 389
The concept is different. Because we have lots of limitation with handheld devices (such as memory size). Conceptually, any programming is similar, but the point is you cannot develop an android application only by reading/knowing Java and Linux. You have to read/learn another extra knowledge (even a new Integrated Development Environment; imagine if Google Inc. made Eclipse or old IDE unusable)

Please try to program microcontroller that have 2KB flash memory and 1KB or less RAM 😀

It only need to learn algorithm. Although I don't remember all C syntax, I still can made program for smartcard (contact and contactless) reader using LPC1788.
 
Please try to program microcontroller that have 2KB flash memory and 1KB or less RAM 😀

Yes, I work with micro-controller too. The thing with android application is not just limited processing power. Too many that I don't need to mention. And it is not fair to compare handheld device with micro-controller. Handheld device is supposed to replace PC, not just displaying "Hello world!".
 
Yes, I work with micro-controller too. The thing with android application is not just limited processing power. Too many that I don't need to mention. And it is not fair to compare handheld device with micro-controller. Handheld device is supposed to replace PC, not just displaying "Hello world!".

It is same. I learned how to make program on android too. Just for fun. I made bluetooth communication, etc. using eclipse.
 
Status
Not open for further replies.