All Questions

2
answers

How to hide the keyboard in the cord by pressing "Go" or "Done"

I have a form in my app, and I would like that after filling, if the person pressed Ir or Done , the keyboard disappeared. Has anyone ever gone through this? Or do you know how to solve it?     
asked on 30.01.2015 / 13:24
1
answer

How to make a function inside a function return a vector?

I have a job for my course, and it is necessary to make a program similar to the megasena game. It's almost ready, but I'm finding a little problem and need help. Data of the work: maximum of 10 players can bet, each one can bet from 6 up to 15...
asked on 29.05.2014 / 23:08
3
answers

How to replace hexadecimal value in a binary file?

Can you tell me how to replace the Hex value of a file with C #? Example: Replace 62 61 72 ( "bar" ) with 66 6F 6F ( "foo" ).     
asked on 28.02.2014 / 15:01
2
answers

Entity Framework - Bank Compatibility

I was reading a article > which demonstrates the method of using the Entity Framework to connect to MySQL database, however, the article demonstrates techniques very different from the ones I use. (MVC). Currently my applications are based...
asked on 13.08.2014 / 15:05
3
answers

How to send an object via SOAP Web service

To send a primitive data is simple, but when it comes to complex data like the one shown below, an exception is thrown:    java.lang.RuntimeException: Can not serialize: Person {name = given, address = given etc ...} Most of the tutorials...
asked on 09.01.2015 / 20:39
1
answer

How to make a drive system using touch in unity?

When you slide your finger up screen performs the command and when you slide your finger down the command executes, an example of a command would be a move up and a move down with the touch me returning a type bool co_de % or% with%.    ...
asked on 13.12.2015 / 19:44
1
answer

What sets a microframework apart from a full stack framework?

I see a lot of terms like framework fullstack when it comes to frameworks like Codeigniter, Laravel, Symfony and CakePHP (from PHP) and Django (from Python). But when talking about Silex and Lumen (from PHP), or Flask (from Python), they ar...
asked on 27.04.2016 / 21:28
2
answers

What is cufon and what is it for?

Recently when I was to see the source code of an old Wordpress theme, I came across a javaScript code that contained the following: Cufon.replace('#navigation > ul > li > a', { textShadow: '1px 1px rgba(0, 0, 0, 0.2)', hover:...
asked on 22.06.2015 / 21:05
1
answer

What's the difference between Cloud Computing and Web Computing?

What's the difference between Cloud Computing and Web Computing ? Both are not local and are mostly accessible via browser then you have the impression that they are similar concepts.     
asked on 10.04.2016 / 20:02
1
answer

Criteria used by Google Play to determine whether an app is designed for tablets

I have an application made for Android, and I took every possible care with regard to layout, screen resolutions, dpi etc. In fact, everything is properly configured in the manifest. The layout of the application is quite different on a mobil...
asked on 24.04.2014 / 21:02