Git Product home page Git Product logo

hpios's Introduction

High Performance iOS Apps

This repository contains the code for the app accompanying the book - High Performance iOS Apps.

Have a suggestion or want to report a bug?

Use Issues

Building the app

You will need Cocoapods 1.0.0 or later to install the dependencies.

$ git clone https://github.com/gvaish/hpios.git
$ cd high-performance-ios-apps/src
$ pod install
$ open HighPerformance.xcworkspace

Enjoy!

Related Links

ToC of the Book

  1. Performance in Mobile Apps: The aspects of an app that we want to optimize, and the parameters that we want to measure.
  2. Memory Management: Memory management model, object reference types and best practices for design patterns that impact memory consumption.
  3. Energy: Minimizing energy consumption.
  4. Concurrent Programming: GCD, Threads, Operation Queues. And did I say GCD?
  5. Application Lifecycle: Lifecycle events and how to use them effectively for better resource management.
  6. User Interface: Optimizing your views - UILabel, UIButton, UITableView, UICollectionView, UIImageView, custom views. Composite Views. Direct Drawing.
  7. Network: HTTP vs HTTPS, DNS lookgup and latencies. Data formats - JSON, Protobuf et al. Data compression. And more.
  8. Data Sharing: Deep Linking, Pasteboards, Document Interaction. App Extensions.
  9. Security: Access, Network security, local storage, data sharing. And their impact on performance.
  10. Testing and Release: Unit testing, Functional testing, Performance testing. Dependency Injection, Isolation and Mocking. Continuous Integration.
  11. Tools: Accessibility Inspector, Instruments, Xcode View Debugger, Charles proxy. And a bonus tool in the book.
  12. Instrumentation and Analytics: Planning, Implementation, Deployment. Instrumentation vs Analytics. Real User Monitoring (RUM).
  13. iOS 9: Universal Links, Search. Updates in UIKit framework. Safari Services framework. New extensions - content blocker, spotlight index. Whole new ecosystem of app thining - slicing, on-demand resources, bitcode.

hpios's People

Contributors

gvaish avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.