Posts by Stéfano Mano • 51 points
3 posts
- 
		0 votes1 answer81 viewsQ: API 16+ Database ErrorWell folks, I’m working on my application, and everything was perfectly fine... I had finished it with your help, but I found another problem. I was testing it on Android 2.3.3 because it was more… 
- 
		2 votes1 answer159 viewsQ: Problem with internal databaseI’m trying to manipulate an internal database with the following code: sql = "CREATE TABLE IF NOT EXISTS tipo ([codigo] integer autoincrement,nome text not null);"; bancoDados.execSQL(sql); sql =… 
- 
		1 votes1 answer79 viewsQ: Problem with Portuguese in ADTI’m working on a Android App, and a friend of mine sent me the app that he worked, but had a problem, all characters in our language like "ç" became things like c'@%, evidencing problem in…