Posts by tparesque • 198 points
9 posts
-
0
votes1
answer140
viewsA: Highlight selected line in Recyclerview
Hello! I’ll assume you’re talking about the effect rippe, which is the effect of the image below: Just put the attributes below in the inflated parent layout by your Adapter.…
android-studioanswered tparesque 198 -
3
votes2
answers818
viewsQ: How to avoid restarting the screen elements when turning the phone?
I have an Activity with only one timer basically, and when turning the phone, the chronometer is reset. Is there an event that causes Activity to restart while doing so? I would like to prevent this…
-
1
votes1
answer142
viewsQ: Controller search structure mvc 5
I have a normal application in mvc 5 and would like to change the basic folder convention for controllers/views. For example: /Controllers/Admin/Controller1.Cs /Controllers/Admin/Controller2.Cs and…
-
1
votes3
answers241
viewsA: URL of route being incorrectly mounted
Apparently for the form to be posted correctly using attribute, the methods must have identical routes. [POST("editar/{id}")] public ActionResult Editar(Pessoa teste) { return View(); }…
-
3
votes3
answers241
viewsQ: URL of route being incorrectly mounted
I am with a project in Asp.net mvc 4, using Attributerouting to set up the routes, and I’m checking a strange behavior. When mounting my GET and POST actions in that order: [GET("editar/{id}")]…
-
2
votes3
answers1183
viewsA: How to Dropdown ASP NET MVC
Hello, @okevinlira Complementing the reply to @Cigano, you will notice that often you will need to repeat that snippet of code in which you create a list of SelectListItem, so that the options in…
-
1
votes2
answers351
viewsA: Always need to do clean and rebuild in visual studio
Note that your breakpoint meets the solid color. It happens in some cases where you make changes to the source code, and you start debug by attaching the process manually, and in fact this requires…
visual-studioanswered tparesque 198 -
3
votes1
answer50
viewsQ: Change csproj value through Teamcity
Hello, everybody. I am using Teamcity for .NET. I have set up some projects, and the build-Steps basically consist of building the application with the Visual Studio (.sln) Runner and run unit tests…
-
3
votes2
answers1762
viewsQ: Visual Studio Test Explorer does not find the tests
I’m having a difficulty in Visual Studio 2013, Test Explorer is not loading the tests at any time, either after Build, or through Run Tests / CTRL+R, T. Does anyone have any clue what it might be? I…