Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
How to write and load GUI in linux using qt or some other framework ?
any kernel api is available for that ?
There is no kernel api for qt or any other GUI toolkit on Linux. GUI toolkits are not a part of kernel.
For qt, please reference to http://qt-project.org/doc/
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
What are the core architectural main differences between Hybris and Demandware?
The core main difference:
DW is SaaS and you write your code with old JS dialect (Rhino version) on top of DW core just with limited access to API.
Hybris is Framework and you write your code with Java together with full access to Java language features.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wan to develop apps for the lastest mozilla mobile os, but I dont where to download SDK and other tools.
I searched a lot but I couldn't find any useful information.
Looking forward to your answers....
you can follow following links...
https://www.mozilla.org/en-US/firefox/os/
https://developer.mozilla.org/en-US/Apps/Quickstart
And you can downlaod the SDK at---
https://developer.mozilla.org/en/docs/Gecko_SDK....
I hope it would help you......
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I was planning to use a windows service to write a file periodically with c# 4.0. Are there any other options to do this?
You could use a console application, and the Windows Task Scheduler to execute your application on a periodic schedule. This would allow you to change your schedule easily, after deployment.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would love to upload my arduino sketches via bluetooth, but I have no idea where to start. This is part of a bigger project I am working on.
Yes and it is fairly easy to do. see this post.
Here's a detailed how-to I wrote that includes instructions for Windows and a slightly more simple circuit for using the HC-05 with it's common breakout board (highly recommend getting the module on the breakout): ​http://makezine.com/projects/diy-arduino-bluetooth-programming-shield/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know j2me , Android for creating mobile phone applications. What are the other languages ?
Just about anything. There's frameworks and SDKs for Javascript (Phonegap, NimbleKit, Unity 3D), Flash, Lua, C/C++, and Objective-C (of course). There's many more projects to bring other languages to mobile platforms.