Posts by Pedro Simões • 43 points
5 posts
- 
		0 votes1 answer54 viewsA: Block android featuresThe question you asked is very general, but here’s an answer to what I think I’ve realized: Simply blocking these applications is not possible, especially if you do not have root access. Because… androidanswered Pedro Simões 43
- 
		0 votes2 answers2921 viewsA: Convert String to Integer on AndroidThe best is to use a Google lib that is Guava. Git https://github.com/google/guava To add: dependencies { compile 'com.google.guava:guava:23.1-jre' // or, for Android: compile… 
- 
		0 votes2 answers1060 viewsA: Map does not appear in applicationGenerate an api key: http://andreleonis.blogspot.pt/2015/03/usando-o-google-maps-no-android-studio.html At the moment you are doing the get of the coordinates you may not have any cached… 
- 
		1 votes1 answer213 viewsA: Sending parameters by android urlThe best lib to do this is okhttp. This lib is very reliable ... from the square. 
- 
		0 votes2 answers167 viewsQ: Best Solution for Web Service RestI wanted to implement a Web Service that would provide data to mobile platforms (Android and iOS), someone knows the best service I can use for such? I’d rather it be something open source. I was…