Sample android app built with android studio 0.4 with AndroidAnnotations integration.
SampleAndroidStudioApp is hosted in the following web site
https://github.com/jiangchanghong/SampleAndroidStudioApp
If you think the Android project SampleAndroidStudioApp 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 SampleAndroidStudioApp.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
jar files used | androidannotations-2.7.1-javadoc.jar androidannotations-2.7.1-sources.jar androidannotations-2.7.1.jar androidannotations-api-2.7.1-javadoc.jar androidannotations-api-2.7.1-sources.jar androidannotations-api-2.7.1.jar |
There are 2 image files in SampleAndroidStudioApp. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
SampleAndroidStudioApp has the following Java source files.
com.testapp.activities.LaunchActivity.java com.testapp.activities.LoginActivity.java com.testapp.activities.MainActivity.java com.testapp.fragments.NavFragment.java com.testapp.fragments.PlaceholderFragment.java com.testapp.services.LoginService.java com.testapp.util.TACallback.java