๐ป Computer/Android (7) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ SQLite Database ์ Content provider 1. SQLite Database๋ SQLite OpenHelper ํด๋์ค๋ฅผ ์์๋ฐ์ DBhelper๋ฅผ ํตํด ํ ์ด๋ธ์ ๋ง๋ค์ด ์์ฑํ๋ค. *์ด๋ ํ ์ด๋ธ์ ์ฌ์ฉ๋ ํ ์ด๋ธ๋ช , column๋ช ๋ค์ Constant Class๋ฅผ ๋ฐ๋ก ๋ง๋ค์ด ๊ด๋ฆฌํ๋ค. SQLite OpenHelper Public Methods - abstract void onCreate (SQLiteDatabase db) : ํ ์ด๋ธ ์์ฑ ์ฝ๋ -> executeSQL(ํ ์ด๋ธ๋ช ) - abstract void onUpgrade (SQLiteDatabase db, int oldVersion, int newVersion) : ๊ตฌ๋ฒ์ db์ ์ ๋ฒ์ db์ ๋น๊ต ํ ์ ๋ฐ์ดํธ - void onOpen (SQLiteDatabase db) : ์์ฑ ๋ฐ ์ ๋ฐ์ดํธ ์ดํ.. ์๋๋ก์ด๋ ์คํ๋์ค Github Push Partially failed ์ง๋ ๋ฒ์ git bash๋ก commit push ํ๋ ๋ฐ ๊ณ์ ์๊ฒฉ์ด ์๋ค์๋ ๋ญ ๊ทธ๋ฐ ์ค๋ฅ๊ฐ ๋ ์ ์ ์ดํ > ์ฌ์ฉ์๊ณ์ > ์๊ฒฉ์ฆ๋ช ๊ด๋ผ์ > ์น ์๊ฒฉ ์ฆ๋ช ๊ด๋ฆฌ ๋ค์ด๊ฐ์ git ์์ด๋ ๋น๋ฒ ๋ฐ๊ฟจ๋๋ฐ, ๋ ์ด๋ฐ ์ค๋ฅ๊ฐ ๋ด๋ค. ๊ทธ๋์ ์ฒ์๋ถํฐ init์ ๋ค์ํจ git init (reinitialized) git add . (re commit) git status (add ๋๊ฑฐ ํ์ธ) git commit -m "second commit" git remote add MyMovie http://๋ด ๋ ํผ์งํ ๋ฆฌ ์ฃผ์//.git (์ด๋ค ๋ธ๋ก๊ทธ์์ ssh๊ฐ ์๋๋ผ http๋ก ํ๋ฉด ๋๋ค๊ธธ๋ ์ด๊ฑธ๋ก ๋ค์ํจ) git config --list (์ฌ๊ธฐ์ ๊ฐ์๊ธฐ END๋จ๊ณ ์๋๊ฐ์ง,, ๊ทธ๋์ q๋๋ฌ์ ๊ทธ๋ฅ ํ์ถํจ) git pu.. ์ด์ 1 2 3 4 ๋ค์