FlexboxLayout - Single / multiple

FlexboxLayout is an Android extension launched by Google Reduced layout (stream layout) official project address https://github.com/google/flexbox-layout FlexboxLayout is a control that I use a lot in my development, especially for the item layout with variable width and height instead of Recycleview, which well meets my requirements and is ...

Posted by 88fingers on Tue, 30 Jun 2020 09:44:35 -0700

Android clipboard sensitive information disclosure vulnerability solution: disable the copy and paste function of EditText

Any third-party software in Android can access the content of the clipboard. Although the high version imposes access restrictions on the clipboard, we still need to take care of the lower version. Let's talk about the solution below. 1. Custom nomunedittext inherits from AppCompatEditText 2. Overr ...

Posted by lnt on Mon, 29 Jun 2020 22:10:56 -0700

Super simple integrated ML kit for dictation

background    I believe that all of us have dictation when we first learn a language. Now when primary school students learn Chinese, an important homework is dictation of new words in the text. Many parents have this experience. However, on the one hand, the action of reading words is relatively simple, on the other hand, parents' ti ...

Posted by abch624 on Mon, 29 Jun 2020 21:02:34 -0700

Why do I think Flutter is the future of mobile application development

Guide to Lao Meng: This is a boutique article translated by Lao Meng, which has a total of 3.6K of praise.Join the Lao Meng Flutter Exchange Group (wx:laomengit) and make great articles no mistake. Original address: https://medium.com/free-code-camp/why-i-think-flutter-is-the-future-of-mobile-app-development-768332b73c0d A few years ago, I ...

Posted by fighnight on Mon, 29 Jun 2020 17:15:02 -0700

Intelligent dialogue APP based on Aispeech -- external TTS engine and voice broadcast, setting speaker, setting speed and other functions

Intelligent dialogue APP based on Aispeech (4) -- external TTS engine and voice broadcast, setting speaker, setting speech speed and other functions 1, Problems and Solutions 2, External TTS engine 2.1 TTS engine 2.2 voice broadcast priority 2.3 stop broadcasting 2.4 setting up TTS engine 2.5 settin ...

Posted by menios on Sun, 28 Jun 2020 21:27:05 -0700

Teach you to build a mobile APM monitoring system

APM is the abbreviation of Application Performance Monitoring, which monitors and manages the performance and availability of software applications. Application performance management is very important for the continuous and stable operation of an application. So this article talks about how to accurately monitor and report data from the perspe ...

Posted by shikhartandon on Sat, 27 Jun 2020 22:33:50 -0700

Kotlin_RecyclerView_ Pull up refresh 1

For the basic implementation of RecyclerView, refer to the previous article: https://blog.csdn.net/whjk20/article/details/106950422 The reality is that the recycle view's pull-up refresh loads more. Basic implementation logic: the last entry has two statuses: one is prompt loading, the other is pro ...

Posted by jeroom on Fri, 26 Jun 2020 20:09:57 -0700

Android beauty group chooses cities

Demand: need to have the current positioning City, hot city, next according to the city Pinyin order, sliding process letters A,B,C They'll set the top and switch to each other. The right side has the choice of fast switching letter cities design sketch: Idea: because the upper part needs to be ...

Posted by gmann001 on Thu, 25 Jun 2020 21:02:48 -0700

Comprehensive analysis Service of Android components

preface Service is a solution to realize the background running of programs in Android, which is very suitable for performing tasks that do not need to interact with users and run for a long time. main points It depends on the application process in which the service is created, rather than running ...

Posted by clank on Thu, 25 Jun 2020 03:46:33 -0700

Supplement animation of android animation

Mending animation Animation classification Mending animation Animation classification rules translate animation scale animation rotate animation Transparency animation alpha Animation combination set Code address Animation classification Mending animation There are four operations: Pan, zoo ...

Posted by davitz38 on Wed, 24 Jun 2020 20:37:31 -0700