Questions tagged as 'android'

0
answers

Send fix from android to codeigniter

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...
asked by 07.05.2018 / 14:29
0
answers

'Resource.Layout' does not contain a definition for 'Main', ANDROID APPLICATION WITH XAMARIN

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...
asked by 07.05.2018 / 05:51
0
answers

Copy a smFile to a shared folder on the same network?

I have this function: public boolean copyFiles() { try{ StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build(); StrictMode.setThreadPolicy(policy); String use...
asked by 21.05.2018 / 16:54
0
answers

Execution failed for tahs in Android studio

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...
asked by 06.05.2018 / 17:22
0
answers

Multiple queries in Realm

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...
asked by 05.05.2018 / 17:12
1
answer

Pass data between Activtiys using the database (Sqlite)?

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...
asked by 05.05.2018 / 20:56
0
answers

implement a side menu to a project previously carried out

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...
asked by 08.05.2018 / 01:48
0
answers

JAVA know if a Puzzle n X n has a solution

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...
asked by 07.05.2018 / 23:05
0
answers

android volley POST integer

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...
asked by 04.05.2018 / 10:39
0
answers

Open a layout for registration

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....
asked by 04.05.2018 / 12:45