1
mazabin
7y

I am developing mobile version of c# app, completely alone in java/android. Still don't know how to use enums with int:string pair in java so I keep using arrays for this.
And I feel terrible everytime I add new thing like that.

Comments
  • 1
    Why not use xamarin if you're porting it to android? Xamarin is free now btw
  • 1
    @HoloDreamer company requirement. I can't do much about it and I really don't mind writing this in java instead of c#. I just don't know proper way of assigning values to keys (e.g. types of something. User choose some type but I need to save this in database with corresponding int.)
Add Comment