Sat.Aug 30, 2014 - Fri.Sep 05, 2014

article thumbnail

Create An RSS Reader Using AngularJS And Ionic Framework

The Polyglot Developer

This article was designed to help you apply your knowledge of AngularJS and Ionic Framework and create a functional app rather than learn new concepts. This tutorial should help you with the following concepts: Make use of the AngularJS $http service for handling HTTP requests. Cache HTTP response data on the device for usage offline. Create data lists in Ionic Framework.

Cache 52
article thumbnail

Why Commercial Contracts Matter In Agile Software Development

The Agile Manager

"We value customer collaboration over contract negotiation." -- The Agile Manifesto Contracts for software development have historically included language that specifically defines the software being developed. This protects the buyer from paying for an asset that does not serve its business needs, the seller from requirements drift or expansion, and allows both parties to agree to duration and cost.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Make HTTP Requests In Android And iOS With Ionic Framework

The Polyglot Developer

As a modern developer, at some point in time you’re going to find yourself needing to work with a RESTful API. You’re going to need to make HTTP requests to get data into your app or even change data on a remote database. Lucky for us, making HTTP requests with Ionic Framework is a heck of a lot easier than making them with native code. The following will show you how to make GET requests for JSON data at some fictional API endpoint.

article thumbnail

Making iOS In-App Purchases With Ionic Framework

The Polyglot Developer

I recently did a post on how to accomplish in-app purchases in Android with Ionic Framework , so this will compliment things from an iOS perspective. Freemium is the new normal for mobile apps. It allows people to download your app for free, but charge them for certain features. The following should get you started with in-app purchases in your Ionic iOS application.

Mobile 40
article thumbnail

Parse An XML Response With PHP

The Polyglot Developer

If you’re like me, you find XML a real pain to deal with, but yet it still seems to exist with various web services. If you’re using Android or AngularJS , these frameworks can’t process XML out of the box, but they can JSON. With the assistance of a PHP powered web server, you can easily transform the nasty XML responses you get into something more usable like JSON.

Servers 40