Android geographic visualization for UNHCR data.
refuge is hosted in the following web site
https://github.com/peter-tackage/refuge
If you think the Android project refuge listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of refuge.
Item | Value |
---|---|
Java File Count | 28 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
Asset File Names | assets\CountriesLatLong.csv assets\UNDataExport2012.xml assets\smalltestsample.xml |
There are 2 image files in refuge. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
refuge has the following Java source files.
com.moac.android.refuge.RefugeApplication.java com.moac.android.refuge.activity.MainActivity.java com.moac.android.refuge.adapter.CountryAdapter.java com.moac.android.refuge.adapter.CountryViewModel.java com.moac.android.refuge.database.DatabaseHelper.java com.moac.android.refuge.database.MockModelService.java com.moac.android.refuge.database.ModelService.java com.moac.android.refuge.database.PersistentModelService.java com.moac.android.refuge.fragment.NavigationDrawerFragment.java com.moac.android.refuge.importer.CountriesLatLongImporter.java com.moac.android.refuge.importer.CountriesLatLongImporterTest.java com.moac.android.refuge.importer.DataFileImporter.java com.moac.android.refuge.importer.FileImportException.java com.moac.android.refuge.importer.LoadDataRunnable.java com.moac.android.refuge.importer.XMLFileImporterTest.java com.moac.android.refuge.inject.AppModule.java com.moac.android.refuge.inject.DebugAppModule.java com.moac.android.refuge.maps.InfoAdapter.java com.moac.android.refuge.model.Country.java com.moac.android.refuge.model.CountryAddedEvent.java com.moac.android.refuge.model.CountryStore.java com.moac.android.refuge.model.Demography.java com.moac.android.refuge.model.MapClearedEvent.java com.moac.android.refuge.model.PersistableObject.java com.moac.android.refuge.model.RefugeeFlow.java com.moac.android.refuge.search.CountrySuggestionProvider.java com.moac.android.refuge.util.DoOnce.java com.moac.android.refuge.util.Visualizer.java