iOS_Development~Horselight/Scrolling Text Bar (similar to the Horselight function of app s such as Newbie/Jingdong/Alipay/Cost Collection/Internet Merchant Bank)

Marquee Let's start with the original idea. When I first used the horse-running light function, I also found some SDKs, but I couldn't find one that fits my needs very well. The main problem is the problem after the gesture sliding (gesture sliding push/pop || front-back switching and so on when the horse-running light fails). At present, the l ...

Posted by mraiur on Thu, 11 Jul 2019 10:42:07 -0700

[cocos 2DX 3.0 + ios] How to write iAd s plugin

Links to the original text: http://www.cnblogs.com/KevinYuen/p/3704717.html Cocos 2dx3.0 contains plugins for promotion, revenue and other aspects of third-party plugins, but there is no support for iAds, probably because it is exclusiv ...

Posted by mickro on Wed, 10 Jul 2019 14:41:44 -0700

Android Thermal Repair Technology: Analysis of QQ Space Patch Scheme (2)

In the next few blogs, I'll use a real demo to show you how to implement hot fixes. Specific contents include: How to pack patch packs How to load patch packs through ClassLoader 1. Create Demo Demo is very simple. Create a demo with only one Activity: package com.biyan.demo public class MainActivity extends Activity { private Calc ...

Posted by GetReady on Sat, 06 Jul 2019 19:33:44 -0700

VopSdk Develops SDK with a High Compulsory Wechat Public Number

1. Our Goals Separation of basic and operational parameters. High reuse and scalability. Lightweight. II. Achieving Goals Separation of basic and operational parameters Carefully analyze all interfaces and extract common parameters for each module interface. A. Analysis of all interfaces for Wechat Public Number (excluding Wechat Payment) (a) A ...

Posted by samuraitux on Wed, 03 Jul 2019 18:04:13 -0700

Introduction to Flutter - First APP

In the last article, I did a simple analysis of Flutter's own demo in a simple way, but that's not enough. Originally intended to bring you infinite drop-down refresh cases on the official website, but found that some things here are too advanced, as an introduction to Flutter, of course, can not be so casual, in order to enable everyone to l ...

Posted by stefharley on Wed, 03 Jul 2019 11:29:27 -0700

Android Study Plays Goethe Map

LZ-Says: Today, I suddenly saw a blog article that I wrote before was recommended to the homepage. I was very happy. Unfortunately, I was busy at that time and didn't come to see it urgently. But I still thank you from my heart. Thank you for your approval.~ Let's play Android together.~ Preface Today, let's talk about maps. At ...

Posted by soccer022483 on Tue, 02 Jul 2019 11:09:42 -0700

Android uses Aurora push to get messages and cache them locally

There are many ways of caching, the most commonly used is similar to search records, which use more databases. GreenDao, a database framework, is used in this article, just to practice it. There are not too many operations needed for the technical part, but there are only two parts: One part is to cache when a push message is received, the ...

Posted by crazytigger on Mon, 01 Jul 2019 10:53:30 -0700

16-ESP8266 SDK Development Foundation Introduction Chapter--TCP Server Non-RTOS Running Edition, Serial Port Pass-through

https://www.cnblogs.com/yangfengwu/p/11105466.html   In fact, the official version of RTOS was added to the original non-RTOS version. https://www.cnblogs.com/yangfengwu/p/5205570.html The basic configuration of TCP and UDP is just like AT, but we developed it with SDK. Configure WIFI's working mode, wireless name               ...

Posted by bernard_hinault on Sun, 30 Jun 2019 14:59:09 -0700

Android Bugly's pits of practice

The last article talked about how to use tinker. Today we bring a more convenient sdk. It also uses Tinker to achieve hot updates. It also adds a background management patch. Is it more convenient, and it also reduces many of our Tinker configurations? Configure build.gradle for the main project and app project. To separate the configuration ...

Posted by micki on Fri, 28 Jun 2019 15:58:19 -0700

Detailed Introduction to Switching of OC Method - No Blind Spots

Links to the original text: https://www.cnblogs.com/mddblog/p/11105450.html If you are already familiar with it, skip the general introduction and look directly at the FAQ section. Overall introduction Method exchange is an important embodiment of runtime and the core of message language. OC opens many interfaces to developers and allows them t ...

Posted by Worqy on Fri, 28 Jun 2019 11:18:17 -0700