parse frame and files occupies more memory [closed] - ios

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
In my app i want store images in cloud( for that im using parse.com). My problem is if I add parse framework(as instructed by parse.com/apps/quickstart)it occupies 20mb of memory. Is there any way to reduce the memory of my app?

You can use ASIHTTPrequest
see below link-
http://allseeing-i.com/ASIHTTPRequest/How-to-use

Related

How to clear garbage collection in ruby? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
How to clear garbage collection in ruby? I configured my rails app in AWS. I have used nginx and puma manager.
GC::start but in most cases (read: always) the direct call will make everything worse.

How to integrate Autodesk LVM in rails [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am going to build rails app which contain CAD files i want to upload that files on Autodesk(http://www.autodesk.com/) and store their URN in DB.
Not sure what's your question here... but if you're looking for a sample, check at https://github.com/Developer-Autodesk/sample-ruby-on-rails-app-prototyping

Core Data Multithreading [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
is possible have two thread on core data where one update application's database and the other read from database? i don't find a solution. is there some tutorials?
Thanks
Yes, it is possible and actually it is the best practice.
http://www.cocoanetics.com/2012/07/multi-context-coredata/

Send Binary to another application using x-callback-url [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I need to send a binary file to another application via. x-callback-url. I am able to read the file as NSData. But i am stuck there! Any suggestions?
Thanks in advance!
Try using -[NSString base64EncodedDataWithOptions:] and -[NSString base64EncodedStringWithOptions:].

Play partially downloaded mp4 video [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am downloading an MP4 from a server by writing the file data directly to the app's documents folder. My question is - is there a way to start playing this file before it is fully downloaded?
According to https://trac.mplayerhq.hu/ticket/748 this is not possible because important information is missing from the file. I haven't studied the container format myself to confirm that.

Resources