推荐
专栏
教程
课程
飞鹅
本次共找到5498条
android网络框架
相关的信息
爱写码
•
4年前
要想编程效率高,熟悉t-io很必要,省去你的APP中自己开发网络通信的模块
1.是基于javaaio的网络编程框架,和netty属于同类,它的使命是:让天下没有难开发的网络程序。2.基于tiocore来开发IM、TCP私有协议、RPC、游戏服务器端、推送服务、实时监控、物联网、UDP、Socket将会变得空前的简单。3.tio家族除了tiocore外,还有tiowebsocketserver、tiohttpserver、ti
Stella981
•
4年前
Android添加横线和竖线分割界面
竖线<View android:layout\_width"1dip" android:layout\_height"match\_parent" android:background"66CCFF" android:layout\_gravity"center\_horizontal"
Stella981
•
4年前
Android 控件抖动效果
利用Android自带的动画效果,实现控件的抖动效果,效果资源文件shark.xml<?xmlversion"1.0"encoding"utf8"?<translatexmlns:android"http://schemas.android.com/apk/res/android"android:fr
Stella981
•
4年前
Google、IBM和Lyft开源的微服务管理框架Istio安装与试用
Istio是Google、IBM和Lyft联合开源的微服务ServiceMesh框架,旨在解决大量微服务的发现、连接、管理、监控以及安全等问题。Istio的主要特性包括:HTTP、gRPC和TCP网络流量的自动负载均衡丰富的路由规则,细粒度的网络流量行为控制流量加密、服务间认证,以及强身份声明全范围(Fleet
Stella981
•
4年前
Gallery实现流畅的新闻滚动 方法复写
package com.ename.views;import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;
Stella981
•
4年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Stella981
•
4年前
Android图片处理工具类(持续积累补充)
package cn.mucang.android.community.utils;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Matrix;impo
Stella981
•
4年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
GeorgeGcs
•
6个月前
【HarmonyOS】ArkUI-X一套代码跑多端的跨平台方案概念详解
【HarmonyOS】ArkUIX一套代码跑多端的跨平台方案概念详解一、前言作为一名跨平台开发者,最近一直在研究能让一套代码适配多端的框架。试了不少方案后,发现ArkUIX在OpenHarmony、HarmonyOS、Android、iOS都有适配了。今天
1
•••
14
15
16
•••
550