My first android app for a college project..
ClotheSelection is hosted in the following web site
https://github.com/normanfernandez/ClotheSelection
If you think the Android project ClotheSelection 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 ClotheSelection.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 9 |
Activity Count | 4 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 25 image files in ClotheSelection. The names of the image files are listed as follows.
ic_bottom.png ic_bottom01.png ic_bottom02.png ic_bottom03.png ic_bottom04.png ic_bottom05.png ic_bottom06.png ic_bottom07.png ic_bottom08.png ic_bottom09.png ic_bottom10.png ic_panty.png ic_selected.png ic_shirt.png ic_top.png ic_top01.png ic_top02.png ic_top03.png ic_top04.png ic_top05.png ic_top06.png ic_top07.png ic_top08.png ic_top09.png ic_top10.png
The following screenshort is generated from the image listed above.
ClotheSelection has the following Java source files.
org.fernandez.clotheselection.AbstractPosition.java org.fernandez.clotheselection.ActivitySwipeDetector.java org.fernandez.clotheselection.BottomActivity.java org.fernandez.clotheselection.MainActivity.java org.fernandez.clotheselection.SwipeInterface.java org.fernandez.clotheselection.TopActivity.java org.fernandez.clotheselection.TopBottomActivity.java org.fernandez.clotheselection.util.SystemUiHider.java org.fernandez.clotheselection.util.SystemUiHiderBase.java org.fernandez.clotheselection.util.SystemUiHiderHoneycomb.java org.fernandez.clothetype.AbstractClothe.java org.fernandez.clothetype.BottomClothe.java org.fernandez.clothetype.TopClothe.java