Howdy, I am a programmer who worked almost exclusively with C ++ / C # / vbs, and now I am entering the Android development world. I am faced with several problems that, it seems to me, do not find answers for / do not want to watch long training videos to find out, so I decided that I would ask here and get a quick answer.
I do not know if this is suitable for this, so I am open to any suggestions.
I need some custom data containers for my program, let's say I want the Achievement class, so I can have an array of them!
now in c # i would do something like
public class Achievment
{
bool locked;
string achName;
string achSubName;
public Achievement(string name, string subname)
{
}
}
, , , . , Eclipse, , "Public type Achievement ?" .java ... -, ? . , java ... #!
, " ", . , ?
, , !