All Questions

1
answer

How to implement infinite scrolling in recyclerview

I have a recycler and inside that recycler cardviews are shown with info brought from a REST API and I would like to implement this feature in my application but I do not know how to do it, I have seen several examples online but I can not grasp...
asked on 22.03.2017 / 18:49
2
answers

How to show dates with a format in uicalendar?

Hi, I've set up an angular calendar, it's a news programmer where people record what time they would be available or not at what time. How can I show the date in the calendar in "1 mar 2017 12:00" format? I know that with ng-repeat...
asked on 27.03.2017 / 14:17
1
answer

Perform SQL query from Javascript

Good morning, I understand that you can not perform an SQL query from Javascript, but I do not know if the information I have found through Google may be obsolete or not. The fact is that I have some elements that when pressed, a small script...
asked on 25.03.2017 / 10:18
1
answer

How do I redirect a .aspx window with an ajax call?

How do I redirect my current window to a new one through an ajax call? Ajax call code: function autenticarme() { var nick = $(".txtNick").val(); var pass = $(".txtPass").val(); $.ajax({ type: "POST", url: "login...
asked on 27.03.2017 / 18:42
1
answer

generate an asynchronous task and return sight without waiting for it .net

I am wanting to perform an asynchronous method but I have the problem that, although it is performed asynchronously, it does not return the value until it does not end. I need you to return your sight and continue even if the task is not finishe...
asked on 31.05.2016 / 22:06
1
answer

Is it possible to add a LinearLayout in a ConstraintLayout or any other Layout?

I added a LinearLayout in a ConstraintLayout and I get the following errors: I would like to know if I added it wrong or if it is not possible.     
asked on 19.03.2017 / 03:04
2
answers

How to get a checkbox id through a table dimanica

Good morning, I wonder how I can get the id of a checkbox that is in a table with data generated from sqlserver. This is how the design of the table is: <asp:GridView ID="GridViewTable" runat="server" AutoGenerateColumns="False" ShowHead...
asked on 30.05.2016 / 18:54
2
answers

Help Navigation Drawer Android Studio

I have my pull-down menu with its respective items. But I would like to add to each item the TextView that is seen in the image that says PREMIERE. How can I add it? This is the image of how I am now:     
asked on 18.05.2016 / 16:45
1
answer

Error VB NET - Simple game with shots

Hello, someone can help me solve the problem: When I shoot past 2 seconds nothing happens ... but when I shoot fast several bullets are paralyzed and react after: ( When firing several missiles they stop or hang only the missiles, this i...
asked on 02.06.2016 / 15:48
1
answer

Run a script with content in crontab format

It's my first question in the forum, I tell you because I want to do this, I have a little program with a view in html to redirect the incoming calls from one phone number to another, we select the date / time of passage, recipient and finally w...
asked on 23.05.2016 / 19:49