Hey everyone ;) I have a new question again :D I can open my app now and insert the data into the fields, but as soon as i click the save-menu-item it aborts ... i posted the piece of code at the end
This question is about being able to save routines, and being able to select them from a list…. When you select one it knows what to link where etc. Just for understanding. not the actual program
So I\'ve let the user transform a UIImage inside of my custom TransformView which is a subclassed UIImageView. It allows the user to rotate, scale, and pan using touchesEnded, touchesMoved, etc. Now w
I have a windows app that takes advantage of the Settings. I have a few user settings that the user can set manually, they are set as User scope. The save method works fine, however if the application
hey, now i can save data in my db, but it doesn\'t show up in the database activity itself. @Override
is there a way that iget back the number of affected rows by using: getHibernateTemplate().save(bean);
I\'ve a camera and I\'m reading the images in real time into an array. I\'m applying some algorithm to the image and displaying it. Then I get the next image and display it as well. So I\'m streaming
I want store some date into iPhone in my program,but when I delete my program from iPhone the data sh开发者_开发问答ould be still in iPhone. How to do this?You can save data to iPhone permanently usi
In my android application I have a listview with a bunch of items with checkboxes. If the checkboxes are checked, a value is calculated. However, after the application is terminated, the listview开发者
What is the best way to save large amount of data for a .Net 4.0 application? Right now I am using Lists and serializing to a file in \"User Data\" folder, and its working ok, but I want to know if t