android Popupwindow is blocked by a pop-up soft keyboard
Previously, a page contained PopupWindow, PopupWindow had an EditText input box, click EditText input PopupWindow popped out from the bottom of the screen, and the soft keyboard directly blocked PopupWindow.
When entering content, we hope the soft keyboard will not block the PopupWindow and will not affect the user's n ...
Posted by kevinritt on Thu, 07 May 2020 09:15:48 -0700
Secondary development of UAV SDK based on Dajiang
Secondary development of UAV SDK based on Dajiang
In the near future, the company needs to develop a mobile APP based on the Dajiang UAV SDK to cooperate with the background to realize the management of UAV. Of course, Dajiang itself also provides us with a management platform --- Dajiang Sikong. Through the official APP of Dajiang and the back ...
Posted by n00byboy on Thu, 07 May 2020 01:28:29 -0700
RN implementation of e-commerce App (1)
Home page design of e-commerce App
Generally, there are four types:
-Status bar
-Search box
-Round robin advertising
-Commodity information
1, Search box
Basic components: TextInput,Button.
TextInput is the input component and Button is the Button component.
<TextInput style={styles.input}
placeholder='Sear ...
Posted by cookspyder on Tue, 05 May 2020 18:54:29 -0700
Wechat applet development tab (tabbar at the top / bottom of the window) page switching
In the development of wechat applets, the tabs are generally fragment in android, which makes you feel confused when it comes to the applets
Finally, it's done. Share it and have a look
First look at the effect:
Add the code:
1.index.wxml
<!--index.wxml-->
<view class="swiper-tab">
<vie ...
Posted by dtdetu on Tue, 05 May 2020 17:48:29 -0700
LeakCanary: a tool for real-time monitoring Android memory leaks
I believe that many developers will not be unfamiliar with android memory leakage. In terms of optimizing performance, memory leakage, especially in large projects, is often difficult to locate due to the collaborative development of multiple people.
Here is an open source tool, LeakCanary, from square company, which can help you to monitor me ...
Posted by simon622 on Tue, 05 May 2020 16:17:57 -0700
Android iFLYTEK voice dictation SDK quick access (with null pointer to solve and modify dialog text method)
1. Account preparation
First of all, we need to have a iFLYTEK account to prepare for APPID, APPKey and other applications. By the way: iFLYTEK opens to users of different authentication types
The number of times you use the SDK is different, as shown in the following figure.
After the account application is completed, you need to go to your ...
Posted by prexep on Tue, 05 May 2020 15:38:30 -0700
Preliminary Study on Android JetPack Component-CameraX
CameraX is also a JetPack component from Google, which is a new gadget, so I want to share my experience in using it in my project.
What is CameraX?
The Google Developer Documentation gives you the following evaluation of AmeraX:
CameraX is a Jetpack support library designed to help you streamline the development of camera applications.It pro ...
Posted by a6000000 on Tue, 05 May 2020 12:14:10 -0700
Learning and summary of RecycleView
Since I contacted Android studio, I have a new understanding and desire to learn and master the new Android UI design concept and V7 package. Therefore, I have a special look at the use of the new control RecycleView, which is summarized as follows.
Its usage is similar to that of listview. It consists of three parts: adapter, arrangement and ...
Posted by andre_c on Tue, 05 May 2020 09:21:06 -0700
android file selector component
demo effect
FileSelector.gif
Source code on GitHub
introduce
FileSelectorView is a custom file selector, based on which users can customize the style of file selector.
function
Switch directories
Get path
File filtering
File sorting
Custom file icon and set size
Set the size and color of file name text
Listen for selected files
Use
Fil ...
Posted by liebs19 on Tue, 05 May 2020 07:40:02 -0700
The fastest Android TreeView appears!
The fastest Android TreeView appears!
Source address: https://github.com/niugao/RecyclerListTreeView
Based on RecyclerView.
The structure of storing data is not a Tree, but an ArrayList. Unlike all the known implementations on the Internet, it seems that people can't jump out of fixed thinking. You can compare the am ...
Posted by daveoffy on Tue, 05 May 2020 07:40:35 -0700