| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 17 hours ago | |
| stats | profile views | 11 |
|
Nov 13 |
asked | How to handle Out of Memory error when loading single Bitmap from Camera |
|
Nov 13 |
answered | Android Camera Intent - Out Of Memory Error and Rotation Error |
|
Nov 13 |
answered | Take picture with android camera (intent) out of memory error |
|
Oct 30 |
awarded | Self-Learner |
|
Oct 25 |
answered | Silverlight RichTextBox/ListBox/ScrollViewer strange behaviour |
|
Oct 20 |
answered | Get all files and directories in specific path fast |
|
Oct 19 |
comment |
Attaching a file from secure storage in Gmail from my app Anyone find another way around this issue? (what if they don't have and SD card?) |
|
Oct 18 |
comment |
How can I remove the default top margin on a pdf document with itextsharp? and there is no error when you use 0, it just puts in the default margins. 0f All the way! |
|
Oct 18 |
comment |
Determining Camera Resolution (i.e. Megapixels) Programatically in Android YuDroid, use the answer provided by @wAroXxX, which gives you the height and width of the pictures that the camera will output, then use the equation given by PravinCG "Resolution in pixel = width X height" Which gives you Resolution in Pixels and divide that by 1,024,000 . This will give you your resolution in MegaPixels. So: Megapixels = (width * Height)/1024000; |
|
Oct 17 |
comment |
Android ListView scrolling There is another Stack overflow post here: Snap to with a ListView This should hopefully give you enough of a starting point although this post is so old, you may not care. |
|
Oct 12 |
comment |
Detecting screen orientation change in OnPause() Thanks to your link, I saw that the Enum for it is ScreenSize, however, it doesn't appear to be available in my version of MonoDroid, (I'm completely up to date with the latest SDK). Any idea why that might be? |
|
Oct 11 |
comment |
Detecting screen orientation change in OnPause() @Greg, Thank you for your answer. Do you know what the ConfigurationChanges equivalent of screenSize that is needed for API 13 and above? link as referenced in the second question? |
|
Sep 7 |
comment |
Get on screen coordinates of a certain UITableViewCell? Careful with that one, if the UITableCell is off screen below, it will give you the y coordinate for it within the table view not the actual screen coordinate. Otherwise this method works great! |
|
Sep 6 |
comment |
Deserialize JSON with large collection I don't know if this would help, however we were running into issues with this and large numbers of objects. We fixed it by setting (in your case) deserializer.MaxJsonLength = int.MaxValue; |
|
Aug 23 |
revised |
Create PDF via monotouch on iPhone? added 71 characters in body |
|
Aug 23 |
answered | Create PDF via monotouch on iPhone? |
|
Apr 6 |
comment |
UIActionsheet in Splitview crashing with iOS 5.1 update They have reported the issue to apple. |
|
Apr 6 |
comment |
UIActionsheet in Splitview crashing with iOS 5.1 update Thanks, and we have submitted a radar bug. |
|
Apr 5 |
comment |
Animating A popup Window I don't know if it helps, but I am also overlaying the entire screen with a view to darken it, perhaps adding that view first and then overlaying the other view on top is causing the issue? |
|
Apr 3 |
answered | iOS 5.1 + UISplitViewController in PortraitMode + UIActionSheet in MasterController = Assertion failure |