Student Name, Roll No and their images will be displayed using a ListView and a Custom adapter.
CustomListViewAndroidExample is hosted in the following web site
https://github.com/arun-mehra/CustomListViewAndroidExample
If you think the Android project CustomListViewAndroidExample 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 CustomListViewAndroidExample.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 16 |
Minimum SDK Version | 16 |
Activity Count | 1 |
jar files used | android-support-v4.jar ormlite-android-4.46.jar ormlite-core-4.46.jar |
CustomListViewAndroidExample has the following Java source files.
com.example.customlistviewexample.DataHelperClass.java com.example.customlistviewexample.DatabaseHelper.java com.example.customlistviewexample.MainActivity.java com.example.customlistviewexample.RandomStringGenerator.java com.example.customlistviewexample.Student.java com.example.customlistviewexample.StudentAdapterClass.java com.example.customlistviewexample.Subjects.java