I want to make a static library which basically displays some views and button. My client wants this to be distributed as a library to be used by other iPhone developers.
My ...
I'm right now taking hardcode image in 1 string located in the Resources folder and then Uploading and downloading through
processing that string.
My first task is still remaining.
I want to ...
In Android I put my application strings in a file called strings.xml. For example, for an Italian translation I need to create a values-it folder and put a strings.xml file ...
This is the yahoo news rss feed
<p><a href="http://us.rd.yahoo.com/dailynews/rss/us/*http://news.yahoo.com/s/ap/20110521/ap_on_re_us/us_michelle_obama_west_point"><img src="http://d.yimg.com/a/p/ap/20110520/capt.53a8af4c675f421c8b7cba014c589d29-53a8af4c675f421c8b7cba014c589d29-0.jpg?x=130&y=97&q=85&sig=iOyBvkyg0rEKSK3hjlSsNA--" align="left" height="97" width="130" alt="First lady Michelle Obama, left, and Lt. Gen. David Huntoon, superintendent at the U.S. Military Academy, arrive in Washington ...
I have two images and two strings which have been converted to base64 strings and I wish to send them as packet using POST method. Should i concatenate the base64 strings ...
I try to put my customized object, which have string and an image store using NSUserDefaults, but I found out that the image is too big that I can't store. So, ...