Tag Archives: IDE

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Most modern IDEs have intelligent code completion.

? examples of Mobile Apps in Qt

C++ and Qt is a good choice for developing a mobile application, especially when you need at least two versions for different platforms. But this way is not yet too popular. Why, you may ask? Well, because there are IDEs like Android Studio, SmartCode, Xcode. It is natural to think that a native application is better than cross platform software.

Automation testing Web applications with Protractor

The popularity of Web application automation testing with Protractor framework relates to popularity of Angular.JS the JavaScript framework that helps to make Web pages dynamic and lightweight. Among other projects Developex is working for the Web application based on Angular.JS. This application interacts with Java program and manage audio and video content onto specific hardware… Read More »