Search:

Beginner's guide to iOS 11 app development using Swift 4 : Xcode, Swift and app design fundamentals / by Yamacli, Serhan,author.;
Includes bibliographical references (page 215).
Subjects: iOS (Electronic resource); Xcode.; Application software; Swift (Computer program language);
Available copies: 1 / Total copies: 1
unAPI

How to hack a heartbreak / by Rockaway, Kristin,author.(CARDINAL)416196;
"By day, Mel Strickland is an underemployed help-desk tech at a startup incubator, Hatch, where she helps entitled brogrammers who can't even fix their own laptops, but are apparently the next wave of startup geniuses. By night, she goes on bad dates with misbehaving dudes she's matched with on the ubiquitous dating app Fluttr. After one inappropriate pic too many, Mel has had it. Using her coding skills, she designs an app of her own, one that allows users to log harassers and abusers in online dating space."--Publisher description.
Subjects: Romance fiction.; Novels.; Single women; Computer programming; Online dating; Application software; Online dating.;
Available copies: 12 / Total copies: 12
unAPI

How to hack a heartbreak [large print] / by Rockaway, Kristin,author.(CARDINAL)416196;
"By day, Mel Strickland is an underemployed helpdesk tech at a startup incubator, Hatch, where she helps entitled brogrammers--"Hatchlings"--who can't even fix their own laptops, but are apparently the next wave of startup geniuses. And by night, she goes on bad dates with misbehaving dudes she's matched with on the ubiquitous dating app, Fluttr. But after one too many, Mel has had it. Using her brilliant coding skills, she designs an app of her own, one that allows users to log harrassers and abusers in online dating space. It's called JerkAlert, and it goes viral overnight. Mel is suddenly in way over her head. Worse still, her almost-boyfriend, the dreamy Alex Hernandez has no idea she's the brains behind the app. Soon, Mel is faced with a terrible choice: one that could destroy her career, love life, and friendships, or change her life forever"--Provided by publisher.
Subjects: Large print books.; Romance fiction.; Single women; Computer programming; Online dating; Application software; Online dating.;
Available copies: 4 / Total copies: 4
unAPI

The complete idiot's guide to Microsoft Excel 2010 : 2-in-1 / by Rost, Richard.(CARDINAL)595017;
Guides users through all functions of Microsoft Excel 2010--including formatting, using templates, working with charts, filtering, and troubleshooting--and features a companion CD-ROM with a video tutorial and sample spreadsheets.
Subjects: Microsoft Excel (Computer file); Electronic spreadsheets.; Business; Business; Electronic spreadsheets;
Available copies: 1 / Total copies: 2
unAPI

Scared little rabbits / by Geiger, A. V.,author.(CARDINAL)416323;
Told in multiple voices, at an elite summer program for coding experts, sixteen-year-old Nora is an outsider and when another participant disappears, the ex-girlfriend of her crush, the trail leads back to her.Grades 10-12.Ages 12-17.HL630L
Subjects: Young adult fiction.; Computer programming; Application software; Dating (Social customs); Detective and mystery stories;
Available copies: 6 / Total copies: 7
unAPI

Professional Visual Studio 2013 / by Johnson, Bruce,author.;
Subjects: Microsoft Visual studio.; Microsoft.net framework.; Web site development; Application software;
Available copies: 1 / Total copies: 1
unAPI

SpongeBob SquarePants revenge of the Flying Dutchman. [electronic resource].
Everyone. Comic mischief.System requirements: Nintendo GameCube.
Subjects: SpongeBob SquarePants (Television program); Computer adventure games; Nintendo video games; Sponges; Underwater exploration;
Available copies: 1 / Total copies: 1
unAPI

The chatbot mystery / by McKay, C.R.,author.; Gennari, Joel,illustrator.;
"The Power Coders head to the first-ever Youth App Fest hoping to win money for new computers with their chat bot based on Tommy's dog Jack, but Peter is behaving oddly and without him, they may not win." -- (Source of summary not specified)Accelerated Reader AR
Subjects: Graphic novels.; Computer programming; Computer programming; Application software;
© 2019., PowerKids Press,
Available copies: 1 / Total copies: 1
unAPI

Learning Swift / by Manning, Jon,author.(CARDINAL)593868; Buttfield-Addison, Paris,author.(CARDINAL)593870; Nugent, Tim,author.(CARDINAL)614136;
Swift Basics -- Getting Started -- Apple Developer Program -- Creating Your First Project with Xcode -- Developing a Simple Swift Application -- Using the iOS Simulator -- Conclusion -- Basics of Swift -- Swift Programming Language -- Playgrounds -- Comments -- Control Flow -- Variables and Constants -- Operators -- Types -- Working with Strings -- Functions and Closures -- Conclusion -- Swift for Object-Oriented App Development -- Classes and Objects -- Structures -- Modules -- The Swift Standard Library, Foundation, Cocoa, and Cocoa Touch -- Data -- Error Handling -- Memory Management -- Design Patterns in Cocoa and Cocoa Touch -- Structuring an App -- Conclusion -- An OS X App -- Setting Up the OS X Notes App -- Designing the OS X Notes App -- Creating the OS X Project -- Defining a Document Type -- Adding the Icon -- Conclusion -- Working with -- Documents on OS X -- The NSDocument Class -- Storing Data in the Document -- Storing Text -- A Basic UI -- Conclusion -- User Interfaces and iCloud -- Updating the UI -- Document-Filetype-Extension UI -- Enhancing Attachments -- Adding Attachments via Drag-and-Drop -- iCloud -- The Basics of iCloud -- Conclusion -- An iOS App -- Setting Up the iOS Notes App -- Designing the iOS Notes App -- Creating the iOS Project -Enabling the iOS App for iCloud -- Defining a Document Type -- Conclusion -- Working with Files in iCloud -- App Sandbox -- iCloud Availability -- Creating the Document List View Controller -- Creating the Document Class -- Listing Documents -- Creating Documents -- Downloading from iCloud -- Deleting Documents -- Renaming Documents -- Conclusion -- Working with Documents on iOS -- Adding a View to Display Notes -- Editing and Saving Documents -- Conclusion -- Working with Files and File Types -- Setting Up the Interface for Attachments -- Listing Attachments -- Dealing with Conflicts -- Creating the Quick Look Thumbnail -- Conclusion -- Images and Deletion -- Adding Attachments -- Adding Image Attachments -- Viewing Attachments -- Deleting Attachment -- Conclusion -- Supporting the iOS Ecosystem -- Sharing with UIActivityController -- Handoffs -- Searchability -- Conclusion -- Extending iOS Apps -- Searching with a Spotlight Indexing Extension -- Today Widgets -- Conclusion -- Multimedia, Contacts, Location, and Notifications -- Location Attachments -- Audio Attachments -- Video Attachments -- Contact Attachments -- Notifications -- Conclusion -- Polishing the iOS App -- Speaking Text -- Opening Links in SFSafariViewController -- Settings -- Undo Support -- Images with Filters -- Worldwide Apps -- Accessibility -- Splitscreen Multitasking -- Conclusion -- Extending Your Apps -- Building a watchOS App -- Designing for the Watch -- Designing Our watchOS App -- Creating the watchOS Extension -- Conclusion -- Code Quality and Distribution -- Debugging -- Instruments -- Testing -- Using Objective-C and Swift in the Same Project -- The App Store -- ConclusionPart I. Swift basics. 1. Getting started ; 2. The basics of Swift ; 3. Swift for object-oriented app development -- Part II. An OS X App. 4. Setting up the OS X Notes app ; 5. Working with documents on OS X ; 6. User interfaces and iCloud -- Part III. An iOS App. 7. Setting up the iOS Notes app ; 8. Working with files in iCloud ; 9. Working with documents on iOS ; 10. Working with files and file types ; 11. Images and deletion ; 12. Supporting the iOS ecosystem ; 13. Extending iOS apps ; 14. Multimedia, contacts, location, and notifications ; 15. Polishing the iOS app -- Part IV. Extending your Apps. 16. Building a watchOS app ; 17. Code quality and distribution.Get hands-on experience with Apple's Swift programming language by building real working apps. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 2 by developing three complete, tightly linked versions of the Notes application for the OS X, iOS, and watchOS platforms. In the process, you'll learn Swift's fundamentals, including its syntax and features, along with the basics of the Cocoa, CocoaTouch, and WatchKit frameworks. This book teaches you how to use common design patterns for Swift, how to structure an application for Apple's platforms, and how to submit working apps to the App Store. -- Provided by publisher
Subjects: iOS (Electronic resource); Mac OS.; Swift (Computer program language); Application software; Mobile apps.; Apple computer;
Available copies: 1 / Total copies: 1
unAPI

The legal guide to computer software protection : a practical handbook on copyrights, trademarks, publishing, and trade secrets / by Harris, Thorne D.(CARDINAL)175587;
Includes bibliographies and index.
Subjects: Patents.; Copyright; Computer software; Computer contracts;
Available copies: 1 / Total copies: 1
On-line resources: Suggest title for digitization;
unAPI