Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 900 Bytes

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