170 reputation
16
bio website
location Boulder, CO
age 20
visits member for 1 year, 10 months
seen yesterday
stats profile views 51

Mar
5
awarded  Caucus
Mar
2
awarded  Popular Question
Feb
27
comment Stop already started service on application startup
I did something similar and it is better than nothing but first time the user enters the app, it crashes so he should select it in recent apps and it will work while if I dont do that. User has to close the app and then run it again. So I achieved something, but it's not enough! it should work every time app starts !
Feb
27
comment Stop already started service on application startup
This approach will lead to stopping service every time user leaves the app. I want to stop it when the app is closing. I think if I check inside the service if the application process is not running, then I can stop the service and that makes sense. What do you think?
Feb
27
asked Stop already started service on application startup
Feb
24
comment SocketException for closing a UDP Socket
Yeah but the problem is that I have covered it. I mean I put it in a try/catch phrase. and the fun part is that when I print outputs, it passes all those try(s) and nothing actually goes to catch. Plus this code is working just fine on WP7/iOS/Windows !
Feb
24
revised SocketException for closing a UDP Socket
added 8 characters in body
Feb
24
comment SocketException for closing a UDP Socket
Unhandled Exception: System.Net.Sockets.SocketException: interrupted at System.Net.Sockets.Socket.ReceiveFrom_nochecks_exc (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end, Boolean throwOnError, System.Int32& error) [0x00000] in <filename unknown>:0 at System.Net.Sockets.Socket.ReceiveFrom_nochecks (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end) [0x00000] in <filename unknown>:0 at System.Net.Sockets.Socket+Worker.ReceiveFrom () [0x00000] in <filename unknown>:0
Feb
24
revised SocketException for closing a UDP Socket
added 602 characters in body
Feb
23
awarded  Custodian
Feb
23
reviewed Approve suggested edit on SocketException for closing a UDP Socket
Feb
23
asked SocketException for closing a UDP Socket
Feb
16
comment Mono for Android performance comparing to Java
hmmmm, so it's pretty much like MonoTouch. that's interesting!
Feb
16
comment Mono for Android performance comparing to Java
Well, that's really cool! I really consider for my own use but since it's output for interface is HTML5 I highly doubt that it is faster than Obj-C/MonoTouch or even more efficient in case of power consumption.
Feb
16
asked Mono for Android performance comparing to Java
Jan
25
accepted How to set content of a FrameLayout just like setContentView
Jan
24
comment How to set content of a FrameLayout just like setContentView
exactly, it's possible I tried that but the problem here is that page1 is null means that it is not initialized using the xml file in res/layout
Jan
24
asked How to set content of a FrameLayout just like setContentView
Jan
24
asked Ways to serialize(write Document to a text file) in android
Jan
24
accepted Why is my application, which I compiled with Any CPU, running as a 32-bit process on my 64-bit machine?