I'm looking for a way to get all subway stations from a country on Android app but I found nothing on how to do it. Seems there is already a feature request about it (https://issuetracker.google.com/issues/35827961) but it's 4 years old. Is there any another way to get that list please?
Related
This question already has answers here:
How can scheduled Firebase Cloud Messaging notifications be made outside of the Firebase Console?
(2 answers)
Schedule FCM Notification using HTTP V1
(1 answer)
Closed 3 months ago.
I am developing a personal app on android studio with java and firebase, in this specific project I don't have registration, protection or something else, just the java code connected to the firebase realtime database.
I'm trying to handle notifications for the first time, I have elements with a release date, I need to trigger a notification when the day of this date comes, it could be days, months or years from the date of creation.
There is a way to do it on firebase? like create programmatically a notification with a specific date scheduled, or, setting some firebase backend code, etc..?
I looked at the other similar questions but found nothing that could guide me in solving my specific problem.
what is the best way to archieve this?
If it's not possible with firebase, what are the other options?
The question that comes closest it's this:
How to trigger notification from firebase at a specific time?
From what I understand what I need can't be done (the question was from 2017 now I don't know if anything has changed), the only way to do it is to set up a server, but it doesn't explain how
I have a field service reporting android app that I created in Oracle MAF. it has been in use for almost a year now with no UI issues, Over the last few days, I have been getting reports from our end users that the button text is disappearing. so - anywhere where there is a button with text inside it, the text is not visible. same font is being used elsewhere in the app with no issues. All the end users are running this on the Samsung Tab A 8.1. The last android update for the device was a few weeks ago. The problem is slowly propagating, like only 4-5 users a day are reporting that they go to use the app and the text is gone. luckily they are used to the app and know what all the buttons do, but I have to eventually fix it. I can't get any straight answers from Our IT department or Samsung as to why it is happening like this, and the update didn't seem to have anything in it that could do this. A factory reset fixes it for a day or two, and then the issue comes back.
What it is supposed to look like
Example of missing text
Like I said, this has been working fine for a while now. I'm mainly looking to see if anyone is aware of an Android update that would cause this, or if there was anything in the Samsung security update that would do it.
Google pushed an update to Chrome that they have discovered caused problems like this, and many others.
I was able to instruct my end users to disable chrome and let it roll back to the factory version.
this fixed the issue.
Please help me.
How i can get list of all running activities in Android above 5?
I tryed a few samples, but did not get right result..
I am aware of creating push notification in java for Android and Apple apps. Now i want to create a push notification service for windows phone app. Tried little googling but didnt found enough resources.
Can anyone help me with good resources for creating push notifications in java for a windows phone app.
try that JAVA MPNS
It's 3 years old but works and supoorts toast/tile/raw types. Build it from source, add into project and follow samples.
We are a group of six people who are trying to create a shopping list for Android. We would like to have the shopping list synchronized between two or more Android phones.
The project is part of a project on a summer camp and the deadline is in 76 hours and we do not have time to setup a server. Does anyone know of a simple way to synchronize text between two or more Android phones (perhaps with the use of online services)?
We thought about using Google Docs (they use Lists which seem to be perfect for what we want) but we are not comfortable with the Google API and it seems to huge to learn in 76 hours.
Something simple like posting/getting data from say App engine shouldn't take very long to write
A http post to update the list and a http get to get the current list