Android

Android SQLite Example Application Insert Update Delete Truncate Operations

Android SQLite provides a mean for an application developer to save data locally in device memory in a structured form, which makes it very easy to read, update or delete information saved in multiple formats. Android SQLite is the best way to save data locally in the device itself. SQLite acts as a local database for …

Android SQLite Example Application Insert Update Delete Truncate Operations Read More »

Android SQLite How to Delete Rows In Database

UPDATE: See Complete Application Example Here Here we will delete SQLite database rows, which we inserted in previous post . For SQLite integration see this post if you are at the beginning of using the database in your application. So as we already have application using which we can insert rows in the database.

Android SQLite Insert Rows in Database

UPDATE: See Complete Application Example Here Previous Part 1: Android SQLite: Integration. Part 2: Insert Rows in SQLite Android App In the previous post we worked on the integration of SQLite then we created Database and Table. Now we will Create a new Activity to insert a new row in Database.

Lenovo – Enable VT-x in BIOS

Most probably you may have encountered VT-x disabled issue during Android Emulator Installation. VT-x is Virtualization Technology which allows PC platforms to run multiple applications and operating systems simultaneously blah blah… This procedure is for Lenovo for other It may be a similar process. Let’s enable it

Scroll to Top