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.
Related
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 4 years ago.
Improve this question
I am creating an application, I want to add internet permissions in my app I have also added in build.gradle, But my application also opening without internet I want to add firebase like data should be loaded from firebase
How can I Achieve that ?
Sorry for bad English
Without context for your use case, it is probably best you look at the docs for Realtime Database offline support and Firestore offline support
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
Is there a way to count how many users currently installed my app on their phone , then show the result for example in a text View ?
According to this answer there is an open source called Andlytics Project which will enable you to reach your goal, also you can view this library called segment which as they said it enables you to :
Collect customer data with one API and send it to hundreds of tools
for analytics, marketing, and data warehousing.
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 two different applications in android and I want to connect them with one sqlite database.
Is it possible?
How can I do that?
You can share data! for security if you want to share between just your app, you should sign with same keys.
Secondly, you need to use Content Provider to share data. Some tutorial about Content Provider on CodePath
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 9 years ago.
Improve this question
I'm a beginner on developing Android applications and I want to create an app (just for practising) to connect to a remote database and then add or modify rows.
An example of what I want could be an application with two buttons: the first button sends your location to the database and with the second you can see the locations of other users. In this case the database could have one table with two columns (username and location).
You should take a look at using PHP with MySQL.
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