• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

service

  1. S

    different database schemas Service for Migrating Databases on AWS

    I have two databases: a source database and a target database. DBs have fully distinct schema and table structures. Using AWS DMS, I want to migrate all data from the source to the destination DB. Is it possible to map various columns from the source DB tables to various columns in the...
  2. Milo Williamson

    What is the perfect sms messaging service around?

    I tried Chomp, it felt pretty good up until my girl did not get her text, I tried Textra but the photos will not load onto a message plethora. VSM I am highly against, so is there a sms that can do all three? - send and receive text in a heartbeat without a stop sign beaming up to each message...
  3. R

    Can A VPN Service Maintain Internet Freedom?

    For a long time, I have been looking to buy a Firestick device. But my classmate told me some of the episodes and movies don't give access here, and they use VPN for it. So can anyone tell me that VPN is the right option?
  4. A

    Apps Android Service With Wake Lock and Intent Redelivery Still Gets Killed When Screen Turns off

    I created a service that is supposed to run in the background on a button press and stop on a button press. It's started from a fragment and not an Activity. I can get it to start and run while the screen is on, but the moment my screen turns off, its onDestroy method is called and stops itself...
  5. M

    Messages from Service to Client

    Hi I am creating an Activity(Client)/Service App. The Service is local and bound to the Activity. What I would like to do is send messages from the Service to the Activity. I've looked at the Messenger class and it looks promising, except the only examples I've found have the handler in the...