File ini menjelaskan cara membuat aplikasi android
Size: 267.29 KB
Language: none
Added: Sep 18, 2025
Slides: 10 pages
Slide Content
Mata Kuliah : Mobile Programming Dosen : Agus Suharto M. Kom Pertemuan : Bahasan : Aplikasi Android dengan Pre-built Database
Prebuilt Database data yang telah dipersiapkan dari sebuah aplikasi Android /Mobile berbasis database Dengan semakin berkembangnya penggunaan perangkat Android dalam aplikasi bisnis maka ada banyak sekali kebutuhan dari hal ini, misalnya untuk memuat daftar produk dan harga pada aplikasi penjualan , daftar rekanan bengkel dan alamat pada aplikasi klaim asuransi , simulasi kredit pada aplikasi pembiayaan , daftar produk dan premi asuransi pada aplikasi ilustrasi dan penerapan-penerapan lainnya yang semuanya itu membutuhkan database berisi data yang sudah disiapkan sebelumnya
Prebuilt Database salah satu tool yang cukup populer dalam prebuilt database adalah SQLite Manager SQLite Manager Sebuah database management tool yang akan membantu programmer mempersiapkan sebuah database SQLite. Program yang sangat sederhana dan praktis , namun bisa memenuhi hampir semua keperluan programmer. Memiliki menu untuk membuat database, table, index, view dan trigger ; serta sebuah kotak untuk menulis dan menjalankan perintah SQL.
SQLiteManager SQLiteManager can open and create both SQLite 2 and SQLite 3 databases. When you open a SQLite database, SQLiteManager will automatically determine whether the database is SQLite 2 or SQLite 3 and open it accordingly. The database version will be displayed in the window’s title bar. To create a new database, choose either SQLite 2 or SQLite 3 from the New menu (under File). SQLite 3 is the default if you are creating a database using the keyboard shortcut for new documents. SQLiteManager also has the ability to convert SQLite 2 databases to SQLite 3. Please see the section on converting databases for more information.
SQLiteManager SQLiteManager is a “next generation” GUI database manager for sqlite databases, it combines an incredible easy to use interface with blazing speed and advanced features. SQLiteManager allows you to open and work with sqlite 2.x, sqlite 3.x, in memory databases and REALSQL Server databases. It allows you to create and browse tables, views, triggers and indexes. It enables you to insert, delete and updates records in a very intuitive way and it supports you arbitrary SQL commands.
SQLiteManager SQLiteManager also has a flexible report generator whereby you can create virtually any text report (including HTML and XML) using a powerful template language. Each database that you open with SQLiteManager is presented in one main window with a tollbar with eight different panels: Design, Manage, SQL, Analyze, Verify, Optimize, Vacuum and Setting. This user’s manual will cover each panel in detail. In addition to the main window, SQLiteManager provides a number of functions that you access through its menus and buttons. This user’s manual will cover every one of these functions in detail, but you might want to take a minute to browse all SQLiteManager’s menus to familiarize yourself with everything it can do.
SQLiteManager Startup Wizard
SQLiteManager At startup SQLiteManager allows you to peform frequently used operations in a very quick way. With the Startup Wizard you can: - Open a existing database - Open a recently used database (max items specified in the Preferences) - Create a new database (sqlite2, sqlite3 or in-memory) - Connect to a REALSQL Server - Convert a local database - Exit from SQLiteManager On MacOS X you can hide the wizard at each startup
SQLiteManager Design Panel
SQLiteManager Design Panel Shortcut to create triggers, indexes, views, reports and custom SQL. Shortcut to drop an item. Shortcut to create a table.