An Android browser and wallet for the LBRY network.
The minimum supported Android version is 5.0 Lollipop. There are two ways to install:
The app can be launched by opening LBRY from the device's app drawer or via the shortcut on the home screen if that was created upon installation.
Clone the repository and open the project in Android Studio. Android Studio will automatically run the initial build process.
Create file 'twitter.properties' in app/ folder with the following content:
twitterConsumerKey=XXXXXX
twitterConsumerSecret=XXXXXX
Click the Sync button and when process finishes, the Run button to launch the app on your simulator or connected debugging device after the build process is complete.
Contributions to this project are welcome, encouraged, and compensated. For more details, see https://lbry.io/faq/contributing
This project is MIT licensed. For the full license, see LICENSE.
We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it.
The primary contact for this project is @akinwale (akinwale@lbry.com)
21、录音延迟降低 22、现在混音支持8通道,包括5.1和7.1 23、USB音频设备全面支持,除了声卡和mic以外还支持混音器、放大器之类的 24、OPENGL ES 3.1和Android扩展图形包 25、拍照:全分辨率均支持30帧录像 26、原生支持RAW(YUV和Bayer RAW) 27、可以独立控制相机传感器、镜头、闪光灯 28、支持噪点和光学信息的源数
要调试 RIL,最好的方法就是打开 radio的log: $ adb logcat -b radio 最好加上 log语法亮度工具coloredlogcat.py ,一些常见的LOG TAG要明白,他们是: RIL: /hardware/ril/reference-ril/refereince-ril.c AT: /hardware/ril/reference-ril/atchannel.c RI
Android并没有采用glibc作为C库,而是采用了Google自己开发的Bionic Libc,它的官方Toolchain也是基于Bionic Libc而并非glibc的。与glibc相比,Bionic Libc有如下一些特点: 采用BSD License,而不是glibc的GPL License; 大小只有大约200k,比glibc差不多小一半,且比glibc更快; 实现了一个更小、更快的p
简介 Android在3.0之后中引入了Loaders,使用Loader可以很方便的来在Activity中加载数据,并且Activity能够管理Loader的生命周期,使之与Activity的生命周期同步。并且当手机配置项发生改变Activity重新创建时Loader能够retain而不用重新创建。Android在3.0引入Loader来代替之前版本中 managedQuery(Uri, Stri
LBRY 是一个在区块链上建立开源内容发布服务的平台。该平台允许用户发布资料,并绕过了中间商,直接与消费者联系。 LBRY 还完全加密所有内容,让出版商保有私有密钥,而使用公用密钥只能能够浏览部分内容,并且这些都是可以出售或免费赠送的。 它利用 LBRY blockchain 作为全球命名空间和数字内容数据库。区块链条目包含可搜索的内容元数据、标识、权限和访问规则。它还提供了一个守护进程,可以通过
LBRY App - https://lbry.tv This repo contains the UI code that powers the official LBRY desktop app, as well as lbry.tv. The LBRY app is a graphical browser for the decentralized content marketplace p