I currently send the information one by one, going through the bdd sqlite in the following way:
do {
final Map<String, String> parameters = new HashMap<String, String>();
parameters.put("idse...
I just downloaded visual studio comunity 2017, I tried to create an android application with xamarin, at the moment of executing the application I get the following error:
'Resource.Layout' does not contain a definition for 'Main'
I have not mad...
I have this function:
public boolean copyFiles() {
try{
StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);
String use...
Error: Execution failed for task ': app: preDebugAndroidTestBuild'.
Conflict with dependency 'com.android.support:support-annotations' in project ': app'. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See link for deta...
I am trying to perform different searches on the same query. That is, on a RealmQuery look for a series of colors that match the ones I want and then look for a series of types. Putting all this in the same query
ArrayList<Integ...
I have a question about how to pass information between activitys using the database, since I have seen many tutorials on how to do it, but they always do it with a typed key and I use a
autoincrementable and I do not know how to use it to pass...
how are they? I have the following problem and I inherited an app a while ago (without knowing how to program in android) and they asked me now that they want to change the design of it.
To something similar to this, where the orange pa...
I would like to know how to make a code that lets me know if a puzzle n xn (in which I generate random positions [and leave a picture of the game]) has a solution, so I saw not all the different possibilities of generating A puzzle has a solutio...
In the web service I have the following method
public int Post([FromBody]JObject value)
{
int count = 0;
try
{
//Primero comprobamos que el usuario y el hash son correctos
int idUser = Conve...
I added my app to mobile accounts to be able to auto-login without the need to enter credentials.
At the time of accessing the mobile section accounts I add my app, but it opens and closes as if I did not open the layout.
account_preference....