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,661 public repositories matching this topic...
A powerful
-
Updated
Nov 26, 2020 - Java
Render After Effects animations natively on Android and iOS, Web, and React Native
-
Updated
Nov 28, 2020 - Java
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
Updated
Nov 19, 2020 - Java
A fast JSON parser/generator for Java.
-
Updated
Nov 30, 2020 - Java
作者:常见问题
BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Oct 12, 2020 - Java
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
A full-featured App (iOS & Android) development assistant. You deserve it. 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序 )研发助手,你值得拥有。https://www.dokit.cn/
-
Updated
Nov 26, 2020 - Java
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
-
Updated
Nov 27, 2020 - Java
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
-
Updated
Sep 30, 2020 - Java
A circular ImageView for Android
-
Updated
Nov 28, 2020 - Java
-
Updated
Nov 6, 2020 - Java
-
Updated
Oct 29, 2020 - Java
Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法
-
Updated
Sep 12, 2019 - Java
-
Updated
Nov 2, 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.
Fast Android Development. Easy maintainance.
-
Updated
Nov 19, 2020 - Java
Realm is a mobile database: a replacement for SQLite & ORMs
-
Updated
Nov 30, 2020 - Java
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