logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Failed to find Platform SDK with path: platforms;android-30

解决办法报30就√30,29就够29……,下载后再运行,就可以了

#android
android studio查看数据库的插件

步骤1.保存表data/data下找到我们的包名找到我们的表,然后右击,然后保存到我们想要的位置(记住等下找到它,来查询)2.查表

#android
ViewPager与TabLayout滑动到指定位置

mTl就是Tablayout,这样滑动后,ViewPager也会滑动,因为他们是联动的mTl.setupWithViewPager(mVpSetting);mTl.postDelayed(new Runnable() {@Overridepublic void run() {mTl.getTabAt(mCurrentPosition).select();}

#android
android分享功能

1.分享bitmap:java://将mipmap中图片转换成UriUri imgUri = Uri.parse(MediaStore.Images.Media.insertImage(getContentResolver(), bitmapByUrl, null,null));Intent shareIntent = new Intent();shareIntent.setAction(Inte

android studio startService

1.startService1.代码开始服务:Intent intent = new Intent(MainActivity.this, TestService.class);startService(intent);停止服务:stopService(new Intent(MainActivity.this,TestService.class));服务代码:public class TestSer

#android
android studio适配器Adapter

适配器的值空情况出现情况:先建适配器,此时为无值情况this.listData=listData;notifyDataSetChanged();//刷新//先建适配器mySpAdapter = new MySpAdapter(PlanSelectSmallActivity.this);spFrequency.setAdapter(mySpAdapter);//再建值mySpAdapter.setD

#android
android studio打开Android Device Monitor

步骤1.找到SDK路径2.找到monitor.exe(记得AS用管理员身份打开,有些没管理员打不开,我有报错信息,但是还是可以打开)3.双击打开

#android
android开发小小经验

1.学一样东西呢,最好写一篇博客来总结2.遇到不会的问题来博客记录一下更新中……(求大神指点)

#android#java
android studio 超级有用的快捷方式

1.撤销与反撤销撤销:ctrl+z反撤销:ctrl+shift+z2.

#android
RecycleView 刷新与冲突问题

解决办法刷新控件第一层写一个NestedScrollView全部代码<?xml version="1.0" encoding="utf-8"?><com.lcodecore.tkrefreshlayout.TwinklingRefreshLayoutandroid:layout_width="match_parent"android:layout_height="match_pa

文章图片
#android
    共 19 条
  • 1
  • 2
  • 请选择