Android
Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.
Here are 42,014 public repositories matching this topic...
-
Updated
Sep 21, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 18, 2020 - Java
作者:常见问题
-
Updated
Oct 12, 2020 - Java
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an
-
Updated
Sep 29, 2020 - Java
-
Updated
Oct 16, 2020 - Java
-
Updated
Sep 30, 2020 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Feb 4, 2020 - Java
-
Updated
Aug 19, 2020 - Java
-
Updated
Sep 12, 2019 - Java
-
Updated
Aug 27, 2020 - Java
Is your feature request related to a problem? Please describe.
When setting the layout anchor of a extended fab to the bottom app bar it does not show the cutout.
Describe the solution you'd like
The ability to use any shape as the cutout, or at least all the Fab variants.
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 15, 2020 - Java
-
Updated
Jul 15, 2020 - Java
Sharing does not work
Created by Google
Released September 23, 2008
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
I am profiling memory on my app usage and was looking at the built-in
tremMemory(int level)methods inLruResourceCacheandLruBitmapPoolto see what their behavior is when I invoke them from my application'sonTrimMemorymethod. The trim memory levels are documented here.Here is Glide's implementation