Posts by Lucas Ferreira • 21 points
5 posts
-
0
votes1
answer211
viewsA: Select with cast(Numeric as decimal) works, but view creation does not
I found the solution and explanation for my problem in answering this topic: https://stackoverflow.com/a/39642666/5453988 . Basically, I cannot perform a CREATE OR REPLACE VIEW by changing the type…
-
0
votes2
answers389
viewsA: Simulate APP (Android) data search in PHP/Python
There are several ways to debug requests, or even apk code. For monitoring requests sent and received through APK the simplest way to debug is through other Apks that perform this monitoring. You…
-
1
votes1
answer211
viewsQ: Select with cast(Numeric as decimal) works, but view creation does not
Good morning to all! I currently work with postgresql and am doing a database migration, and need to create a view of my old database tables. Well, I need the numerical columns to be rounded 15.3…
-
0
votes1
answer169
viewsA: Is it possible to call/see the android app’s Cordova plugin from an external site that opens inside the app?
I solved the problem, I hope it helps others. SOLUTION WORKS ONLY FOR ANDROID. The call in index.html in the www folder of the Cordova project is as follows: <script>…
-
1
votes1
answer169
viewsQ: Is it possible to call/see the android app’s Cordova plugin from an external site that opens inside the app?
I have a simple app using Cordova, inside, I call an external web application developed in Angularjs. I intend to start monetization in the app, and for that I want to make sales through the Google…