Can I upload CSV files to Android firebase? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am using Android firebase for the first time so please let me know can I upload CSV files from my mobile to firebase? if yes then how ?

You totally can. You can use Firebase Storage to store your files - csv, images, videos, etc.

Related

How to write in firebase database from another project? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
There are 2 projects, one project is about a restaurant internal order management and the other is a food platform with multiple restaurants.
I want write into the database of the restaurant from the food ordering app without connecting my app to the restaurant project.
I can't seem to find a way to do this automatically without connecting them. a workaround could be to export the data and reimport it into the other project. in theory, you could even make a script do this for you.

How to decompile an apk and save project? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to decompile .apk file, and save it. I'm using http://www.javadecompilers.com/ , but I don't know how to save the folders.
Try Java Decompiler
WIKI page or
Homepage
You can decompile and save the whole content of the archive in an appropriate package struckture.

Opening ppts in my android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have created an android application in which I want to add a feature for viewing ppts without he user having to download it first. As in, opening a ppt on the phone browser. Any help?
Can you elaborate better.
if what you mean is what i am thinking.
Maybe for a user to be able to view ppt files in your app.
Try using APIs, or ppt supported sdks. refer here

how to encrypt database in android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i developed an app in android wich use a database to save and load data at start. My question is: was it encrypt by default? if not, how can i encrypt my database file in order to make it more secure?
was it encrypt by default?
No.
how can i encrypt my database file in order to make it more secure?
Use SQLCipher for Android and a user-supplied passphrase.

How do I manage this android database [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
So how di I manage a Android database which isn't even located in the assets folder. I followed this tutorial, and it's great, but what if I want to delete and add information to tables manually?
http://www.java2s.com/Code/Android/Database/Createdeleteupdate.htm
You can use other software to modify you Database simply by opening the assets file with that software.
Here is SQLite Expert that is recommended for modifying your Database

Categories

Resources