Open in app

Sign In

Write

Sign In

Niga Kumara
Niga Kumara

2 Followers

Home

About

Apr 23, 2019

Android fundamentals 10.1 Part B: Deleting data from a Room database

By Niga Satrio Kumara This codelab (practical) follows on from 10.1 Part A: Room, LiveData, and ViewModel. This codelab gives you more practice at using the API provided by the Room library to implement database functionality. You will add the ability to delete specific items from the database. …

Android

5 min read

Android fundamentals 10.1 Part B: Deleting data from a Room database
Android fundamentals 10.1 Part B: Deleting data from a Room database
Android

5 min read


Apr 23, 2019

Android fundamentals 10.1 Part A: Room, LiveData, and ViewModel

By niga satrio kumara The Android operating system provides a strong foundation for building apps that run well on a wide range of devices and form factors. However, issues like complex lifecycles and the lack of a recommended app architecture make it challenging to write robust apps. …

Android

9 min read

Android fundamentals 10.1 Part A: Room, LiveData, and ViewModel
Android fundamentals 10.1 Part A: Room, LiveData, and ViewModel
Android

9 min read


Mar 30, 2019

Firebase Android fundamental

By Niga Satrio Kumara Firebase is a technology that allows you to make web applications with no server-side programming so that development turns out to be quicker and easier. It supports the web, iOS, OS X, and Android clients. Get The Sample Code Clone the GitHub repository from the command line: $ git clone…

12 min read

Firebase Android
Firebase Android

12 min read


Mar 30, 2019

Searching a SQLite Database

By Niga Satrio Kumara Task 1. Add Search 1.1. Add an Options Menu with Search item Create a menu with one item Search. Reference the code snippet for values. <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app = "http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context="com.android.example.wordlistsqlsearchable.MainActivity"> <item android:id="@+id/action_search" android:title="Search..."…

Android

4 min read

Searching a SQLite Database
Searching a SQLite Database
Android

4 min read


Mar 30, 2019

SQLite Database

By Niga Satrio Kumara A SQLite database is a good storage solution when you have structured data that you need to store persistently and access, search, and change frequently. When you use a SQLite database, all interactions with the database are through an instance of the SQLiteOpenHelper class which executes…

Android

8 min read

SQLite Database
SQLite Database
Android

8 min read


Mar 26, 2019

Android fundamentals 09.2: App settings

By Niga Satrio Kumara Apps often include settings that allow users to modify app features and behaviors. For example, some apps allow the user to set their home location, default units for measurements, and other settings that apply to the entire app. …

Android App Development

9 min read

Android fundamentals 09.2: App settings
Android fundamentals 09.2: App settings
Android App Development

9 min read


Mar 26, 2019

Android fundamentals 09.1: Shared preferences

By Niga Satrio Kumara Shared preferences allow you to store small amounts of primitive data as key/value pairs in a file on the device. To get a handle to a preference file, and to read, write, and manage preference data, use the SharedPreferences class. The Android framework manages the shared…

Android

5 min read

Android fundamentals 09.1: Shared preferences
Android fundamentals 09.1: Shared preferences
Android

5 min read


Mar 3, 2019

Android fundamentals 04.5: RecyclerView

By Niga Satrio Kumara RecyclerView is a subclass of ViewGroup and is a more resource-efficient way to display scrollable lists. …

Android

8 min read

Android fundamentals 04.5: RecyclerView
Android fundamentals 04.5: RecyclerView
Android

8 min read


Mar 3, 2019

Android fundamentals 04.4: User navigation

by Niga satrio kumara In the early stages of developing an app, you should determine the path you want users to take through your app to do each task. (The tasks are things like placing an order or browsing content.) …

Android

5 min read

Android fundamentals 04.4: User navigation
Android fundamentals 04.4: User navigation
Android

5 min read


Mar 3, 2019

Android fundamentals 07.3: Broadcast receiver

By Niga satrio Kumara Broadcasts are messages that the Android system and Android apps send when events occur that might affect the functionality of other apps or app components. For example, the Android system sends a system broadcast when the device boots up, or when headphones are connected or disconnected…

Android App Development

6 min read

Android fundamentals 07.3: Broadcast receiver
Android fundamentals 07.3: Broadcast receiver
Android App Development

6 min read

Niga Kumara

Niga Kumara

2 Followers

Making History.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech