Pretty basic structure for a "point of interests" app. The web server handle the DB and provides lists of nearest POIs given the location of the user through the Android app..
Android-POI is hosted in the following web site
https://github.com/paulononaka/Android-POI
If you think the Android project Android-POI 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 Android-POI.
Item | Value |
---|---|
Java File Count | 23 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in Android-POI. The names of the image files are listed as follows.
img_balloon.9.png img_droidcool.png img_droidman.png img_menu.9.png stub.png
The following screenshort is generated from the image listed above.
Android-POI has the following Java source files.
com.fedorvlasov.lazylist.ImageLoader.java com.fedorvlasov.lazylist.LazyAdapter.java com.fedorvlasov.lazylist.Utils.java com.poi.activities.Main.java com.poi.activities.PoiList.java com.poi.dao.Dao.java com.poi.dao.PoiDBHelper.java com.poi.dao.PoiDao.java com.poi.dto.PoiDTO.java com.poi.dto.ProximityRequest.java com.poi.dto.ProximityResponse.java com.poi.remote.PoiRPC.java com.poi.remote.RestClient.java com.poi.server.dao.DAO.java com.poi.server.dao.DAOImpl.java com.poi.server.dao.EMF.java com.poi.server.dao.PoiDAO.java com.poi.server.model.Poi.java com.poi.server.servlets.BotServlet.java com.poi.server.servlets.Messages.java com.poi.server.servlets.PoiProximityServlet.java com.poi.util.Util.java