
android
dsxjinzhiqiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android用yasea 推流异常AmfString cannot be cast to com.github.faucamp.simplertmp.amf.AmfNumber捕获和解决
前端时间用yasea进行android视频推流,一直报com.github.faucamp.simplertmp.amf.AmfString cannot be cast to com.github.faucamp.simplertmp.amf.AmfNumber,后来经过追踪发现错出现在RtmpConnection类的630多行的 onSrsServerInfo方法中问题及原因:后来我又换了一个rtmp服务,是本地的,然而很神奇的事情发生了,居然推流成功了,然后我对这两个推流进行比较,发原创 2021-09-17 09:58:32 · 536 阅读 · 0 评论 -
原生Android打造一个炫酷的底部导航栏
最近浏览各大平台,发现各种导航栏层出不穷,出于好奇心,我也来试试。先上个效果图代码也简单:首先布局文件<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http:原创 2020-12-11 16:13:09 · 2221 阅读 · 0 评论 -
ListView的单条设置成fragment的写法
ListView的用法原创 2016-11-28 10:59:00 · 426 阅读 · 0 评论 -
自定义水平滑动的listview
package com.cn.bsnt_android_tv.views;/** * Created by zhiming on 2016/11/14. */import java.util.LinkedList;import java.util.Queue;import android.content.Context;import android.da原创 2017-07-11 17:08:55 · 469 阅读 · 0 评论 -
自定义GridView添加头视图和足视图
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2017-07-07 16:58:22 · 453 阅读 · 0 评论 -
Androidstudio支持中文命名
完全能运行成功原创 2017-12-12 11:52:48 · 1295 阅读 · 0 评论