You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Timer class creates a separate thread, which can affect the performance of resource-constrained mobile devices. The Android Handler class can be used to synchronize such events with separate threads, such as the main thread. See 1 for an example implementation.
This bug is specifically for the mozstumbler (I'll file another for the main code base). For a list of uses of the timer class:
@abhishekd08 I don't think anyone is working on this code base. If you're looking to work on an Android project at Mozilla, may I recommend Focus for Android?
I am beginner in open source development, I am more than happy to work on any project. I will look into "Focus for Android" suggested by you. Thank you.
From bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1268612
The Timer class creates a separate thread, which can affect the performance of resource-constrained mobile devices. The Android Handler class can be used to synchronize such events with separate threads, such as the main thread. See 1 for an example implementation.
This bug is specifically for the mozstumbler (I'll file another for the main code base). For a list of uses of the timer class:
https://mxr.mozilla.org/mozilla-central/search?string=java.util.timer&find=mobile%2Fandroid&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
Victor, can you take a look at this?
The text was updated successfully, but these errors were encountered: