211
General / Re: Integrate SFML into existing Android application
« on: November 07, 2015, 05:48:11 pm »
This may be a little naive, but can you not just call the SFML Native Activity with an Intent?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Actually List<T> is not a wrapper at all and if you naming it "array" (this is incorrect, at least in terms of .net), then you should name it "dynamic array", because it's growing collection, you can add and remove items into it. By the way .net has separate internal implementation for arrays (fixed arrays in your terms). It allows to improve performance when you work with array in compare to other collections. So, List<T> is not array at all.