InfoQ Homepage Mobile Content on InfoQ
-
Hannah Mittelstaedt on Restructuring Mobile Dev Teams
Everybody is talking about Conway’s Law these days - tear down organizational boundaries where they are not useful. Etsy did so in the space of mobile development: there are no longer dedicated mobile dev teams, but every developer is trained on mobile and every team is doing mobile development. We talk to Hannah Mittelstaedt about the benefits and drawbacks of such a transformation.
-
Interview with Eric Cloninger on the Eclipse Andmore Project
Recorded at EclipseCon NA 2015, Eric Cloninger talks to Alex Blewitt about the creation and current status of the Eclipse Andmore project to evolve the Android Development Tooling for Eclipse, based on the Google ADT project that was developed until 2013.
-
Jesper Richter-Reichhelm on the Game Development Process at Wooga
How do you create hits in mobile gaming? Jesper Richter-Reichhelm, Head of Engineering at Wooga, tells us about the challenges of mobile game development. How do you find the right story for a game, what technological base is the right one? And after all, what are the indications that a game might not be a hit which leads to stopping the project even right before global launch?
-
Barbara Fusinska on Building Offline Mobile Applications
Barbara Fusinska explains the challenges of building offline mobile applications: synchronisation, API design, data modeling, and much more.
-
Marc Prud'hommeaux on the Swift Language
Marc Prud'hommeaux talks about his experience using Apple's Swift language, both to write new code and port an existing Objective-C code base. Also: immutable data structures, concurrency, and more.
-
Interview with Adam Ernst on functional approaches for iOS applications
Adam Ernst talks about how functional programming and immutable data structures have made Facebook’s iOS app much easier to test and debug. By decoupling the data pipeline from the UI objects, and minimising the wrk on the UI thread, the application has become easier to test and suffers less bugs than when the UI was generated procedurally.
-
Dave Arel on Hybrid Mobile Development
Dave Arel explains when to do a hybrid app vs a native app on mobile, how a hybrid app can facilitate app upgrade, how to choose JavaScript frameworks and much more.
-
TJ VanToll on Hybrid Development for Mobile Apps
TJ VanToll explains hybrid development for mobile apps: reasons to choose hybrid over native and vice versa, issues with web views for mobile apps, cross compilation vs web apps, and much more.
-
Tomomi Imura on Mobile Web, Future of CSS
Tomomi Imura discusses the state of the mobile web, responsive design, device APIs, how CSS preprocessors helped evolve the CSS standard, and much more.
-
Jeremy Pollack of Ancestry.com on Test-driven Development and More
Hadoop, the distributive file system and MapReduce are just a few of the topics covered in this interview recorded live at QCon San Francisco 2013. Industry-standard Agile implementation and a lot of testing, assures the development team at Ancestry.com that they have an app that can handle the large traffic demands of the popular genealogy site.
-
Software Engineer Panos Astithas of Mozilla on Debugging Tools and Open Source
JavaScript expert Panos Astithas discusses the latest trends in mobile app development. The tools that Panos employs in his work as Software Engineer at Mozilla help to keep their applications as bug-free and smooth running as possible. Effective debugging is all about having the best developer tools available.
-
Developer Evangelist Jon Gottfried on App Development with Twilio
Developer Evangelist Jon Gottfried of Twilio discusses the ins and outs of adding voice and SMS messages with Twilio's RESTful API. Learn about adding Twilio's telephony features like sending and receiving text messages to and from your mobile or web app.