Skip to content
#

Android

android logo

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 66,736 public repositories matching this topic...

flutter
MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

nicktrav
nicktrav commented Nov 1, 2018

Currently, OkHttp reaps "idle" connections (i.e. connections not in use) if either of the following is true:

  • a connection has not been used in a period greater than the idle timeout, or
  • the number of idle connections is greater than some threshold
      if (longestIdleDurationNs >= this.keepAliveDurationNs
          || idleConnectionCount > this.maxIdleConnections) {
      
remcomokveld
remcomokveld commented Nov 2, 2016

Since a good architecture serves to make it easy to swap implementations I think it would be nice to have one or more samples which demonstrate how a data source implementation using a combination of a remote api, and a local sqlite database can be replaced with a realtime database.

I am not sure yet how it would be possible to run the same espresso tests in such a sample since mocking the fire

eothein
eothein commented Dec 4, 2019
  • Documentation:

It would be nice if the official documentation explains how to use Retrofit together with co-routines together with the best practices regarding the asynchronous handling of requests. My students need to implement their calls using Retrofit and co-routines (following the tutorials in the Udacity course, but for documentatio

phootip
phootip commented Apr 19, 2020
  • I have checked that a similar feature request does not already exist.

Is your feature request related to a problem? Please describe.
I can't play a game (mindustry) without remapping button

Describe the solution you'd like
Disable shortcuts, especially for mouse, so that right-clicking does correct things in-game.

**Describe alternative

solapollo
solapollo commented Apr 13, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Open Shadowsocks app
  2. Click on bottom of the screen "Connected, tap to check ..."
  3. "Success: HTTPS handshake took ..." info cannot display the 2nd line

Expected behavior
The info should be displayed in full.

Screenshots
![20200413_142125 - Copy](

penfeizhou
penfeizhou commented Mar 5, 2020

In Class com.bumptech.glide.RequestBuilder,there's an important called apply.
In Glide version 4.8.0,The api is

public RequestBuilder<TranscodeType> apply(@NonNull RequestOptions requestOptions) {
...
}

But when on version 4.10.0,The api changes to

 public RequestBuilder<TranscodeType> apply(@NonNull BaseRequestOptions<?> requestOptions) {
    Preconditions
leakcanary
Armaxis
Armaxis commented Feb 6, 2020

Run following commands and enjoy the stream of warnings from Dokka:

rm -rf docs/api
./gradlew leakcanary-android-core:dokka leakcanary-android-instrumentation:dokka leakcanary-android-process:dokka leakcanary-object-watcher-android:dokka leakcanary-object-watcher:dokka shark-android:dokka shark-graph:dokka shark-hprof:dokka shark-log:dokka shark:dokka

Review errors and see if any of t

erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.2.2
  • Cross-platform modules: 6.0.1
  • Android Runtime: 6.2.0
  • iOS Runtime: 6.2.0
  • Plugin(s): unrelated

Describe the bug
openFile method of utils module does not preview the

Created by Google

Released September 23, 2008

Organization
android
Website
www.android.com
Wikipedia
Wikipedia
You can’t perform that action at this time.