Skip to content

Türkiye ve yakın çevresinde meydana gelen depremleri 4 farklı kaynaktan alın.

Notifications You must be signed in to change notification settings

sqayner/earthquake-library-java

Repository files navigation

earthquake-library-java

Örnek Kod

EarthquakeAPI.initialize().setSource(Source.KANDILLI).setEarthquakeAPIListener(new EarthquakeAPIListener() {
            @Override
            public void onLoaded(ArrayList<Earthquake> earthquakes) {
                
            }

            @Override
            public void onError(Exception e) {

            }
        }).load();

Kullanılan Uygulamalar