747 reputation
1518
bio website
location United States
age 22
visits member for 2 years, 1 month
seen May 17 at 14:03
stats profile views 48

Mobile Game/App Developer
C#, C++, Obj-C, Java
iOS, Android, WP8, W8


Oct
12
accepted What are ways I can speed of development time when building applications?
Oct
11
revised What are ways I can speed of development time when building applications?
added 3 characters in body
Oct
11
asked What are ways I can speed of development time when building applications?
Oct
10
awarded  Popular Question
Sep
3
accepted Is it better to develop apps using a platform specific technology or web technologies?
Sep
3
comment Is it better to develop apps using a platform specific technology or web technologies?
great explanation. I knew there had to be a reason there was such a jump for web technologies recently and it was hardware acceleration.
Sep
2
asked Is it better to develop apps using a platform specific technology or web technologies?
Aug
29
accepted What determines when a computer is considered a “client”?
Aug
29
comment What determines when a computer is considered a “client”?
thanks for the clarification. Well explained.
Aug
29
comment What determines when a computer is considered a “client”?
yes I have heard this definition which is the most common I know of. I guess theres a bit of a mix up. What exactly is the client? Is it the device that requests the service or could it also be software requesting the service? Thus my assumption that usually all "clients" are considered the devices in the hands of the consumer.
Aug
29
comment What determines when a computer is considered a “client”?
@Jeff O not necessarily. I just want to know if the meaning of client has a specific set of characteristics, and if so couldn't all computers that have these chararteristics be considered a client.
Aug
29
asked What determines when a computer is considered a “client”?
Jul
24
awarded  Nice Question
May
9
comment What determines when an application requires mvvm?
@Rachel thanks this is great. I'll check it out.
May
9
accepted What determines when an application requires mvvm?
May
5
comment What to do if the interviewer does not give you enough time to answer?
@Rein +1 for a great answer.
May
5
comment What determines when an application requires mvvm?
@Rachel see this is what I heard. The thing is I've tried to learn this but found a lack of resources for implementing this in WP7 applications. What made it a little more confusing on top of it was the fact that the examples I studied each implemented it in a different way. What's your suggestion on how I can get started?
May
4
comment What determines when an application requires mvvm?
+1 for "You dont' want to blindly follow a design pattern just because someone told you it's a good idea". I tried implementing it because they told us to and found that I was creating twice as many files along with making the application way more complex than it needed to be. I guess theres always a balance.
May
4
comment What determines when an application requires mvvm?
@Jon I pass data from page to page. But other than that there really isn't communication between the different components of my app.
May
4
asked What determines when an application requires mvvm?