yeah I have to say the majority of questions I see come across this list as
"problems" are more related to the android os, not the the m4a. One of the
most common one's I've seen is in regards to listview and getting an item
at a certain position. The docs are obfuscated in a way and that's when you
can actually find them through a slew of as*hats trying to out seo them so
you get to their crappy blog with their crappy example that is really
flawed so you end up messaging them and paying them for work.


Here is the path to figuring out m4a.

1, search for -stackoverflow -bigresource monodroid *classorissuehere*

for example:

-stackoverflow -bigresource monodroid listview


Sometimes it's android it self that is confusing. For example, in adapter
view there is a property on the returned view that is .position, but it has
nothing to do with the items position in a list. You have to know that
you need to call getPositionForView with the view.

http://developer.android.com/reference/android/widget/AdapterView.html#getPositionForView%28android.view.View%29



It's stupid. I mean, the whole idea behind java was to be a language to
ease people into c++. A learning tool for universities. It was for people
who couldn't understand pointers but would eventually.

So a learning tool as a foundation for a language. PLEASE! Any code written
in c++ vs java I would say is always 10x faster and 10x as small. I
recently wrote a page in c++ using lighttpd and compared it to my friend's
ruby install.
His server crapped out after about 2k simultaneous connections. WE couldn't
make my server crap out with all out machines (about 10, blasting it)
together.

Point is, getting hired at google doesn't mean you are good. It means you
had good recommendations. So whomever was in charge of the mobile phone
design was obviously someone who learned java in college but never realized
they were scootin long with training wheels still on. Makes me sad.






On Sun, Aug 19, 2012 at 5:23 PM, Sayed Arian Kooshesh <koosh...@gmail.com>wrote:

> You have to understand, android is flawed, too. What you get with this
> product is a lot of headache removal from learning java and it's f*cked up
> ways.
>
> On Sun, Aug 19, 2012 at 5:22 PM, Stephan Steiner <
> stephan.stei...@gmail.com> wrote:
>
>> Hi mel
>>
>> Well.. aren't we all paying customers that Xamarin needs to listen to?
>> Sitting on your mouth if you think something is wrong with the product you
>> purchased seems wrong to me.
>>
>> Your tips about additional exception handlers helped somewhat... now I can
>> catch them and the final straw seems to be in the TPF where I get an
>> unobserved task exception. Do you know how you can catch those? I've
>> already
>> set up the TaskScheduler.UnobservedTaskException eventhandler, but it
>> doesn't fire.
>>
>> >I'm patching stuff like that too...
>> So you're using RestSharp as well? What's your experience? I've had to
>> pick
>> something that could handle me WFC endpoint and doesn't force me to GPL
>> the
>> entire commercial project. I initially considered ServiceStack for the
>> server side, too, but since the solution has 3 pre-existing services, all
>> WCF based, it seemed the most straightforward to use WCF for rest, too.
>>
>> Regards
>> Stephan
>>
>>
>>
>> --
>> View this message in context:
>> http://mono-for-android.1047100.n5.nabble.com/Stepping-into-standard-NET-libs-tp5711361p5711412.html
>> Sent from the Mono for Android mailing list archive at Nabble.com.
>> _______________________________________________
>> Monodroid mailing list
>> Monodroid@lists.ximian.com
>>
>> UNSUBSCRIBE INFORMATION:
>> http://lists.ximian.com/mailman/listinfo/monodroid
>>
>
>
>
> --
> Extreme Knowledge is not something for which he programs a computer but
> for which his computer is programming him.
>
> -Wozniak
>
>
>    - if my programming advice has helped you, feel free to donate to : 
> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
>
> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
>



-- 
Extreme Knowledge is not something for which he programs a computer but for
which his computer is programming him.

-Wozniak


   - if my programming advice has helped you, feel free to donate to :
<https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>

<https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
<https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to