码迷,mamicode.com
首页 >  
搜索关键字:undle    ( 511个结果
ListActivity
import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; public class Lesbian extends ListActivity { public void... ...
分类:其他好文   时间:2019-02-07 20:29:32    阅读次数:195
Node JS World
Node JS World Environment tested on Ubuntu Install nvm/node/npm/yarn nvm : node version manager node: node js npm: node package manager yarn: a faster ...
分类:Web程序   时间:2019-01-31 00:11:00    阅读次数:195
Android ButterKnife依赖注入框架的引入和使用
在Android开发中,需要大量的编写初始化布局、点击事件、监听事件等一些简单重复的代码,会无形中浪费时间和精力。而使用ButterKnife这个开源库可以让我们从大量的findViewById()和setOnclicktListener()中解放出来。 ButterKnife:是视图注入中相对简单 ...
分类:移动开发   时间:2019-01-29 18:10:07    阅读次数:243
mysql 安装以及卸载 CentOS 7
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-1.el7.x86_64.rpm-bundle.tar 安装:mkdir mysqltar -xf mysql-5.7.22-1.el7.x86_64.rpm-bundle ...
分类:数据库   时间:2019-01-25 20:04:13    阅读次数:264
iOS 10.3+ 动态修改 App 图标
支持系统: iOS 10.3+ tvOS 10.2+ Apple 官方文档 官方 API: 步骤: 在 info.plist 文件中新增 Icon files (iOS 5) 其中,Primary Icon 是应用默认图标 Xcode 中,默认 没有 CFBundleAlternateIcons,需 ...
分类:移动开发   时间:2019-01-18 20:06:29    阅读次数:332
vue.config.js
/** * *@2018-10-08 * *@author trsoliu * *@describe vue-cli 3.x配置文件 */ const path = require('path'); const vConsolePlugin = require('vconsole-webpack-p... ...
分类:Web程序   时间:2019-01-17 15:13:24    阅读次数:298
一个引导页的实现
写了一个引导页,首先看看效果吧。 这个实现的方法是上面是3个Fragment切换,中间是显示的点指示器,最下面是进入到下一个Activity的按钮。 3个Fragment的创建就不在详细说了,基本没啥东西。 Fragment的Adapter如下: 下面是GuideActivity的布局 dotsel ...
分类:其他好文   时间:2019-01-14 15:06:58    阅读次数:178
fragment介绍
fragment介绍 fragment总是被嵌入到Activity里 fragment要添加到ViewGroup里 fragment是在android3.0的时候被引入的. 代码实现 在布局声明 在布局声明 声明fragment 需要重写onCreateView方法 声明fragment 需要重写o ...
分类:其他好文   时间:2019-01-11 21:15:04    阅读次数:215
游戏场景需要是可配置的:AssetManager工具类和xml文件读取
我们已经知道,游戏得有个活动场景(每个场景是个可点击的button控件),并且可以通过代码生成控件的方式把活动场景进行多行多列的排列。见上篇:https://www.cnblogs.com/zzqm-gamelife/p/10254466.html 但是没有解决这样的问题: 1.场景名称需要自定义 ...
分类:其他好文   时间:2019-01-11 15:56:44    阅读次数:227
android启动时的广告
1.新建welecomeactivity.java package com.example.dell.apps; import android.annotation.SuppressLint; import android.app.Activity; import android.content.I ...
分类:移动开发   时间:2019-01-11 11:31:45    阅读次数:205
511条   上一页 1 ... 13 14 15 16 17 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!