Posts by user5023 • 29 points
3 posts
-
-1
votes1
answer284
viewsQ: CSS and JS in production of Nodejs + Expressjs + Socket.IO
I have a problem in a chat using Nodejs + Expressjs + Socket.IO. In local environment no problems happen. However, when I put it into production I am having problems with CSS’s and JS’s. I open the…
-
1
votes1
answer276
viewsA: Add Elements Programmatically
As I said, the problem was solved as follows. By creating a View has been informed your ID. view.setId(INTEIRO); And in the LayoutParams next View a rule has been added.…
-
2
votes1
answer276
viewsQ: Add Elements Programmatically
I have a certain part of an application in which there is a random questionnaire. Generated by the user himself. The point is, I don’t have access to the amount of questions or what the questions…