Android 開發技術周報 Issue#290

来源:https://www.cnblogs.com/inferjay/archive/2020/07/27/13384714.html
-Advertisement-
Play Games

新聞 高管透露Android 11版本號仍有甜點名稱 只是不再公開 Android 11 Beta 2.5發佈:修複Pixel 4系列閃屏問題 Android 11的甜點代號是什麼?紅絲絨蛋糕 教程 劃重點 | Android Jetpack 三大重要更新! 開源庫 UltimateBarX Mak ...


新聞

  1. 高管透露Android 11版本號仍有甜點名稱 只是不再公開

  2. Android 11 Beta 2.5發佈:修複Pixel 4系列閃屏問題

  3. Android 11的甜點代號是什麼?紅絲絨蛋糕

教程

  1. 劃重點 | Android Jetpack 三大重要更新!

開源庫

  1. UltimateBarX

    Make Android transparent statusbar and navigationbar easy.一款方便的設置狀態欄和導航欄的各種效果的框架,可以設置各種效果,透明、半透明、固定顏色、佈局是否侵入等;狀態欄和導航欄分開設置,互不影響;支持 Android 4.4 以上,各系統版本的現實效果高度統一;支持 Activity 和 Fragment;同一個 Activity 或 Fragment 可以多次設置不同的效果

  2. flow-combinetuple-kt

    Helper function to combine Flow into tuples.

  3. StatusBarAlert

    Telegram X inspired android status bar alert view

  4. xmlutil

    XML Serialization library for Kotlin

  5. AndroidClearChroma

    A material color picker for Android

  6. inquiry

    Inquiry is a simple library for Android that makes construction and use of SQLite databases super easy.

  7. DateTimePicker

    DateTimePicker 一個簡約、漂亮的日期時間選擇器,支持大面積自定義UI,內置日期時間選擇彈窗,基於 Google BottomSheetDialog,可直接使用。

  8. ActionBarEx

    高拓展高自定義性ActionBar,完美替代Android系統預設

  9. korim

    Korim: Kotlin cORoutines IMaging, Bitmap and Vector graphics for Multiplatform Kotlin

  10. photo-editor

    Photo editor with a lot of cool features

  11. youtube-dl-android

    Android library wrapper for youtube-dl executable. Based on yausername's youtubedl-android but with ability to download binary files at runtime to decrease apk size.

  12. minion-android

    Minion is a handy group-key-value data storage library, powered by INI format

  13. HiddenSearchWithRecyclerView

    Simple library to have a hidden/shown search bar

  14. indeterminate-checkbox

    Android CheckBox and RadioButton with additional 3rd indeterminate state

  15. moko-errors

    Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development.

  16. OverlappingPanels

    a gestures-driven navigation UI library for Android

  17. maskara

    A simple way to format text fields without getting affected by input filters.

模版

  1. AndroidBase

    Android project template + 100% Kotlin + Base module + Gradle Kotlin DSL + Common libraries = ❤️

插件

  1. auto-module

    A Gradle plugin to generate a module graph and include them modules

  2. AndroidPluginStudy

    實現自定義Plugin,使用ASM可以對class、aar、jar的代碼進行修改,自定義plugin配置等。

App

  1. XimalayaKotlin

    一個模仿企鵝 FM 界面的 Android 應用—喜馬拉雅Kotlin。完全使用 Kotlin 開發。有聲資源和播放器由喜馬拉雅 SDK 提供。An unofficial Ximalaya FM client for Android entirely written using Kotlin language.

  2. SafeCharger

    This is a simple android application to maintain good battery life.

  3. space-app

    An Android app which shows timeline of upcoming rocket launches and showcases architecture of real application.

  4. OptiVideoEditor-for-android

    Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Text and image, etc...

示例

  1. android-custom-lint-rules

    This sample demonstrates how to create a custom lint checks and corresponding lint tests

  2. ComposeCodelab

    An implementation of Compose Codelab and creation of Gmail App UI in Jetpack Compose live coding at 360Andev Conference

  3. MVIFlow

    MVI is cyclic and produces an immutable state.

工具

  1. Proxyman

    Modern and Delightful HTTP Debugging Proxy for macOS, iOS and Android

  2. ExtendedAndroidTools

    Extended Android Tools is a place to host and maintain a build environment and makefiles cross compiling Linux tools we all love for Android.

  3. easy-dumpsys

    Script that outputs this adb command: adb shell dumpsys activity <package> in a far smaller, easier & user-friendlier way...

  4. dependency-watch

    Script to wait for an artifact to appear on Maven Central or to monitor coordinates for new versions.

原文地址:https://www.androidweekly.io/android-dev-weekly-issue-290/
版權聲明:禁止一切形式的轉載-禁止商用-禁止衍生
公眾號:Android開發技術周刊


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • DECLARE @tbl nvarchar(265) SELECT @tbl = '' SELECT o.name,i.index_id, i.name, i.type_desc, substring(ikey.cols, 3, len(ikey.cols))AS key_cols, substri ...
  • SQL語句執行順序 From 表連接 on連接條件,形成新的虛擬表 where 篩選條件 group by 生成新的結果集合 group by 分組列表 having 分組後篩選 select 選出顯示的 order by 排序 limit 分頁/個數限制 子查詢順序 除了exists,先執行子查詢 ...
  • select c.unique_compiles as 將從該缺失索引組受益的編譯和重新編譯數, c.user_seeks as 建索引後可能的使用查找次數, c.user_scans as 建索引後可能的使用掃描次數, c.statement as 表名, c.equality_columns, ...
  • 為了更方便的操作elasticsearch,我們需要安裝kibana kibana提供了一個開發工具,可以很方便的操作elasticsearch 打開kibana官網下載頁面 https://www.elastic.co/cn/downloads/kibana 安裝kibana 修改kibana相關 ...
  • 最近登錄到Elasticsearch官網發現Elasticsearch已經更新到7.8的版本了,但是自己公司使用的還是6.4版本,查了下,發現7.X的版本與6.X的版本差別還挺大的,所以準備在自己的個人伺服器上搭建一個7.6的版本,提前瞭解一下新特性,為以後公司遷移到ES7.X提前做好準備,這裡把自 ...
  • 該系列上一篇文章《Elasticsearch必知必會的乾貨知識一:ES索引文檔的CRUD》 講瞭如何進行index的增刪改查,本篇則側重講解說明如何對index進行創建、更改、遷移、查詢配置信息等。 僅創建索引:PUT index PUT /index 添加欄位設置(mappings):PUT in ...
  • 一.PostgreSQL簡介 PostgreSQL資料庫一種關係型資料庫。是當前世界上最先進的開源關係型資料庫。 PostgreSQL使用的是一種客戶端/伺服器的模式。一次PostgreSQL會話由以下相關進程組成: 1.postgres:一個伺服器進程(該進程管理著資料庫文件,接收來自客戶端的連接 ...
  • 從一開始接觸Flutter,相信讀者都會銘記一句話,那就是——一切皆組件。今天我們就來體會一下這句話的神奇魔力,我們先從實際的產品需求說起。 我們先來看一個簡化的運行圖: 我們要實現如上圖所示的日期選擇器,App是iOS風格。 Flutter SDK自身有類似上圖的日期選擇器,但是Material ...
一周排行
    -Advertisement-
    Play Games
  • Dapr Outbox 是1.12中的功能。 本文只介紹Dapr Outbox 執行流程,Dapr Outbox基本用法請閱讀官方文檔 。本文中appID=order-processor,topic=orders 本文前提知識:熟悉Dapr狀態管理、Dapr發佈訂閱和Outbox 模式。 Outbo ...
  • 引言 在前幾章我們深度講解了單元測試和集成測試的基礎知識,這一章我們來講解一下代碼覆蓋率,代碼覆蓋率是單元測試運行的度量值,覆蓋率通常以百分比表示,用於衡量代碼被測試覆蓋的程度,幫助開發人員評估測試用例的質量和代碼的健壯性。常見的覆蓋率包括語句覆蓋率(Line Coverage)、分支覆蓋率(Bra ...
  • 前言 本文介紹瞭如何使用S7.NET庫實現對西門子PLC DB塊數據的讀寫,記錄了使用電腦模擬,模擬PLC,自至完成測試的詳細流程,並重點介紹了在這個過程中的易錯點,供參考。 用到的軟體: 1.Windows環境下鏈路層網路訪問的行業標準工具(WinPcap_4_1_3.exe)下載鏈接:http ...
  • 從依賴倒置原則(Dependency Inversion Principle, DIP)到控制反轉(Inversion of Control, IoC)再到依賴註入(Dependency Injection, DI)的演進過程,我們可以理解為一種逐步抽象和解耦的設計思想。這種思想在C#等面向對象的編 ...
  • 關於Python中的私有屬性和私有方法 Python對於類的成員沒有嚴格的訪問控制限制,這與其他面相對對象語言有區別。關於私有屬性和私有方法,有如下要點: 1、通常我們約定,兩個下劃線開頭的屬性是私有的(private)。其他為公共的(public); 2、類內部可以訪問私有屬性(方法); 3、類外 ...
  • C++ 訪問說明符 訪問說明符是 C++ 中控制類成員(屬性和方法)可訪問性的關鍵字。它們用於封裝類數據並保護其免受意外修改或濫用。 三種訪問說明符: public:允許從類外部的任何地方訪問成員。 private:僅允許在類內部訪問成員。 protected:允許在類內部及其派生類中訪問成員。 示 ...
  • 寫這個隨筆說一下C++的static_cast和dynamic_cast用在子類與父類的指針轉換時的一些事宜。首先,【static_cast,dynamic_cast】【父類指針,子類指針】,兩兩一組,共有4種組合:用 static_cast 父類轉子類、用 static_cast 子類轉父類、使用 ...
  • /******************************************************************************************************** * * * 設計雙向鏈表的介面 * * * * Copyright (c) 2023-2 ...
  • 相信接觸過spring做開發的小伙伴們一定使用過@ComponentScan註解 @ComponentScan("com.wangm.lifecycle") public class AppConfig { } @ComponentScan指定basePackage,將包下的類按照一定規則註冊成Be ...
  • 操作系統 :CentOS 7.6_x64 opensips版本: 2.4.9 python版本:2.7.5 python作為腳本語言,使用起來很方便,查了下opensips的文檔,支持使用python腳本寫邏輯代碼。今天整理下CentOS7環境下opensips2.4.9的python模塊筆記及使用 ...