java

  1. Ðаn

    Is Microsoft going to miss another C# opportunity?

    IMO, 15-ish years ago, Microsoft had nearly "won" as Java was on life-support; had they open-sourced .NET/C# then (as well as porting it to MacOS/Linux, Xamarin, etc.) that might have been the end of Java. Certainly, the efforts over the past 10+ years have been wonderful, but it was too late...
  2. Minapps

    Resolved How to call a Java plugin with context

    Hi, my game needs to know if the GPS is activated on an android device but I get an error. I made a plugin in Android Studio that returns true if GPS is activated and false if it isn't : package com.minapps.minappsandroidlibrary; import android.location.LocationManager; public class...
Back
Top Bottom