All Questions

3
answers

android.permission.GET_ACCOUNTS and privacy policy

I have updated the apk of one of my app and I got the message from    Your APK requests the following permissions: android.permission.GET_ACCOUNTS . Applications that use these permissions in an APK must have a privacy policy set. But I...
asked on 07.12.2016 / 16:51
1
answer

Violation of segment with assembler x86-64

In this assembler program, it happens that when doing the commands to create the file .lst and .o I do not have any problem, only when loading the program with ./programa I get the message    segment violation ('core gene...
asked on 25.09.2016 / 02:05
1
answer

problems to interact with the database from a fragment

From so much research I realized that the fragment do not work the relation with the database SQLite as do the activity directly, that this could help me to work or what is the correct code line for to be able to work with t...
asked on 07.12.2016 / 05:54
2
answers

Android DrawerLayout - No drawer view found with gravity left

When you click on the button to display the DrawerLayout, you get this error: E/AndroidRuntime: FATAL EXCEPTION: main java.lang.IllegalArgumentException: No drawer view found with gravity LEFT...
asked on 23.09.2016 / 19:57
3
answers

Access a textfield from a class

I have a class created in cocoa to draw some straight lines on the screen, I run the application and draw everything in the coordinates I give it. However I want to be able to assign the values from a textfield that is in the viewcotro...
asked on 22.09.2016 / 17:38
2
answers

Difference between @yield and @include in Blade de Laravel

Hello people wanted to know if there is any technical difference, in principle and for the function that I give them, they would be working the same. It seems clearer to use @include . but I would like to know if there are any details t...
asked on 23.09.2016 / 15:39
1
answer

Lost of validationsummary when doing RedirectToAction

Good day. my question is this, what happens is that I have a model like this: public class RegistroUsuarioDto { public int Id { get; set; } [Required(ErrorMessage = "Este campo no puede estar vacio!!!")] [Display(Name ="No. Do...
asked on 25.09.2016 / 05:15
1
answer

Error in PIL, image index out of range, python

Very good, I would like you to clarify a doubt. Creating a function that from a "L" image creates a matrix with the values of its pixels, it returns this:    return self.im.getpixel (xy), IndexError: image index out of range If someone ca...
asked on 21.09.2016 / 20:44
1
answer

How to add data in an additional row on a table in reportviewer? In C # MVC

For example, I have in reportviewer in a table that I show the following data, grouped by account: But it turns out, that for each account (n accounts), above the row where the name of the account is n °, I want to add a row with a data of...
asked on 25.09.2016 / 01:45
1
answer

Take picture or take from swift library 3

How can I put a button when I click on the option to choose a photo from the library or take one directly? At the moment I can only use one of the two options via code. @IBAction func cogerImagen(_ sender: UIButton) { self.imagePicker = U...
asked on 22.09.2016 / 10:14