Questions tagged as 'almacenamiento'

2
answers

I can not get the actual path of the SD on my android device in Xamarin.forms

I am developing an App in Xamarin.forms in which I must generate a PDF inside the SD card of the device. The problem I have is that every time I try to access the SD it always returns the same result:    /storage/emulated/0/HolaMundo.pdf...
asked by 03.04.2018 / 17:02
1
answer

Alternatives to GitHub to host a local repository [closed]

Today I have encountered a problem: Apparently my files occupy too much memory for the plan I have contracted. To have a private repository on GitHub I have to pay about 6 euros per month, which does not allow me to accommodate more than 1...
asked by 14.12.2018 / 15:02
1
answer

How to create a txt in android sdk 22 lolipop that is accessible from file explorer

My program allows me to save and retrieve a document, but it is saved in a directory that can only be accessed if I have the phone rooted. How do I store it in an accessible directory such as Documents? I want to implement it for phones wi...
asked by 05.04.2018 / 16:47
1
answer

Records in .txt file [duplicated]

I'm trying to save some words contained in a variable text in a .txt file by clicking on a button . The drawback is that you should be saving a sequence of what you put in the variable text , but only save what you put it in the last exe...
asked by 13.03.2018 / 16:22
1
answer

How to store string type data in a java array

Good People I need help, I am working on a project with forms, the program is already done, it is about a questionnaire in which it presents a question (jlabel) and the user chooses one of the options shown by (radiobutton), until the system hit...
asked by 13.08.2017 / 23:44
0
answers

How do I write in a file / file at the beginning?

I'm doing a program in which I need 2 options, one to insert at the beginning and another to insert at the end, I know how to insert it at the end which is adding the "app" flag and the cursor will be written at the end of the file, my question...
asked by 29.09.2018 / 22:20
0
answers

Problem with external storage

I am making my first application and I still have some problems assimilating certain concepts. The idea is to store the data captured by the phone's accelerometer and store it in the external storage for later processing with a mathematical prog...
asked by 05.06.2018 / 18:36
0
answers

Storage in several tables from a form in codeigniter

I have a base project that I do but I want to improve it, you will see: I came up with the easy idea that to register information of a client (which is divided into 4 tables in the BDD connected to each other) was to enter the data in 4 differen...
asked by 09.03.2018 / 17:29
1
answer

localStorage is not saved correctly on iOS using Cordova

I am developing an app for iOS and Android using Cordova. Everything works well, except for a part that works on Android but not on iOS: the persistent storage of data. In my code I have this: storage = { save: function(name, value) {...
asked by 09.08.2016 / 15:52