Android Open Source - App project FindMyStuff






Project Summary

CS 2340 Android App Project that creates an interface to find items lost during Hurricane Sandy.

Web Site / Source Repository

FindMyStuff is hosted in the following web site
https://github.com/froriz5/FindMyStuff

If you think the Android project FindMyStuff 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 FindMyStuff.

ItemValue
Java File Count45
Target SDK Version17
Minimum SDK Version8
Activity Count9
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\.gitkeep
assets\images\rails.png
assets\javascripts\categories.js.coffee
assets\javascripts\incidents.js.coffee
assets\javascripts\item_features.js.coffee
assets\javascripts\items.js.coffee
assets\javascripts\users.js.coffee
assets\stylesheets\.gitkeep
assets\stylesheets\categories.css.scss
assets\stylesheets\incidents.css.scss
assets\stylesheets\item_features.css.scss
assets\stylesheets\items.css.scss
assets\stylesheets\scaffolds.css.scss
assets\stylesheets\users.css.scss




Java Source Files

FindMyStuff has the following Java source files.

edu.gatech.oad.antlab.person.Person2.java
edu.gatech.oad.antlab.person.Person3.java
edu.gatech.oad.antlab.person.Person4.java
edu.gatech.oad.antlab.person.Person5.java
edu.gatech.oad.antlab.pkg1.AntLabMain.java
edu.gatech.oad.fullhouse.findmystuff.SearchResults.java
edu.gatech.oad.fullhouse.findmystuff.SearchView.java
edu.gatech.oad.fullhouse.findmystuff.client.RESTClient.java
edu.gatech.oad.fullhouse.findmystuff.dao.CategoryAccessor.java
edu.gatech.oad.fullhouse.findmystuff.dao.IncidentAccessor.java
edu.gatech.oad.fullhouse.findmystuff.dao.ItemAccessor.java
edu.gatech.oad.fullhouse.findmystuff.dao.UserAccessor.java
edu.gatech.oad.fullhouse.findmystuff.dao.impl.ServerAccessorFactory.java
edu.gatech.oad.fullhouse.findmystuff.dao.impl.ServerCategoryAccessorImpl.java
edu.gatech.oad.fullhouse.findmystuff.dao.impl.ServerIncidentAccessorImpl.java
edu.gatech.oad.fullhouse.findmystuff.dao.impl.ServerItemAccessorImpl.java
edu.gatech.oad.fullhouse.findmystuff.dao.impl.ServerUserAccessorImpl.java
edu.gatech.oad.fullhouse.findmystuff.model.Category.java
edu.gatech.oad.fullhouse.findmystuff.model.Incident.java
edu.gatech.oad.fullhouse.findmystuff.model.Item.java
edu.gatech.oad.fullhouse.findmystuff.model.ItemFeature.java
edu.gatech.oad.fullhouse.findmystuff.model.Session.java
edu.gatech.oad.fullhouse.findmystuff.model.Settings.java
edu.gatech.oad.fullhouse.findmystuff.model.User.java
edu.gatech.oad.fullhouse.findmystuff.pres.AddIncidentPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.AddItemPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.LoginPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.LookupUserPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.RegisterPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.SearchResultsPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.SearchViewPresenter.java
edu.gatech.oad.fullhouse.findmystuff.pres.ViewItemsPresenter.java
edu.gatech.oad.fullhouse.findmystuff.util.Transitioner.java
edu.gatech.oad.fullhouse.findmystuff.view.AddIncidentActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.AddItemActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.DashboardActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.HelloAndroidActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.LoginActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.LookupUserActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.RegisterActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.SearchResultsActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.SearchViewActivity.java
edu.gatech.oad.fullhouse.findmystuff.view.ViewItemsActivity.java
null.Person1.java