Android Open Source - App track Catalogue






Project Summary

Android app to keep track of things in places.

Web Site / Source Repository

Catalogue is hosted in the following web site
https://github.com/SmileyJoe/Catalogue

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

ItemValue
Java File Count47
Supported screen sizes[mdpi, hdpi]
Target SDK Version15
Minimum SDK Version14
Activity Count14
Fragment Count2
jar files usedandroid-support-v13.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.GET_TASKS
android.permission.NFC
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 9 image files in Catalogue. The names of the image files are listed as follows.

add.png
add_pressed.png
delete.png
edit.png
ic_action_search.png
overflow.png
search.png
settings.png
subtract.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Catalogue has the following Java source files.

com.smileyjoedev.catalogue.BaseNav.java
com.smileyjoedev.catalogue.Broadcast.java
com.smileyjoedev.catalogue.Constants.java
com.smileyjoedev.catalogue.GenViews.java
com.smileyjoedev.catalogue.Intents.java
com.smileyjoedev.catalogue.NfcService.java
com.smileyjoedev.catalogue.TabListener.java
com.smileyjoedev.catalogue.Views.java
com.smileyjoedev.catalogue.activities.Base.java
com.smileyjoedev.catalogue.activities.CategoryList.java
com.smileyjoedev.catalogue.activities.CategoryNew.java
com.smileyjoedev.catalogue.activities.CategorySelector.java
com.smileyjoedev.catalogue.activities.ItemAdd.java
com.smileyjoedev.catalogue.activities.ItemList.java
com.smileyjoedev.catalogue.activities.ItemView.java
com.smileyjoedev.catalogue.activities.LocationAdd.java
com.smileyjoedev.catalogue.activities.LocationList.java
com.smileyjoedev.catalogue.activities.LocationNew.java
com.smileyjoedev.catalogue.activities.LocationSelector.java
com.smileyjoedev.catalogue.activities.Main.java
com.smileyjoedev.catalogue.activities.ReadNFC.java
com.smileyjoedev.catalogue.activities.ReadNfcActivity.java
com.smileyjoedev.catalogue.activities.Search.java
com.smileyjoedev.catalogue.adapters.CategoryListAdapter.java
com.smileyjoedev.catalogue.adapters.ItemListAdapter.java
com.smileyjoedev.catalogue.adapters.LocationListAdapter.java
com.smileyjoedev.catalogue.db.Db.java
com.smileyjoedev.catalogue.db.DbBarcodeAdapter.java
com.smileyjoedev.catalogue.db.DbCategoryAdapter.java
com.smileyjoedev.catalogue.db.DbHelper.java
com.smileyjoedev.catalogue.db.DbItemAdapter.java
com.smileyjoedev.catalogue.db.DbLocationAdapter.java
com.smileyjoedev.catalogue.db.DbNfcAdapter.java
com.smileyjoedev.catalogue.fragments.CategoryListFragment.java
com.smileyjoedev.catalogue.fragments.ItemListFragment.java
com.smileyjoedev.catalogue.fragments.ItemViewFragment.java
com.smileyjoedev.catalogue.fragments.LocationListFragment.java
com.smileyjoedev.catalogue.interfaces.CategoryDataInterface.java
com.smileyjoedev.catalogue.interfaces.ItemDataInterface.java
com.smileyjoedev.catalogue.interfaces.LocationDataInterface.java
com.smileyjoedev.catalogue.interfaces.SearchDataInterface.java
com.smileyjoedev.catalogue.objects.Barcode.java
com.smileyjoedev.catalogue.objects.Category.java
com.smileyjoedev.catalogue.objects.Item.java
com.smileyjoedev.catalogue.objects.Location.java
com.smileyjoedev.catalogue.objects.LocationQuantity.java
com.smileyjoedev.catalogue.objects.Nfc.java