简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
解决办法报30就√30,29就够29……,下载后再运行,就可以了
步骤1.保存表data/data下找到我们的包名找到我们的表,然后右击,然后保存到我们想要的位置(记住等下找到它,来查询)2.查表
mTl就是Tablayout,这样滑动后,ViewPager也会滑动,因为他们是联动的mTl.setupWithViewPager(mVpSetting);mTl.postDelayed(new Runnable() {@Overridepublic void run() {mTl.getTabAt(mCurrentPosition).select();}
1.分享bitmap:java://将mipmap中图片转换成UriUri imgUri = Uri.parse(MediaStore.Images.Media.insertImage(getContentResolver(), bitmapByUrl, null,null));Intent shareIntent = new Intent();shareIntent.setAction(Inte
1.startService1.代码开始服务:Intent intent = new Intent(MainActivity.this, TestService.class);startService(intent);停止服务:stopService(new Intent(MainActivity.this,TestService.class));服务代码:public class TestSer
适配器的值空情况出现情况:先建适配器,此时为无值情况this.listData=listData;notifyDataSetChanged();//刷新//先建适配器mySpAdapter = new MySpAdapter(PlanSelectSmallActivity.this);spFrequency.setAdapter(mySpAdapter);//再建值mySpAdapter.setD
步骤1.找到SDK路径2.找到monitor.exe(记得AS用管理员身份打开,有些没管理员打不开,我有报错信息,但是还是可以打开)3.双击打开
1.学一样东西呢,最好写一篇博客来总结2.遇到不会的问题来博客记录一下更新中……(求大神指点)
1.撤销与反撤销撤销:ctrl+z反撤销:ctrl+shift+z2.
解决办法刷新控件第一层写一个NestedScrollView全部代码<?xml version="1.0" encoding="utf-8"?><com.lcodecore.tkrefreshlayout.TwinklingRefreshLayoutandroid:layout_width="match_parent"android:layout_height="match_pa