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

Games that allow you to complete the progress on other devices

No one in the right mind wants to be close to finishing a game and have their tablet or phone somehow ruined so they can't finish the game. What are some games that allow you to complete the progress on another device? I know hero hunters is one of them. Thank you in advance for any assistance.
there a ton of games out there. can you be specific on the kind of games you like? what style of game play?

Apps I need a PHP index for accessibility permissions.

Hello, I'm looking for an android coder that makes me an index to take the accessibility permissions in each device that contains android, that is, if it is Samsung, the index changes and says "go to installed services, search for the app that I say, and grant the accessibility permission" and so with each of the models on the market I know that xiaomi changes to downloaded services, oppo, to installed applications, I really don't know the others worse I need it, the programmer who does this to me I will pay you, it will not be free, thank you.

Android Studio - does not resolve to a valid reference in the project

I've completed the demo at
successfully. Well done by Philipp Lackner.

When I attempted to do it a second time to capture better notes, it fails when trying to resolve a layout item while creating a function in the adapter code.

The successful version of the adapter code somehow added this line, which appears to enable the layout id resolution:
import kotlinx.android.synthetic.main.time_series.view.*

Pasting that line into the version of the adapter does not resolve.

Is there a way to tell the interpreter/compiler that an id/item is in a specific (layout) file?

Thanks in advance!

Oops - he had posted a solution in the comments... My bad.

Sleepest - Smart alarm clock

Hi @Alina Ostapenko, I'm happy to hear that you like sleepest. Unfortunally I do not have any sports app or app where you can note your trainings and pills. But I think there should be some apps like that in the play store already. If not feel free to write an email to sleepestapp@gmail.com to further discuss your problem.

By the way. If you like the app we would be happy to see a good rating in the google play store :D

You are cool too!!

Apps Drawing a spiral

Apologies for the zombie, but it might save somebody some time. The below correction gets rid of the horizontal spacing.
Note that :
- the top and bottom rect coordinates are updated with every iteration
- they are incremented/decremented by half the 'spacing' value

Code:
  for(int i = 0; i < amount * 2; i++){
                canvas.drawArc(left, top, right, bottom, startAngle, arcAngle, false, paint);
                top -= 10;
                bottom += 10;
                if(i%2 == 0){
                    right = right + 20;
                }
                else{
                    left = left - 20;
                }
                startAngle = startAngle + arcAngle;
            }

Help New Micro SD Card stpped working on Samsung A7 Tablet

I've read that the larger capacity cards are more prone to failure, 64 or 128 GB may be the best size for reliability and longevity.
Never heard of Nuflash so obviously not a major/well-known brand. There is still a chance that it could be fake- try downloading one of the SD checker apps that are designed to show the true capacity of the card and reveal ones that are actually smaller cards disguised as larger ones.

Wi-Fi calling compatible phone on Mint

Woo Hoo...
T-Mobile LG G8 ThinQ works for Mint-Mobile for Cell (VoLTE), Wifi-calls, wifi download of MMS...
They make this much more complicated than it needs to be.
One hint that led me to T-Mobile is Mint Mobile uses T-Mobil's network.
NOTE: as posted above, unlocked LG G8 ThinQ by other providers did not work.
AT&T did not have working WiFi calls.
Sprint worked with WiFi... but not for Cell (no VoLTE)

Help What is this notification symbol in the status bar?

I've uploaded an image of the app symbol, displayed next to the time. I know the quality is terrible but these are screenshots. This is seen in almost everyone of my girlfriends screenshots so its obviously an app she's using daily. She's been dishonest in the past so I'm just curious what this app is, that she uses so much? She's from an Asian country if that helps. Thanks!

Attachments

  • 169926199_850890229108249_8424094288341461801_n.jpg
    169926199_850890229108249_8424094288341461801_n.jpg
    19.3 KB · Views: 159

Filter

Back
Top Bottom