Skip to main content

Posts

Showing posts with the label Mobile

Tech Terms you Must Know : Mobile

Image Source :  attunity Mobile HYBRID APP Hybrid apps are applications that will work on different platforms (computers, mobile devices, tablets) and are a combination of a native app (one that is stored locally on your device) and a web app (one that is accessed through a web browser on the Internet). Amazon and Apple App Stores, Twitter, Yelp, and Gmail are all examples of hybrid apps. IDE (INTEGRATED DEVELOPMENT ENVIRONMENT) IDE is a software application that includes tools like source code editors (text editors specifically designed for writing code), debuggers (tools for testing code), and build automation tools (tools for compiling code into machine-readable format and running automated tests). Examples of IDE’s include Eclipse, Visual Studio, and VIM. NATIVE APPS Native apps are made specifically for certain platforms. They only run on the platforms they were built for, and are stored locally on those devices. Mail for iOS and Ingress for Androi...