Android Open Source - Location Aware info-retrieval-project






Project Summary

This was an assignment for my Information Retrieval course. The course was about search engines, from crawling to indexing and of course searching. This repo is the project which was to use solr to implement a location aware crime mobile app. You can see the demo here: http://www.youtube.com/watch?v=ZdcCfSsNBDM&feature=youtu.be.

Web Site / Source Repository

info-retrieval-project is hosted in the following web site
https://github.com/factoryEquipment/info-retrieval-project

If you think the Android project info-retrieval-project listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of info-retrieval-project.

ItemValue
Java File Count22
Target SDK Version9
Minimum SDK Version8
Activity Count2
Fragment Count6
jar files usedandroid-support-v4.jar
jackson-core-asl-1.9.5.jar
jackson-mapper-asl-1.9.5.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Resource Files

There are 2 image files in info-retrieval-project. The names of the image files are listed as follows.

marker.png
marker2.png

The following screenshort is generated from the image listed above.

null

Java Source Files

info-retrieval-project has the following Java source files.

com.vt.ir.Utils.java
com.vt.ir.adapters.HomeFragmentPagerAdapter.java
com.vt.ir.fragments.ImmediateAutoComplete.java
com.vt.ir.fragments.SearchFragment.java
com.vt.ir.fragments.SubmitCrimeFragment.java
com.vt.ir.io.HttpHelper.java
com.vt.ir.io.ResponseProcessor.java
com.vt.ir.io.RestMethodInvoker.java
com.vt.ir.io.URLUtil.java
com.vt.ir.services.RestService.java
com.vt.ir.services.ServiceHelper.java
com.vt.ir.tasks.GeocodeAsyncTask.java
com.vt.ir.tasks.MapPointsAsyncTask.java
com.vt.ir.ui.CrimeHomeActivity.java
com.vt.ir.ui.HomeViewPager.java
com.vt.ir.ui.SimpleItemizedOverlay.java
com.vt.ir.ui.TapControlledMap.java
com.vt.ir.ui.fragments.ImmediateAutoComplete.java
com.vt.ir.ui.fragments.SearchFragment.java
com.vt.ir.ui.fragments.SubmitCrimeFragment.java
com.vt.ir.vo.Crime.java
com.vt.ir.vo.CrimesWrapper.java