Posts

Showing posts from November, 2017
Music App : https://racerousl.blogspot.com/2017/11/music-app.html Google Map: https://racerousl.blogspot.com/2017/11/google-map.html Sensor Accalomiter : https://racerousl.blogspot.com/2017/11/accelerometer-sensor.html SQL Lite Database: https://racerousl.blogspot.com/2017/11/sql-lite-database-save_14.html

SQL Lite Database Save

Image
Using Sqlite in Android application Step 1.     Create a new Project. Step 2.     Go to the design view and select the Text Fields section in the Palette and locate Plain Text Step 3.     Drag and drop from the Form Widgets section into the layout and design a GUI as given below. Step 4.    Switch to the Text view , XML layout file and verify that the file looks similar to the following listing. <? xml version= "1.0" encoding= "utf-8" ?> < RelativeLayout xmlns: android = "http://schemas.android.com/apk/res/android"           xmlns: tools = "http://schemas.android.com/tools"           android :layout_width= "match_parent"           android :layout_height= "match_parent"           android :paddingBottom= "@dimen/act...