Skip to content
android logo

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 57,442 public repositories matching this topic...

flutter
swankjesse
swankjesse commented Feb 19, 2019

Stuff like:

  • HTTP caching heuristics source?
  • what it means if cacheResponse() and networkResponse() are both non-null (issue #4539)
  • why you need to read the entire response before an entry is stored
  • the cache must not compete with other processes for the same directory
  • pruning the cache manually
leakcanary
orionlee
orionlee commented Sep 22, 2019

Version: 2.0.0-beta3

Suggestions:
During running LeakCanary against an app, I occasionally see the following notification.
1 retained objects, tap to dump heap
App visible, waiting until retained objects

When I exit the app, a new notification suggesting the retained object is garbage collected.

From what I gather, it seems to mean LeakCanary find objects that might or

jjg77
jjg77 commented Sep 9, 2019

The border does not render correctly. See code below.

<Avatar
      avatarStyle={props.avatarStyle}
      rounded
      size={props.size || 'medium'} 
      icon={{name: 'face', type: 'material', color: Colors.primary}}
      overlayContainerStyle={getStyle('overlay', theme)}
      onPress={props.onPress}
      activeOpacity={0.7}
      containerStyle={getStyle('container', theme)
You can’t perform that action at this time.