Posts

Showing posts from July, 2017

SQLiteDatabase

Image
An application which deals with Database, Custom ListView : This is a simple application which covers some of the basic topics of android like AsyncTask, SQLiteDatabase-insertion, Custom ListView UI's of app:                                                                                     activity_main.xml : <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:orientation="vertical">     <EditText         android:id="@+id/textName"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:ems="10"         android:hint="Name"         android:inputType="textPersonName" />     <EditText         android: