Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework..
custom-view-examples is hosted in the following web site
https://github.com/devunwired/custom-view-examples
If you think the Android project custom-view-examples 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 custom-view-examples.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi, nodpi] |
Minimum SDK Version | 15 |
Activity Count | 10 |
There are 3 image files in custom-view-examples. The names of the image files are listed as follows.
flag_uk.png flag_us.png ic_warning.png
The following screenshort is generated from the image listed above.
custom-view-examples has the following Java source files.
com.example.customview.AspectImageActivity.java com.example.customview.BoxGridActivity.java com.example.customview.CompoundControlActivity.java com.example.customview.DoubleImageActivity.java com.example.customview.MainActivity.java com.example.customview.widget.AspectImageView.java com.example.customview.widget.BoxGridLayout.java com.example.customview.widget.DoubleImageView.java com.example.customview.widget.EntryFormView.java com.example.customview.widget.MeasureUtils.java