AndServer+Service Builds Android Server to Realize so File Call
so file call
With the rapid development of Android mobile security, whether for execution efficiency or program security, the key code sinking native layer has become the basic operation.The development of native layer refers to the development of JNI/NDK. Through JNI, the calls between java layer and native layer (mainly C/C++) can be realized ...
Posted by Plxply on Tue, 17 Sep 2019 22:31:10 -0700
Mobile Web Development Skills--Part 1
Links to the original text: https://www.mk2048.com/blog/blog.php?id=1ij1hckhj&title=%E7%A7%BB%E5%8A%A8Web%E5%BC%80%E5%8F%91%E6%8A%80%E5%B7%A7--%E4%B8%8A
META correlation
1. Title (IOS) added to the home screen
<meta name="apple-mo ...
Posted by jbreits on Tue, 17 Sep 2019 05:41:09 -0700
Android remote shell command control and whitelist
How to use java code to execute shell commands in Android system
In java, we can't run shell commands directly. We need to use Runtime class to execute shell commands. Runtime's introduction, I can't say it clearly, is not a mistake for our childre ...
Posted by mjr on Tue, 17 Sep 2019 03:06:05 -0700
Writing android Services
Links to the original text: https://my.oschina.net/fuyajun1983cn/blog/263932
Service is one of the four components of Android. It uses the underlying Binder mechanism to implement RP ...
Posted by Cleanselol on Tue, 17 Sep 2019 01:25:38 -0700
Packaging and Encoding of [Image_Codec] Common Picture Formats-Android Platform PNG
Article directory
PNG Picture Format
PNG file structure
PNG Compression Principle
PNG picture codec libpng
PNG Picture Format
PNG(Portable Network Graphics) is a rasterized, lossless compressed image file format. The purpose of the design is ...
Posted by cafrow on Mon, 16 Sep 2019 22:45:46 -0700
Binder Subsystem for Android System
Today, let's take a look at Binder, a subsystem of the Android system.Let's start with the Binder subsystem, which is one of the methods used for interprocess communication in Android systems.So why learn the binder system?With the binder subsystem in hand, we can have a good understanding of how Android system processes communicate with each ...
Posted by phpdeveloper82 on Mon, 16 Sep 2019 18:25:02 -0700
SuperTextView(v3.2.1)
Hi, developer, come and see the new SuperTextView!
(viii) The above demonstrations are powerfully driven by SuperTextView.
SuperTextView is unique in that it is a simple control element, but not just a control. It is born with flexible and powerful embedded logic, providing you with colorful but extremely simple development s ...
Posted by jonat8 on Sun, 15 Sep 2019 23:23:37 -0700
How Android animates bubble selection
Unification of cross-platform user experiences is on the rise: earlier iOS and Android had different experiences, but more recently they have become closer in terms of application design and interaction.From the bottom navigation of Android Nougat to the split screen feature, there are many similarities between the two platforms.For designers, ...
Posted by hush on Sun, 15 Sep 2019 19:53:08 -0700
Bluetooth MCU development journey: Dialog OTA scheme combing and package transfer transformation
Dialog 14585 OTA uses a dual backup scheme, and the external interface is embedded in the user's application as a separate Service (0xF5FE) without using their mobile app for OTA, or as their own defined UUID.
In the following figure, the entire ...
Posted by Hieroglyphics on Sun, 15 Sep 2019 00:13:29 -0700
Full Flutter example
With this understanding and exposure to Flutter, you can learn how to develop a project using Flutter in its entirety.In fact, in Flutter, everything is a widget, and our interface is stacked with widgets.
A Flutter project involves the following points:
Project Code Layering
Theme Style
Plug-in unit
Route
Network Data Interaction
Interfac ...
Posted by tomdumont on Sat, 14 Sep 2019 09:17:00 -0700