Skip to content

Belajar untuk membuat SQLite di Android studio berdasarkan Android Fundamental

Notifications You must be signed in to change notification settings

alfianhpratama/WordListSql-Starter

Repository files navigation

WordListSqlInteractive - Starter Code

This is the starter code for the WordListSql app.

Introduction

This starter code provides the user interface and user interaction activities with mock data. You start with a an app that is similar to the recycler view word list app, with additional user interface elements already added for you, so that you can focus on the database code.

You will extend and modify this starter app app to:

  • Implement a custom class to model your data.
  • Create a subclass of SQLiteOpenHelper database.
  • Display data from the database in the RecyclerView.
  • Implement functionality to add, modify, and delete data in the UI, and store the changes in the database

Pre-requisites

You need to:

  • Understand the this recycler view starter code and its adapter.
  • have a basic knowledge of relational databases and the SQLite query language.

Getting Started

  1. Download and run the code.

License

Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Belajar untuk membuat SQLite di Android studio berdasarkan Android Fundamental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages