This is “amazing” series of open source projects. See the post published with images: here
This is an extremely competitive list of open source Android apps written in Java. It carefully picks the best Android apps written in Java that are open source. To give you an idea about the quality of this list, the average number of Github stars is 3,874.
The apps are broken down into 13 groups: Social Networking, News, Photos & Videos, Productivity, Music, Game, Messaging, Media, Finance, Architecture, Utilities, Reference, Weather.
Mybridge initially picked the apps. You're welcome to contribute. Let's make sure the quality of app is great.
If you want to learn how to develop an Android app, these courses are recommended
No 1) Android & Java Beginner: Mobile App Development: Go from beginner to paid professional app developer. 14,018 recommends, 4.7/5 stars
No 2) Kotlin for Android: Beginner to Advanced. 1,893 recommends, 4.6/5 stars
Telecine: Record full-resolution video on your Android devices. ★2,127
LeafPic: An ad-free, open-source and material-designed android gallery alternative. ★2,061
The ownCloud Android App: Organize and Store everything. ★2,343
AmazeFileManager: Material design file manager for Android. ★1,611
Omni-Notes: Open source note-taking application for Android. ★1,213
Pixel-dungeon: Traditional roguelike game with pixel-art graphics and simple interface. ★1,758
2048-android: The android port of the 2048 game (for offline playing). ★606
Telegram for Android source: A messaging app focused on speed and security. ★8,614
Qksms: The most beautiful SMS messenger app for Android. ★1,676
ExoPlayer: An extensible media player for Android - Google Engineering. ★8,555
CoCoin: Multi-view Accounting Application for Android. ★1,698
Kickmaterial: Crowdfunding app concept for Android built on Material Design. ★1,461
Bitcoin Wallet Android: Standalone Bitcoin node, no centralized backend required. ★1,079
GnuCash Android: A companion expense-tracker application. ★690
StocksWidget - A home screen widget that displays stock price quotes from your portfolio. ★107 - Kotlin
Shadowsocks client: A secure socks5 proxy. Surf the internet privately and securely. ★10,893
SoundRecorder: A simple sound recording app implementing Material Design. ★626
上周几乎没怎么学习,一直在忙字幕组的考核,干脆就把我翻译的字幕贴出来吧——这可真是最新的Android技术了。 YouTube视频链接:https://www.youtube.com/watch?v=cosqlfqrpFA 字幕翻译: 1 00:00:00,500 –> 00:00:03,050 我们在今年的谷歌 I/O 大会上展示了 We showed you a sneak peek of A
There are different kinds of browsers used by the internet users today. They need the browser with the fast browsing option. Whether you look for the browser with the fast speed option, you can use th
What Our Users Say on App Store? WiFi Transfer best I've found ★★★★★ by Doug1ofiPadsGrandfathers WiFi Transfer just transferred 70 full res photos and 19 HD videos (5 to 30 sec) all in one action by m
转自:http://blog.danlew.net/2014/03/30/android-tips-round-up-part-1/ With my recent project I've been posting one Android class/method a day. People have been asking for an archive of these links, so ev
by Rohit Arya 由Rohit Arya 我们如何将Android应用程序的内存占用减少50% (How we reduced our Android app’s memory footprint by 50%) Like any other startup momentum-obsessed startup, we didn’t spend a lot of time to build
Amazing Favorites 是一款采用 Blazor 技术开发的 Chromium 内核的浏览器插件,因此,其可以被安装到 Chrome / Microsoft Edge / 360 极速浏览器 / Vivaldi / 搜狗高速浏览器 等浏览器之上。 它可以帮助使用者高效的管理和搜索自己的收藏夹,为此增加了一些增强功能: 支持为链接标记 tag,从而为通过 tag 为链接进行交叉分组 支持
Amazing-QR 是一个 Python 二维码生成器。可生成普通二维码、带图片的艺术二维码(黑白与彩色)、动态二维码(黑白与彩色)。 示例 使用提示 请采用正方形或近似正方形的图片 建议在图片尺寸大的时候使用 -v 的值也应该适当变大。 如果图片有透明无色部分,最终效果是: 你可以将透明部分修改成白色,最终效果会变成 可用字符 数字 0 到 9 大小写的英文字母 常用英文标点符号和空格 ·
Amazing Time Picker (Clock) Docs and demo You can read and learn amazing time picker and online demo here: https://pixelplux.com/product/amazing-time-picker A visual time picker for angular 2+ project
Amazing Audio Engine 是基于 Core Audio 的远程 IO 系统用以提供低延迟的音频连接,通过内置的混音、过滤和生效。该框架支持大多数音频格式和比特率,同时提供音频输入、录制和监控功能。 示例代码: // Create an instance of the audio controllerself.audioController = [[[AEAudioControlle
功能强大的声音处理类库(Audio Engine),可以进行声音混合(Mix),声音过滤(Audio Filter),给声音加效果等等。具体功能特殊包括: 1. 可以十分方便创建实时的音乐效果,创建方式可以是objects, blocks, 或者 Audio Units 和 looping audio file players。 2. 可以自动混合多种声音信号,并且可以单独调整每个声音频道的音量大
本文向大家介绍iOS使用音频处理框架The Amazing Audio Engine实现音频录制播放,包括了iOS使用音频处理框架The Amazing Audio Engine实现音频录制播放的使用技巧和注意事项,需要的朋友参考一下 iOS 第三方音频框架The Amazing Audio Engine使用,实现音频录制、播放,可设置配乐。 首先看一下效果图: 下面贴上核心控制器代码: 以上就是