-
Updated
Jul 20, 2020 - Java
android-app

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 7,026 public repositories matching this topic...
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Sep 3, 2020 - Kotlin
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - Kotlin
I'd really like to have much larger buttons in landscape mode. With my Galaxy Note 8, it's difficult to change tracks with the small buttons and curved edge of the screen. I either end up skipping ahead (from accidentally touching the seek bar), or swiping-up (which reveals the playlist). Ideally, about 40-50% of the landscape vertical screen height would be great. Maybe splitting the screen down
-
Updated
Jun 21, 2020 - Java
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Sep 27, 2018 - Kotlin
-
Updated
Oct 5, 2020 - Java
-
Updated
Sep 7, 2020 - C
Currently, the search dialog (search dialog, heading dialog etc) callbacks use indexOf
to go to the requested position in the file.
If multiple instances of the search term are present in the file, this prevents us from jumping to anything except the first instance.
For example, consider the following structure
## Project 1
### notes <- instead stops here
## Project 2
### note
-
Updated
Sep 30, 2020 - Java
-
Updated
May 6, 2020 - Java
-
Updated
Oct 3, 2020
-
Updated
Sep 21, 2020 - Dart
-
Updated
Jan 7, 2018 - Java
-
Updated
Mar 26, 2018 - Java

-
Updated
Oct 1, 2020 - Dart
⚠️ Is your feature request related to a problem? Please describe
Add support for code coverage
💡 Describe the solution you'd like
Ideally we could setup jacoco + codecov to have an automated test report after every push/pr.
🤚 Do you want to develop this feature yourself?
- Yes
- No
This feature is up for grab
-
Updated
Sep 17, 2020 - Kotlin
-
Updated
Oct 1, 2020 - Java
If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
Sep 29, 2020 - Kotlin
-
Updated
Sep 25, 2020 - Dart
-
Updated
Oct 20, 2018 - Java
Created by Google
Released September 23, 2008
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
A little more explaination (in the form of an xml comment) is needed on format strings like icu_abbrev_wday_month_day_no_year, because they do require to be changed in some languages but translators often break them. We obviously can't expect everyone to understand formatter syntax ;)