Present variable value in database [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
I need to create a database file and present in it a variable value. I don't understand a lot in database so anyone have a sample code for me?

That's quite a vague question but you can go with these links:
Ray Wenderlich Tutorial
Apple documentation
Core Data snippets
Apple threaded Core Data sample app
Hope that helps.

Related

Use share in IOS [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 2 years ago.
Improve this question
I think, that everybody use share feature in your iDevice. So I decided to add this feature to my mobile-manager app, but I don't know how to start. Share link in documentation or other information about this thing, please
Use UIActivityViewController. It’s very simple you’ll get it!

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/

Why use Localizable Strings in objective c vs Traditional Hash Maps? [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
Question is basically in the title. Just looking for a simple answer
If you use NSLocalizedString, you don't have to write your own code to detect and load resources per locale, and instead rely on widely used and reliable code provided by the system. This saves time in development and debugging, and your code will be easier to understand by other developers familiar with the system.

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:].

Neo4j : Introduction with basics? [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
Hello everyone I am new to Neo4j, i am not able to get things like, How to query exactly and check its result. Also does any other software necessary to make it work? if so then which.
The manual should be able to answer all the questions you have: http://docs.neo4j.org/chunked/stable/
Also, do check out http://www.neo4j.org/learn

Resources