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 62,596 public repositories matching this topic...

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

lottie-android
lchad
lchad commented Sep 12, 2019

I just upgrade lottie version from 2.7.0 to 3.0.7.
I got some new crash in the latest version app.

StackTrace in Android 9:

main(2)

java.lang.IllegalStateException

Unable to create layer for LottieAnimationView, size 1088x-448 max size 16384 color type 4 has context 1

1 android.os.MessageQueue.nativePollOnce(Native Method)

2 android.os.MessageQueue.next(MessageQueue.java:330)

fastlane
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

mee0wth
mee0wth commented May 30, 2019

Hello everyone,

I would like to propose adding more documentation on this open source project as there is limited information for new contributors (especially English speaking ones). Here are the 2 additional documentation I think should be added to help new contributors to this project:

  1. Add Authors / Main Contributors contact section
    In case new contributors have questions, it would
bernica
bernica commented Jan 28, 2020

Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.

Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.

**Describe alternatives yo

iRoachie
iRoachie commented Oct 7, 2019

We've recently updated our github workflow to have 3 branches:

master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)

We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.

Created by Google

Released September 23, 2008

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