0
You’re not programming C#, that’s Java.
You can’t instantiate it List in Java, because List is an abstract class. You can instantiate a ArrayList.
List<Character> Conta = new ArrayList<Character>();
0
3
You’re not programming C#, that’s Java.
You can’t instantiate it List in Java, because List is an abstract class. You can instantiate a ArrayList.
List<Character> Conta = new ArrayList<Character>();
Browser other questions tagged java android oop
You are not signed in. Login or sign up in order to post.
The only way to use
C#withAndroidis usingXamarin StudioorVisual Studiowithplugin Xamarin– rubStackOverflow
That’s not C#, that’s Java.
– Jéf Bueno