Posts by Felipe Santos • 11 points
2 posts
-
-1
votes1
answer47
viewsQ: Sqlitedatabase db error = this.getWritableDatabase();
public ArrayList<String> addMigracaoCadIndividual(String QUERY){ SQLiteDatabase db = this.getWritableDatabase(); return null; } java.lang.Nullpointerexception at…
-
1
votes1
answer266
viewsQ: Get String from strings.xml file
I’m trying to get one back String of the archive strings.xml for this variable SQL_CID. <string name="insert_cid">" INTO `CID` (`COD_CID`, `NOME_CID`, `CODIGO_CID`) VALUES(1, 'CÓLERA DEVIDA A…