InfoQ Homepage iPhone Content on InfoQ
-
How Slack Modernized its Mobile Apps and Went Full Swift on iOS
Slack succeeded in the effort to bring their iOS and Android apps up-to-date and adopt new design trends. Among other things, this enabled a full switch to Swift for iOS and breaking the existing monoliths.
-
Splunk Releases Splunk Connected Experiences and Splunk Business Flow
Data analytics organisation, Splunk, recently released Splunk Connected Experiences which delivers insights through augmented reality (AR), mobile devices like Apple TV, and mobile applications. They also released Splunk Business Flow which enables business operations professionals to gain insights across their customer journeys and business processes.
-
The Story behind Very Fast iPhone XS JavaScript Performance
Initial reviews of JavaScript performance benchmarks show the iPhone XS and iPhone XS max having better performance than even an iMac Pro with the Speedometer 2.0 benchmark, which compares performance in real-world framework loading scenarios.
-
NativeScript 5.0 Brings Better Developer Experience and More Native Features
The latest release of NativeScript includes a number of changes, such as improved support for Vue.js, better developer experience, and more native features. Additionally, NativeScript 5.0 includes the new NativeScript-Schematics, an Angular extension helping developers to build web and mobile versions of an app from a single project.
-
Apple’s iPhone X Has Custom Neural Engine Processor Built In
Speaking in the Steve Jobs Theatre at Apple Park yesterday Philip Schiller, senior vice president of worldwide marketing at Apple, described some of the technology behind the facial recognition system in the newly announced iPhone X including a dedicated neural engine built into the A11 chip.
-
CocoaPods Adds Support for Swift and iOS 8 Frameworks
CocoaPods 0.36-beta has recently been released, providing support for iOS 8 frameworks and libraries written in the Swift language, writes Marius Rackwitz (@mrackwitz), member of CocoaPods core team. This release allows pod maintainers to ensure compatibility of existing pods, while also enabling the creation of new pods for Swift libraries.
-
Thirty Years of the Apple Mac
Thirty years ago, Apple unveiled the Mac in a seminal advert entitled 1984. InfoQ looks at the history of the Mac and shows the connection between that point and the system you're reading this post on.
-
New Relic iPhone App Adds Improved Chart History and UI Improvements
New Relic has recently updated their iPhone App with improved chart history and includes several bug fixes. It enables you to monitor plugins and get alerts as and when they are generated by the monitoring engine.
-
Fries: Building a Native Android Interface with HTML, JavaScript and CSS
Inspired by Ratchet, an iPhone application prototyping framework, Jaune Sarmiento has created Fries, a small framework for creating the UI of Android applications using just HTML, JavaScript and CSS, no native code. While many have done similar interfaces, Fries mimics the native Android 4.0 interface pretty well.
-
Build Data Driven and Native Mobile Apps with RAD Studio XE4
RAD Studio XE 4, recently released by Embarcadero enable developers to develop multi device and true native mobile apps for PCs, iPhone and iPad using a single code base.
-
NucliOS: Build iOS Apps with Chart and Grid
NucliOS, developed by Infragistics is a toolset used to create high performance native applications for iPad and iPhone and includes Chart and Grid controls.
-
Icenium: Doug Seven on Building Hybrid Mobile Apps for iOS and Android
Icenium is a framework developed by Telerik for building cross platform hybrid mobile apps using HTML and JavaScript. Doug Seven explores the necessity of the framework, its features and provides reactions from the community.
-
Ignite UI for Building jQuery Apps
Infragistics recently shipped a brand new framework for building powerful applications named Ignite UI. It contains numerous controls for the creation of next generation mobile applications. In this news article, Anand examines the features of the framework.
-
Unit Testing on Mobile Devices with .NET/Mono
An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get anything working. Recently MonoTouch has made progress in this area, but Windows Phone and Mono for Android still lag behind.
-
A Look at MonoTouch.Dialog
MonoTouch.Dialog is a UI development toolkit designed to dramatically reduce the amount of boilerplate code needed to create application screens for the iPhone and iPad. Through the creative use of attributes, screens are dynamically built from class definitions. Alternately they can be programmatically created or loaded from a JSON document.