CodeIDENews

Creating Your First Native Mobile Apps For iOS And Android

Market trend data clearly shows that mobile is now the dominant platform for end-user engagement, with Android being the market’s largest platform today. As a result, having a mobile strategy in place as part of a comprehensive software vision is more important than ever. When looking to develop a mobile application, a number of key considerations come into play, (Covered in the White Paper…
Read more
CodeDelphiRAD Studio

Example WebSockets Server And Client Chat Application

WebSockets are gaining traction as more browsers, including those for mobile devices, support them. This article introduces WebSockets briefly and creates a chat app using a Websockets component for Delphi, a Windows Program Development, provided by Delphi component provider Esegece. What are Websockets? The WebSockets protocol allows the creation of a client-server communication channel…
Read more
CodeDelphiRAD Studio

Natural Language Processing: 5 Ways To Use NLP In Your Windows Apps

How do I start using Natural Language Processing in Windows? Natural language processing (NLP) is a subfield of Linguistics, Computer Science, and Artificial Intelligence which concerned with the interactions between computers and human language, in particular, how to program computers to process and analyze large amounts of natural language data, or teaching machines how to understand human…
Read more
CodeDelphiRAD Studio

Add STOMP to your apps for lightweight real-time streaming

STOMP is a publish/subscribe messaging protocol that allows for very lightweight communications between almost any mixture of programming languages, operating system platforms, and “message brokers”.  This article goes into detail about what STOMP is, why you would want to use it, some quick-start hints to get you up and running, and a fully working example of using STOMP in your IDE Software…
Read more