We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

Superior Apps Sought for Windows Phone 7

In the past, Microsoft’s attempts at capturing a sizeable portion of the mobile phone market have been less than spectacular. Now, the company is trying to change that with a

DevX - Software Development Resource

Apple to Devs: Update Your Apps For iPad 2

Although most apps will be faster on the iPad 2 than on the original iPad simply because of the new device’s dual-core processor, Apple is encouraging developers to take other

DevX - Software Development Resource

Ten Mobile App Trends to Watch

Recently, research firm Gartner published a report titled “Mobile Insight: Ten Consumer Mobile Applications to Watch in 2012.” It highlights trends that are currently popular in consumer apps and that

DevX - Software Development Resource

Google Issues Final Android 3.0 SDK

Google has officially released the software development kit (SDK) for Android 3.0, aka “Honeycomb.” Unlike the 2.x versions of Android, this release is designed to support the larger screen sizes

DevX - Software Development Resource

Why Should Only iPad Owners Get Usable Apps?

The insurance company Aflac has created a new app for the iPad that has greatly increased the effectiveness of its salespeople. However, the app doesn’t really do anything that couldn’t

DevX - Software Development Resource

JDK 7 Developer Preview Now Available

After fixing 456 bugs, Oracle says the new version of Java SE Development Kit version 7 (JDK 7) is ready for testing by developers. According to the company, the release

DevX - Software Development Resource

Symbian is Here to Stay, Says Nokia

After Nokia announced that its new handsets would support Windows Phone 7 instead of Symbian, it experienced a sharp drop in developer enthusiasm for the older operating system. But the

DevX - Software Development Resource

Profanity in Code Comments by Programming Language

Andrew Vos recently ran an unusual analysis of code comments on GitHub that’s attracting some attention. Using George Carlin’s “Seven Dirty Words,” he analyzed 929857 commit messages and found 210

DevX - Software Development Resource

Nokia Sells Qt Licensing and Servicing Business

The fate of Nokia’s Qt development platform has been uncertain since the company announced that it would be selling smartphones that use the Windows Phone 7 operating system. Now the

DevX - Software Development Resource

Mozilla Makes a Better Case for Web Apps

For months, Google has been promoting the idea of Web apps without making much headway — probably because Web apps don’t seem much different than Web sites. However, Mozilla’s new

DevX - Software Development Resource

Google Issues Android Anti-Fragmentation Tool

Fragmentation has long been a challenge for Android developers as they attempt to write applications that will work on the various versions of the OS and the myriad of devices

DevX - Software Development Resource

Java Tip: Optimization Technique for Lists

The default size for a Java ArrayList class is 10. When an ArrayList reaches its capacity maximum (10), it increases its capacity by approximately half. That is why an ArrayList