Posts by André Felipe Ricarti • 51 points
2 posts
-
4
votes2
answers210
viewsQ: Difference between table, Entity and behavior
What’s the difference between table, Entity and behavior in the context of Model? For example, I have a table called module, I want to make a query like this $modulo = TableRegistry::get('Modulo');…
-
1
votes0
answers52
viewsQ: APK signature hashcode
I need returns a unique hashcode from the apk signature. Signature[] sigs = context.getPackageManager().getPackageInfo(context.getPackageName(), PackageManager.GET_SIGNATURES).signatures; for…