Posts by Charles Presidente • 91 points
7 posts
-
0
votes1
answer59
viewsQ: Angularjs - Call Directive when remodeling page
I have a Directive that determines the size and width of some elements, but when I change the page dimension it doesn’t fit. I would like a way that when the user changes the dimensions of your…
-
2
votes1
answer65
viewsQ: Angularjs - Where to put Jquery/Javascript functions
I have some functions in jquery that normally would be in a file . js even, but when I use Angular where should put, following good practices? Example: I have a function that determines whether or…
-
-1
votes2
answers428
viewsQ: Jquery - No rounding number
How can I leave the result of an account with the entire result, unfurnished, ie every time jQuery executes the script it returns a value and each browser rounds in its own way. I want a way to…
-
0
votes2
answers322
viewsA: Search simple data Sqlite
Good afternoon. I completely modified my code and solved the problem in this way: Dbhelper: public Produto getInfo() { db = this.getReadableDatabase(); Cursor cursor = db.rawQuery("SELECT SUM(" +…
-
4
votes2
answers322
viewsQ: Search simple data Sqlite
I want to return only two simple data in TextView using SQLite. I have a common "Products" table and another temporary table "Information" I use SUM() to add the column of the first table. Dbhelper:…
-
1
votes2
answers96
viewsQ: Nullpointerexception when deleting register
Good morning. I have a problem I can’t solve. I am developing my first Android app and bumped into this error, Sqlite can not work with Context. I did some research and I couldn’t find a solution. I…
-
1
votes1
answer220
viewsQ: Menu does not call Activity
My menu doesn’t call Activity, I’ve done some tests and it doesn’t work, I don’t know what else to do. Can someone help me? package com.chl.infotrans.infotrans; import android.content.Intent; import…