#!/usr/bin/env python import sys import os import subprocess import logging from threading import Thread import plg.utils.androidutil as au import plg ...
分类:
其他好文 时间:
2020-06-30 20:28:07
阅读次数:
68
private int mIndex;public HomeItem(Context context, AttributeSet attrs) {
super(context, attrs);
// TODO Auto-generated constructor stub
mContext = context;
TypedArray attrs_index = context.o...
分类:
移动开发 时间:
2015-07-22 18:56:01
阅读次数:
164
JPush纠结了5-6个小时,一直报下面的错误,纠结![AndroidUtil] AndroidManifest.xml missing required intent filter for PushReceiver: cn.jpush.android.intent.NOTIFICATION_REC...
分类:
移动开发 时间:
2014-07-26 14:16:04
阅读次数:
517
原文出自:方杰|http://fangjie.sinaapp.com/?p=141转载请注明出处学习Android也有一段时间了,感觉大部分的Android应用都有很多类似的组件,所以就打算做了这样一个开源项目,目的是整合一些Android开发常用的组件Demo,方便以后项目中直接拿来用。git地址...
分类:
移动开发 时间:
2014-05-19 09:14:14
阅读次数:
390
原文出自:方杰|http://fangjie.sinaapp.com/?p=141 转载请注明出处
学习Android也有一段时间了,感觉大部分的Android应用都有很多类似的组件,所以就打算做了这样一个开源项目,目的是整合一些Android开发常用的组件Demo,方便以后项目中直接拿来用。git地址:https://github.com/JayFang1993/AndroidUtil
...
分类:
移动开发 时间:
2014-05-18 06:06:04
阅读次数:
395