android-application
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 10,278 public repositories matching this topic...
[iOS Tool] Needle
Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273
We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).
Android library to handle jobs in the background.
-
Updated
May 21, 2020 - Java
Is your feature request related to a problem? Please describe.
When you first use the app, it may not be really clear to people they have to grant access to FastHub to show the organisations
Describe the solution you'd like
Maybe it's an idea to show the FAQ instead of the no organisation found: try again button. I think people overlook the FAQ icon to quick.
maybe you could just s
升级到 Glide 4.2+
Glide 4.2.0 相对于 4.1.1 引入了多个问题:
- 默认的 DownsamplingStrategy 由 AT_LEAST 变更为 FIT_OUTSIDE,导致部分长图(正确地)过大而无法加载。
- 在每张图第一次 SharedElementTransition 时大概率闪过白屏,但之后不会,推测与 cache 相关,未知是否与新的 ViewTarget getSize() 实现有关。如果回退 1 为 AT_LEAST,bug 变为 transition 时部分稍大图片出现由小变大动画。
- Glide Release v4.2.0
- [Glide Compare v4.1.1...v4.2.0](https://github.com/bum
We are on codeberg.org now! https://codeberg.org/Freeyourgadget/Gadgetbridge - Gadgetbridge - A free and cloudless replacement for your gadget vendors' closed source Android applications. Supports Pebble, Mi Band, Liveview, HPlus and more.
-
Updated
Jun 29, 2020 - Java
-
Updated
Aug 25, 2018 - Java
-
Updated
Mar 3, 2020 - Java
An android boilerplate project using clean architecture
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Jun 24, 2020 - Kotlin
一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
-
Updated
Jun 13, 2020 - Java
I would request you to please add a documentation/write a blog so that developers can understand and learn from your advance code.
It would be really helpful.
An advanced template project
-
Updated
Mar 19, 2020 - Java
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
Awesome Android references for everything like best practices, performance optimization, etc.
-
Updated
Jun 30, 2020 - Java
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
-
Updated
May 8, 2020
DEPRECATED - Memory efficient shimmering effect for Android applications by Supercharge.
-
Updated
Mar 26, 2020 - Java
A Grace Material Design Music Player
-
Updated
Mar 31, 2017 - Java
一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。
-
Updated
Mar 18, 2019 - Java
flutter music player application, support iOS and Android. (仿网易云音乐)
-
Updated
Jun 10, 2020 - Dart
Download apks from Google Play Store
-
Updated
Dec 5, 2019 - Java
Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
-
Updated
Mar 25, 2020 - Java
-
Updated
Apr 27, 2020 - Java
Librefox: Firefox with privacy enhancements
-
Updated
Sep 29, 2019 - JavaScript
Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs
-
Updated
Aug 12, 2019 - Java
Steps to reproduce: Try to use fences for code blocks.
Expected behaviour: code blocks.
Actual behaviour: normal text.
Turbo Editor version:1.19, from F-Droid.



Could someone explain me why Navigator's methods are calling from activity, not from fragment directly? Why first we invoke presenter's method which in turn invoke fragment's method which invoke activity's method?