Posts by Nuno Santos • 81 points
17 posts
-
0
votes0
answers52
viewsQ: Unit Testing . net MVC - Httpcontext Problem
Good afternoon, I have the following application as Solution: Controller: public ActionResult Index() { string username = HttpContext.Current.Request.LogonUserIdentity.Name; UtilizadorDbo…
-
0
votes0
answers31
viewsQ: I cannot get the Selected Dropdownlistfor element inside a Partialview to send to the Controller via Actionlink
Hello I have a Partialview that is filled with selected entries through previous filters. partial view is no more than the presentation of a table with multiple rows in which each row will be a…
-
1
votes1
answer31
viewsQ: Problem with Javascript Datepicker for Dates > Day 12
Good morning, I am having some problems in selecting dates higher than the 12th of a given month with the following script: <script type="text/javascript"> $(function () { var date = new…
javascriptasked Nuno Santos 81 -
1
votes0
answers118
viewsQ: Get BLOB image from the database using Spring MVC + Thymeleaf
I have problems trying to present an image on the frontend using Spring MVC and Hibernate to return the image stored in BLOB in the database. Entity: @Lob @Column(length = 100000) private byte[]…
-
0
votes1
answer41
viewsQ: Android: Listview loses information/status when you put the app in the background
Good afternoon, I have an android application that fills a listview with certain information, and in this listview there is a validation that changes the color of the line according to the priority…
-
2
votes1
answer352
viewsQ: Android Tablet Incompatible App (Playstore Info)
I recently developed an app that I published in google play store with all the necessary requirements, however when trying to download a tablet Asus Zenpad 3S 10 Z500M this is incompatible and does…
-
1
votes0
answers341
viewsQ: Check the status of SIM cards 1 and SIM 2 on a Dual SIM device
The answer above answered part of my problem, only now another question has arisen. How to check the status of SIM cards 1 and SIM 2 on a Dual SIM device? Right now I have the solution implemented…
androidasked Nuno Santos 81 -
1
votes1
answer70
viewsQ: How do I know if the device is Smathphone or Tablet and/or is able to send SMS?
I developed an application that is able to send an SMS with some information just at the touch of a button, but one question that worries me is the devices that do not have the ability to send SMS,…
-
0
votes1
answer134
viewsQ: Google Play Valid Privacy policy
Good Morning, I received an email from Google stating that my app should have a Valid Privacy policy, however I’m not sure how to create it. Has anyone gone through this need to help me and explain…
androidasked Nuno Santos 81 -
1
votes1
answer400
viewsQ: Runtime Permissions Android
I am having some difficulty in being able to request the permissions in Runtime, only the permissions accepting dialog of one of the two required permissions is shown when I click the button.…
-
0
votes0
answers78
viewsQ: Problem Getting Data from Openweathermap Android Service
Good morning, I have not yet been able to get this little app up and running, and now there is no value in temperature, humidity or wind. I think the problem is in my implementation of the object…
androidasked Nuno Santos 81 -
0
votes2
answers93
viewsA: Problem with Asynctask
I have not yet been able to get this little app up and running, and now there is no value in temperature, humidity or wind. I think the problem is in my implementation of the object that later…
androidanswered Nuno Santos 81 -
0
votes2
answers792
viewsQ: Check if Registration Exists in BD Sqlite and if there is no Return Message
Good night, I’m trying to make a little app that consists of searching a Sqlite database. For the research I will use two forms, ie through the UN Number and through the Name. However I am facing a…
-
0
votes2
answers93
viewsQ: Problem with Asynctask
Good morning, I’m having some problems implementing a small app to get the weather coming from the answers of Openweathermap, however I’m having trouble implementing. Main Activity: public class…
androidasked Nuno Santos 81 -
0
votes2
answers664
viewsQ: Difficulty with Permission Location Android
I’m trying to get a project up and running open-source found on the internet but I’m having some problems trying to implement the permissions for Location now required by compileSdkVersion 23 and…
-
0
votes0
answers266
viewsQ: I cannot get data from the Openweathermap API When I use GPS Coordinates as an Argument
I’m trying to make a small application that consumes the API OpenWeatherMap but to use the location of the device to do so, the coordinates. I was able to get the coordinates of the device however…
-
1
votes1
answer357
viewsQ: Doubt in Send SMS + GPS coordinates
I’m trying to develop a app, where I need to get GPS coordinates from the location of the device to send them by SMS. What happens is that I intend that with a click on a button the logic make the…