Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 2,313 public repositories matching this topic...
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
-
Updated
Apr 10, 2022 - Kotlin
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
-
Updated
Jun 26, 2022 - Kotlin
An Android Animation library which easily add itemanimator to RecyclerView items.
-
Updated
Feb 14, 2021 - Kotlin
A simple and modern Java and Kotlin web framework
-
Updated
Jun 25, 2022 - Kotlin
An Android Alerting Library
-
Updated
Sep 20, 2021 - Kotlin
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
-
Updated
Jun 26, 2022 - Kotlin
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
-
Updated
Jun 24, 2022 - Kotlin
Android Library to rapidly develop attractive and insightful charts in android applications.
-
Updated
Feb 15, 2022 - Kotlin
You can easily add awesome animated context menu to your app.
-
Updated
Apr 24, 2021 - Kotlin
-
Updated
Jun 26, 2022 - Kotlin
Android Library that lights items for tutorials or walk-throughs etc...
-
Updated
Mar 15, 2022 - Kotlin
Actual behavior
The action bar gets dismissed(pause at 0:03) before the navigation to the Change username screen.
Steps to reproduce the behavior
- Login to the app
- Go to me -> Account settings
- Click at username
- Notice that before showing the user name search screen
- The action bar gets dismissed
https://user-images.githubusercontent.com/17463767/175034139-5b41
GraphQL for Java with Spring Boot made easy.
-
Updated
Jun 26, 2022 - Kotlin
react-native native module for In App Purchase.
-
Updated
Jun 26, 2022 - Kotlin
是否支持k8s集群部署?
gitlab支持gke的集群部署模式, bk-ci能否也支持一键集群部署上去
A lightweight Android browser with modern navigation
-
Updated
Jun 15, 2022 - Kotlin
-
Updated
Jun 25, 2022 - Kotlin
Android App update library. Android版本更新库,简单、轻量、可随意定制
-
Updated
Jun 23, 2022 - Kotlin
Orbit - Virtual actor framework for building distributed systems
-
Updated
Jun 15, 2021 - Kotlin
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
-
Updated
Jun 17, 2022 - Kotlin
Insanely easy way to define clickable links within a TextView.
-
Updated
Jan 20, 2020 - Kotlin
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia


I have a CoordinatorLayout that I am using as a fragment container, and I started getting leak reports after fragments are getting destroyed, because their View's are referenced by the container's
mPreSortedChildren.Looking at the ViewGroup source, it seems like that gets cleared when
buildOrderedChildListis called, but I'm not fully sure what would trigger that (seems like adrawwill,