jcalderaio / swift-honors-app

An app written in Swift to compare the memory usage to an identical React-Native App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##This Swift App is coded to push the hardware just far enough to be able to test the same app written in React-Native.


This app includes Facebook Login, Tab Bar Controller, Facebook profile retrieval, Database retrieval, geolocation, and Page View Controller (Carousel).

I have coded the exact same app using React-Native. I will be pitting these apps against eachother to see which one performs better.

I will be using Apple Instruments to examine the behavior of the apps, perform profiling in a simulator, create custom DTrace instruments to analyze aspects of system and app behavior, track down problems in my source code, conduct performance analysis on these apps, find memory problems in the apps (such as leaks, abandoned memory, and zombies), identify ways to optimize the apps for greater power efficiency, and perform general system-level troubleshooting.

About

An app written in Swift to compare the memory usage to an identical React-Native App


Languages

Language:Objective-C 86.9%Language:Swift 12.9%Language:Ruby 0.2%