15,899 reputation
42769
bio website stackoverflow.com/users/…
location United States
age 38
visits member for 4 years
seen 14 mins ago
stats profile views 1,236

Freelance software developer in the USA, specializing in embedded and distributed systems, intelligence and defense domains, and smartphone applications.

You can reach me at: natron-alias at hot mail (please put "stackoverflow" in the subject line), but please do not contact me asking to privately answer your question for free (that's not fair to my paying customers). If you post a question on stackoverflow, and think I might be interested in it, feel free to send me a link to it.


First StackOverflow user to earn both an iOS and a BlackBerry badge ... although I was the second to hold iPhone+BlackBerry (Marc Novakowsi)

First user to earn a Jailbreak (iOS) badge

95th user to earn the silver iOS badge


Sorry, but I don't do chat. Software development is a knowledge exercise, that requires concentration, and a lack of interruptions, to do well. Chat forces constant context-switching, and loss of efficiency as a result of these interruptions. I post on Stack Overflow in my free time, when I've already been interrupted for other reasons, but I can't spare the time to hang around in chat rooms. Thanks for your understanding.


1h
comment Httpconnection in blackberry
Please show us your code
1h
revised Network Connection Failed after 10 minutes on blackberry
formatting, grammar, java-me tag
1h
revised how to create custom ObjectChoiceField with full screen width and label on top
grammar
5h
awarded  java
5h
awarded  Announcer
6h
revised How to get geolocation without GPS on Blackberry OS 5
typo
6h
revised Locator.geocode(…) freezes/blocks UI in OS 5 devices(Blackberry Java)
formatting, called out update/edit, and added multithreading tag
6h
revised How to get geolocation without GPS on Blackberry OS 5
code formatting
6h
comment Rotating a view in objective-c
This question is asking about how to change the SpringBoard app itself (written by Apple) to change its orientation support. Your suggestion only works for apps that you write yourself, and for which you control the project settings. This is what's referred to by the tweak tag on the question ... modifying behaviour of existing iOS software.
7h
revised BlackBerry class equivalent to AsyncTask?
cleaned up grammar, removed invokeLater tag (this is not swing's invokeLater), and tagged java
7h
revised How to get geolocation without GPS on Blackberry OS 5
added java-me and gps tags, and improved grammar
7h
answered How to get geolocation without GPS on Blackberry OS 5
23h
comment How to get geolocation without GPS on Blackberry OS 5
@Ganesh, I would recommend replacing the code above that uses connection strings with code that uses the ConnectionFactory APIs that were added in OS 5.0. It makes it easier to select a number of network transports that you can use, for making your connection to the http://www.google.com/glm/mmap URL.
1d
revised TablelayoutManager, how to create a custom List?
added link to api docs
1d
revised TablelayoutManager, how to create a custom List?
grammar, code formatting
1d
revised TablelayoutManager, how to create a custom List?
better description and code formatting
1d
answered TablelayoutManager, how to create a custom List?
1d
revised Image stretching issue in blackberry
formatting and code prettify
1d
revised Getting 411 response code while getting JSON Response
links to references
1d
comment Issue with drawing bitmap from URL
Please format your code. It's not readable without indentation. I can't tell if g.drawBitmap() is being called from within the connectServerForImage() method, or outside of it. What is your problem ... a compile error, or a runtime exception being thrown?