-1
votes
1answer
35 views

Accessing Device camera on Android phone and iPhone using javascript or php or some other language [closed]

How can I access device camera from browser using a button on my website on Android phone and iPhone. I am not sure if its even possible if website is made in PHP Please help me if someone has ...
1
vote
1answer
56 views

Draw Bar Graph, Pie Chart, Scatter Graph using Core Plot versus jQuery

In iOS application, there was a requirement for drawing graphs & pie charts. I did RnD and find two ways to do this: Using Core Plot [Screenshot 1/2] Using jQuery in webview [Screenshot 3] ...
0
votes
0answers
33 views

In iOS, are there something similar to Android ANR trace log?

As the title said, I am wondered that when an App is blocked and cannot respond to user interaction, can I get the Call Stack? Thanks in advance. More info here: Any good ways to get useful ...
0
votes
0answers
42 views

OpenCV: Speeding up detection of simple shapes on iPhone

I am trying to detect shapes with 6 corners using OpenCV on iPhone(videostream). I am getting quite good results but for the cost of a low frame rate which is around 8 fps (depending on the detecting ...
0
votes
2answers
68 views

AngularJs raw template shows briefly on IOS before being replaced

I've a mobile site based on angularJs, on a normal machine it looks fine. When I take it to IOS. I notice that the raw template is shown briefly before the text is replaced by angularJs. i.e. i have ...
0
votes
1answer
35 views

why does EKEventEditViewController take ~3 seconds to load

I have a EKEventEditViewController that I initializie and present like this: EKEventEditViewController *addController = [[[EKEventEditViewController alloc] initWithNibName: nil bundle: nil] ...
0
votes
1answer
135 views

iOS FPS low frame rate when character moves, profiler shows Physics.Simulate takes cpu time

We develop FPS game for iOS. Player character is a First Person Controls from Standard Assets (Mobile). It has standard Character Controller attached. We have 7 enemies on our scene Each enemy has a ...
0
votes
1answer
21 views

What is the best way to remove elements on screen in terms of performance, speed, best-practice etc.?

On a number of elements within a feature of my application, they are coming in and out of view (possibly a couple of times in a second) I would like some advice on whether it is better to remove the ...
0
votes
0answers
56 views

Slow loading of view

I have a problem that is driving me nuts. I am using storyboard to create an application and when i load a specific view it takes forever to show (2-3 seconds). The view contains a map view and two ...
2
votes
1answer
90 views

where should I push the code for reading device unique ID in iOS?

I have the following code for reading the unique device id. Since this will be used in more than 20 different views (.m files), I'm just questioning myself that is there a cleaning and efficient way ...
7
votes
1answer
189 views

iOS: will using [UIImage -imageNamed:] without file extension cause performance issue?

I have a image named image@2x.png.The file is 1KB in size. My app is a iPhone-only app. I load the image in my app with this call: [UIImage imageNamed:@"image"]; When using I/O activity instrument ...
1
vote
0answers
31 views

iPhone: slow down recorded video

Can anyone explain why this isn't slowing down my video to 5 seconds? secondAsset.duration is equal to 15 seconds. After it is exported it just plays the video for 5 seconds and then shows the last ...
0
votes
1answer
30 views

Performance&Syncing: Storing in CoreData or as Array saved in File

I currently have an App which stores it's data by converting an NSArray to NSData and writes it in a file like this: NSData *theData = [NSKeyedArchiver archivedDataWithRootObject:theSaveArray]; ...
0
votes
1answer
285 views

What are the “golden rules” to increase CSS3 transition performance on mobile devices?

I am using some really simple CSS3 transitions in my app like in the following example where I try to slide in a div container from left to right: <div id="navi"> <form> ...
0
votes
1answer
140 views

UIApplication -scheduleLocalNotification: very slow when called by UIApplication -appWillTerminate:

I set the "application does not run in background" in my info.plist, so when user tap home button, app quits. When my [UIApplication -appWillTerminate:] called, I will schedule 64 local ...
-1
votes
6answers
310 views

UITableView scrolling speed

I'm developing an iPhone application similar like Facebook ,but for different purpose. I'm having an array of data for each and every row in UITableView i.e content,photos,no.of likes,comments,title ...
-1
votes
2answers
75 views

slowMotion in iphone game based in opengl es [closed]

I want to implement slow motion in a game, based on opengl. What I mean is when ball is about to touch the cylinder then it should be displayed in slow motion. I am using opengl es first time. So ...
0
votes
2answers
113 views

YouTube API Fetch Freezes UITableView Momentarily

I'm using the YouTube API to very simply fetch some videos and display them in a UITableView in my iPhone app, however it causes my table to freeze momentarily when fetching videos. I can call the ...
1
vote
1answer
22 views

Frequent view switching causes lagg

I have made an app that runs quite smoothly. However, every time I switch views it gets more laggy and eventually (after about 5 times of switching) it shows an incredible amount of lagg. The view ...
-1
votes
1answer
34 views

Database Efficiency for a Mobile App

I am planning to develop an IOS/ANDROID app which is like a forum. User will open a topic and others will talk over there. Suppose I am an user and want to visit the page of a topic, I will visit the ...
0
votes
2answers
176 views

iOS memory/performance optimization regarding temporary objects

I have a method in my code that runs a lot of times. I need my code to be able to run for hours, so this method will be executed hundreds of times. The method consists of temporary variables, which ...
1
vote
1answer
155 views

Improving UIWebview loading performances

In my iPhone app, I'm using a UIwebview to execute javascript only. The webview is always hidden, no interaction required. I'm searching for tips to improve load time so my app can become more ...
0
votes
0answers
39 views

Iphone: app action slow first time then fast

I have noticed that every single user interface action which is done for first time is slow. The very same action the next time is fast. It deals with the sdk embedded functionality such as the ...
0
votes
1answer
196 views

Getting Real Bad Performance from CAShapeLayer

I have a graphic that is stored in a large file and is broken down into a lot of mutablePaths like following: mutablePath = CGPathCreateMutable(); CGPathMoveToPoint(mutablePath, NULL, 123.70,49.23); ...
12
votes
3answers
992 views

Core Graphics Performance on iOS

Summary I'm working on a fairly straightforward 2D tower defense game for iOS. So far, I've been using Core Graphics exclusively to handle rendering. There are no image files in the app at all ...
0
votes
1answer
39 views

Forcing a controller's view into memory

To address some performance issues, I started recycling some view controllers. However, the performance benefit of re-using a recycled controller's view is only present if that view has been drawn. ...
0
votes
0answers
216 views

iOS app slow when segue between ViewControllers

i'm working on a iOS app and, when I try it on the device, it is too slow when changing the View. In the simulator it works perfectly. That's my viewDidLoad code. Y don't know if some function is too ...
0
votes
0answers
68 views

Iphone4 “add to home screen” instant startup

How do you make a web app start up instantly - is it possible to make as fast as a native app that is already loaded? I have developed a HTML5 web app that runs nicely on Iphone 4 with a ...
5
votes
1answer
148 views

Benchmarking performance using Instruments

I am looking for some advice on how to use Instruments' Time Profiler to enhance a specific operation. I have a paging scroll view that loads its content on demand. As a new page is scrolled to, ...
2
votes
1answer
332 views

What can happen between viewWillAppear and viewDidAppear?

I am optimizing a transition that seems to be slow on my device. I am pushing one UIViewController from another when a UITableView's row is selected. There is a noticeable pause after row selection ...
2
votes
3answers
160 views

How do I test the load time of my application?

I would like to benchmark the load time of my application but am not sure how to do this. I could start by inserting a couple of NSLogs and comparing the time stamps. But where should I place these? ...
1
vote
1answer
131 views

UITableView Dynamic vs. Static Cell Allocation Performance / Memory Usage

Could anyone tell me the tradeoff in performance/memory usage between using static and dynamic cells in a UITableView? Here's my situation: I have a TableView with 6 different sections. The first ...
0
votes
1answer
139 views

Quicker alternative to AVAudioPlayer?

I have an app in which the frame rate slows down dramatically when a sound is played. I am using AVAudioPlayer to play these sounds, and there are many sounds being played within short spaces of time. ...
1
vote
0answers
111 views

Performance issues with asp.net &/or jQuery - Safari iPhone 5

I've built an asp.net (VB) web app at work that uses SQL Server backend for data with stored procedures. The front end is built in VS2008 and also uses bits of jQuery, Dundas charts, JavaScript, CSS ...
1
vote
1answer
247 views

Performance issue with scheduleLocalNotification(Large number of local notifications) [duplicate]

Possible Duplicate: Schedule number of Local Notifications I'm facing performance problem with scheduleLocalNotification. I'm trying to register large number of local notifications. It's ...
2
votes
2answers
142 views

my site is very laggy on ipad/iphone, removed css-effects & javascript

I'm building a site with quite a bit of CSS & some javascript but I am having a lot of problems with the performance on mobile devices, especially on the ipad and the iphone. I've tried turning ...
0
votes
1answer
111 views

AVAudioPlayer sounds affecting performance of app

I have recently been adding sounds into a game I'm developing using AVAudioPlayer. I have noticed that playing sounds will often slow the game down in terms of framerate. I have tried to reduce the ...
1
vote
0answers
227 views

iOS 6 is slow to paint view when using modalTransitionStyle = UIModalTransitionStyleFlipHorizontal

I recently upgraded my iPhone 4 to iOS 6. Upon doing so I noticed that one of the apps I'm working on is no longer behaving as expected when presenting a modal dialog. I am using ...
0
votes
1answer
47 views

live search city?

I'm working on a iPhone-application, and within one section the user should be able to search for cities. I would like to do it like the weather app is working on the iPhone, where user can start type ...
0
votes
0answers
39 views

Performance due to multiple frameworks in ipad

I have added jquery, jquerymobile, less.js, raphel.js and google maps api in my web app. Will it lead to any performance drawbacks while user use it in ipads / iphone. won't they occupy more memory?
1
vote
1answer
143 views

How can I speed up the loading of images from a web service?

I'm new to iPhone development. In my application, I had kept a scrollview and I have loaded the images from web service using JSON parsing. Unfortunately, it is taking too much time to load them. Do ...
1
vote
1answer
104 views

SQLite core data performance over time

I am using a SQLite backed core data store for an iPhone app I am currently developing. I was wondering how database maintenance is handled with SQLite on iPhone if at all? Server based RDBMS systems ...
2
votes
1answer
177 views

CoreData - How to do NSFetchRequest with temporary context with NSPrivateQueueConcurrencyType?

Since iOS 5, CoreData introduces its own private queue where you can let some operations (especially save context) running in background. This must be done via [context performBlock:...]. It is easy ...
1
vote
1answer
97 views

iPhone - How to design so that a UITableView can show big number of items?

I have a big number of items in CoreData db. A item is actually a news entity, which has tile, summary, content, etc. I also have a single UITableView. What I am doing is that I read items from the ...
1
vote
0answers
93 views

iphone - Should I rely on NSManagedObjectId to exchange NSManagedObject between contexts?

This is a design question and the following is the background of my problem. Problem I am writing an news app. I download a number of news items (an item has title, content, images, etc) from a ...
0
votes
2answers
115 views

Multiple if-else Vs for loop

While going through parsing a xml doc i have used multiple if-else to parse the data tag wise. I can do the same with for loop also. But i am confused about which to use so as the performance will ...
0
votes
1answer
155 views

How to composite the view hierarchy to enhance animation performance?

I have several views with a lot of subviews, and during animation the performance is very poor. One way that could help is to flatten the hierarchy by rendering it to a context. For this to work, ...
0
votes
0answers
64 views

iPhone App extreme slow on other devices

I know that it's not a very specific question, but I hope someone had the same (or similar) problem and knows where the mistake is. I have a simple App. It basically just displays a webpage. I've ...
7
votes
2answers
1k views

Is it possible to pull for touch points immediately after touchesBegan: gets called?

Problably you know that iPhone OS makes an artifical delay of about 0.25 seconds after an touchesBegan: occures. This is to check if the user intends to move or not. If the deltas move significantly ...
59
votes
7answers
39k views

Will my iPhone app take a performance hit if I use Objective-C for low level code?

When programming a CPU intensive or GPU intensive application on the iPhone or other portable hardware, you have to make wise algorithmic decisions to make your code fast. But even great algorithm ...

1 2 3 4 5 11