摘要:
我于2017年9月15日将博客搬至CSDN 阅读全文
摘要:
Recyclerview compile 'com.android.support:recyclerview-v7:21.0.+'butterKnife 的依赖compile 'com.jakewharton:butterknife:7.0.1'Jsoup依赖compile 'org.jsoup:j 阅读全文
摘要:
博客是给自己看的,所以看不懂很正常 第一步导jar包,配置androidmanifest文件,build.gradle配置 如果要调用api提供的验证界面,需要在Androidmainfest.xml文件注册<activity android:name="com.mob.tools.MobUIShe 阅读全文
摘要:
package com.example.qqlogin;import android.content.Intent;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view 阅读全文
摘要:
阅读全文
摘要:
这是其中一种实现模式,也是比较麻烦的一种,首先写布局,不多说上代码 activity_main.xml res资源文件夹下values文件夹下创建attrs.xml资源文件 colors.xml Strings.xml styles.xml 在res文件夹下创建anim文件夹用来存放动画,为了使模式 阅读全文