Posts by Hugo Bex • 371 points
5 posts
-
0
votes2
answers231
viewsA: What annotation is used in Ormlite mapping for Enum as Foreign?
A while ago I made a similar code. Try to solve this way: @DatabaseTable(tableName = "cliente") public class Cliente{ @DatabaseField(generateId = true) private Long id; @DatabaseField private String…
-
5
votes3
answers3192
viewsA: Why so many folders with the name "Drawable" on Android?
You don’t necessarily need to create multiple images with different resolutions. There is a transition from the resolution of the screens of Vices. After a while all Vices will have the screen with…
-
11
votes1
answer25900
viewsA: Is it possible to create Android apps using HTML5?
There are some Frameworks that use exactly what you’re looking for: HTML5, CSS3 and Javascript. Phonegap Titanium Sencha Touch Jquery Mobile The database is the Sqlite, used by the HTML5 Storage…
-
4
votes3
answers4045
views -
1
votes2
answers3604
views