following is a simple applicaton to create ListView using Custom adapter.screenshot of the application is like this . ListView is not used in android Anymore . We use RecyclerView and CardView in Android RecyclerView Demo is available on the following link http://androidtuts4u.blogspot.in/2017/04/android-recyclerview-example.html RecyclerView with Cardview Example is available on the following link http://androidtuts4u.blogspot.in/2017/09/android-card-view-example.html The ListView below the submit button is populated using Custom Adapter.Data is stored and retrieved using SQLite databsase. you can download the source code of this project from google drive https://drive.google.com/folderview?id=0BySLpWhqmbbdUXE5aTNhazludjQ&usp=sharing click on the above link ->sign into your google account ->add this to your google drive -> open it in google drive and download it. To create a simple ...