自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (13)
  • 收藏
  • 关注

原创 React Native ListView 长按删除

项目中React Native ListView的长按删除功能分享: /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, {Component} from 'react'; import { AppRegistry, Style

2016-11-25 09:57:38 3448

原创 Android Fragment Activity View中集成React Native页面

1.Activity private ReactRootView mReactRootView; private ReactInstanceManager mReactInstanceManager; protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInst

2016-11-08 11:39:38 2648

原创 原生代码中接入React Native

查阅网上资源和博客,全部是在原生的基础上一点一点的加文件实现使原生项目变成React Native项目,步骤较多,比较复杂,容易出现各种问题,对于项目不是很大,文件目录不是过于复杂的原生项目尝试利用先新建React Native项目,然后将原生代码集成进去的办法(基于Android平台、IOS类似)。 一、打开现有项目 利用Android Studio打开现有原生项目,如下图所示。

2016-11-07 14:10:36 1525

mips64el-linux-android-4.9.zip

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 解决方案:放置Users\XXXX\AppData\Local\Android\Sdk\ndk-bundle\toolchains 即可

2019-07-18

kotlin-for-android-developers-zh

Kotlin中文文档

2017-07-24

Android判断网速(基于Android Studio)

Android 获取当前网速质量调整网络请求

2017-05-24

base64 jar包

解决android开发时,导入sun.misc.BASE64Decoder错误,自己就提取源码后做的jar包,导入就可用。很小很小。

2017-05-12

Fel 所需jar包

fel轻量高效的表达式计算引擎jar包

2017-02-20

最新Android官方帮助文档chm格式

最新Android官方帮助文档chm格式

2014-02-27

Android开发权威指南

2013年最具有技术影响力原创图书之一《Android开发权威指南》

2014-01-01

glutdlls.zip(Opengl需要配置的)

opengl glutdlls,是配置opengl所需的文件,它包含glut.dll,glut.h,glut.lib,glut32.dll,glut32.lib

2013-05-07

Android-16 platforms

用于Android开发的platforms,省的慢吞吞的在线更新

2013-05-03

Android 手机QQ源码(客户端、服务器端)

Android QQ源码,可以下载下来学习

2013-05-03

Android重力感应Demo

Android重力感应Demo

2013-04-27

Android二维码扫描(模仿360)

基于Android的二维码扫描demo,很好用,极像360手机安全卫士

2013-04-21

android中ratingbar的简单使用

android控件的展示 &lt;?xml version="1.0" encoding="utf-8"?&gt; <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <RatingBar android:id="@+id/ratingbarId" android:layout_height="wrap_content" android:layout_width="wrap_content" android:numStars="5" android:stepSize="1.0" /> </LinearLayout>

2012-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除