Categories
Uncategorized

Tampa iOS Meetup, Monday, March 7th: Build a simple weather app (and learn basic network programming along the way)

intro to network programming on ios

We’ve just announced the next Tampa iOS Meetup: it’s called Build a simple weather app (and learn basic network programming along the way), and it’s taking place on Monday, March 7th at 6:30 p.m. at our usual spot: Energy Sense Finance, 3825 Henderson Boulevard (just west of Dale Mabry), Suite 300.

While it’s fine for a lot of apps to simply do what they do without any network connection, many of the ones you use most often need to go online. That’s what the March session of Tampa iOS Meetup is all about: making your first steps in writing apps with network programming. By the end of this session, you’ll be ready to write your own simple networked iOS applications and have enough knowledge to start tackling more complex networked application development.

We’ll start with the concepts of network programming, introduce you to a number of classes and constructs in Swift that you’ll find useful for networking, and then put together a couple of simple apps that grab online data to do something useful, including an app that answers an incredibly simple question: “Do I need my umbrella today?”

There’s more to building an app than just programming, so we’ll also look at issues like usability and design, and other factors you need to consider when building an app.

Interested in catching this meetup? Sign up now!

got a problem

If you’ve hit some kind of wall with learning iOS development, come on down! We always leave some time to discuss issues and problems you may be having while learning how to build iOS apps. We’re here to help!

Tampa iOS Meetup banner with photo of Joey deVilla and Angela Don in the background.

Tampa iOS Meetup is a monthly meetup run by local mobile developer/designer Angela Don and Yours Truly. While Tampa has a couple of great iOS developer meetups — Craig Clayton’s Suncoast iOS and Chris Woodard’s Tampa Bay Cocoaheads, we figured that there was room for a third iOS meetup in the Tampa Bay area, and especially one that would stray into other areas of mobile development. So we made one.

The Details

  • What: Tampa iOS’ Meetup’s “Build a Simple Weather App (and learn basic network programming along the way” session. Please sign up on our Meetup page so we can plan accordingly!
  • When: Monday, March 7, 2016, 6:30 p.m. – 9:30 p.m. We’ll have some snacks at 6:30, with the presentation beginning at 7:00.
  • Where: Energy Sense Finance, 3825 Henderson Boulevard (just west of Dale Mabry), Suite 300. See the map below.
  • What to bring: Yourself, but if you’d like to follow along, bring your Macbook and make sure it’s got Xcode 7.2.
  • What to read in advance: If you’re one of those people who likes to do some readings ahead of a presentation, take a look at this NSURLSession tutorial on Ray Wenderlich’s site. We’ll be using our own tutorial material, but Ray’s stuff will come in handy.