今回はEdittextに入力した値がDBに反映されリスト化されるアプリを実装 まずDBを作成するためにSQLiteOpenHelperを継承したクラスを作成 Java/android.example.recyclerview_sql/DBHelper package com.example.recyclerview_sql; import android.content.ContentValues ...
久しぶりの更新となります。今回はRecyclerViewを使っている時に枠線を入れたいと思い。実装に至るまでの様子をお伝えします。実装したいなと感じた時点でRecyclerView自体は前回までで、できていました。 いざコードを書いてみよう! 実装にあたり私も調べ ...
El Archivo.zip es el mismo proyecto solo que con algunos cambios al seleccionar un equipo abre una nueva Activity con los detalles del equipo seleccionado ...
RecyclerView is a modern, properly planned and more efficient improvement on the ListView. The ListView (and RecyclerView) are android widgets that can hold (and display) a collection of items. Each ...
We have two activities : MainActivity,the master activity as well as DetailActivity. The master activity shall contain a RecyclerView with images and text in cardviews. When a viewitem is cliced we ...