Posts by Hugo • 125 points
5 posts
-
2
votes1
answer5160
viewsQ: Make a graphic in android studio
Good afternoon, you guys. I’m starting programming on android and wonder how I can build a chart like this: Is there a widget I can drag or do I have to write code? P.s I use android studio…
-
5
votes3
answers899
viewsQ: Convert data c#
Good people I’m having a problem with my code. I in my database have a field like date Only that after calling him to the program he also passes me the time , is something of the genre: 18-03-2015…
-
3
votes2
answers188
viewsQ: c# query with cycles
Good people I am doing a work in using c# and my knowledge is still very limited and I am having a doubt. I have 2 tables and what I wanted to do was show the information of the 2 where the…
-
2
votes2
answers181
viewsQ: visual studio sql error
Good people, I’m new in c# and then I’m seeing some tutorials connecting to the database only that this error appears to me: The code I made is all still based on a basic tutorial and I leave it…
-
0
votes1
answer673
viewsQ: Search string in an array with jquery
Guys I’m having a problem with the code. function escreveNoticias() { var table_body = $("#lista-noticias tbody"); table_body.empty(); for (var i = 0; i<noticias.length; i++) { noticia =…