secure folder by simple palace studio - android

so I downloaded this app to store some data like pics and vids now when I access the app to recover the data its not working so if anyone knows where does this app store the data please help me
I tried some 3rd party apps to restore the data but didn't work

Related

Android save custom data in APK

I have developed (Offline) Android app in which i have to save some employee's data into Local SQLITE database, when i send the apk into another andoird phone the data in the database dose not appear due to local storage of both the devices is different.
My goal is to send the data with the apk file to who ever i send the apk. How can i achieve the goal ?
The problem is i do not have the idea of how to do it, or never have done this kind of project before.
Please guide me.
If Your database is read only - You can use raw folder of project for Your SQLite database file, than, after .apk was installed, copy it, for example to external storage. But if You need changes in database and synchronized data on all devices - You should use only one server-side database.

How to attach a picture from android gallery into my note app?

I'm developing a simple note app, some kind of diary but I need a function where I click on the "attach" button so I could attach files from internal and external memory from the phone, the files would be pictures and maybe, if possible, video and wav files, all of them together with the text file on the note app, and I would need to save all this in a database, so I would like to know if that is possible and how do I do it , I read about sharing files from apps to apps on android developer site but I got confused, so I would like someone to help if possible, btw sorry for my bad English I'm not a native English speaker and it's my first time asking here, so I would be glad of somebody could help with this.
Hi Leonardo Medina Lango,
You do not need to save whole file in your app's folder. Save only file path to your sqlite database. If you that files in your cloud than sync sqlite database with your cloud server from background service.

Distribute air apps without recompiling

I'm developing an air image viewing application for Windows and Android that will allow some special users to import bitmaps to it. The user can click on a button, browse to a bitmap stored locally and then the app saves the image to the documentsDirectory.
Later on, other users (let's call then common users) will get this already compiled app and view the images imported by the special users.
My question is how can I make the app save the images within it without recompiling it?
Any ideas are welcome! Thank you all!
The only option I can think of, is to make a web server to store and load the images by those users. That's because the images will be stored in the documents or cache directory of the device which means that there is no automatic way to bring them to other devices.
You need a web server that the images will be uploaded and saved, and later on retrieved by other clients. It's called centralized assets system.

Android : Load images from external folder in Server

I am relatively new to android and I am currently working on an android app that displays and stores profile information of registered users:
The app communicates with a server using .Net(WCF) webservice and a
PostgreSQL Database.
In the Server(Virtual Machine), I have an existing folder containing hundreds of pictures(named after the username of each user). Example: A User login is Aadrian, then his picture is found in the folder under the name "Aadrian.jpg" in the folder.
Question: I have a custom listview (with imageview and textviews) showing each user information and I would like to ask for help to know how to load these images from the folder in the server and assign each user in the list to his corresponding picture in the external folder. Kind of like how social apps like whatsapp and facebook do. Please let me know if I need to clarify any point more.
Thank you in advance

How to get backup of the CouchDB locally in android device?

I am not much familiar in CouchDB. I have used CouchDB to store the documents (images, audio & video files) which user has uploaded from Android app. Those documents were stored locally in his mobile not in server. We provide an option to update the software with new couchDB which is hold HTML and some uploaded files. Now my problem is while updating the app, I need to get backup of old CouchDB and store it any place. After update completed copy the documents from old to new then delete the backup of couchDB.
Please anyone guide me to achieve this. Is any other possible to achieve without getting backup?

Categories

Resources