最赞回答 / 若幻得失
通过Intent方法,有个隐式还有个显示,显示Intent方法在你的按钮的点击事件中添加Intent intent = new Intent(第一个参数位当前类名.this,第二个参数为目标页面的类名.class);startActivity(intent);
2019-01-12
最赞回答 / Gibou
ADT可以在eclipse里的help找到install new software,点击add,在窗口的name里写ADT,location里输入http://dl-ssl.google.com/android/eclipse/在点击add,勾选你要下载的插件点 i accept就行了。可能需要搭梯子。SDK你可以在https://www.androiddevtools.cn/上下载,找到SDK tools栏,选择你要下载的版本。双击exe文件就能安装。安装方法可以参照https://blog.csdn...
2019-01-08
最新回答 / 小狮子
我也遇到了同样的问题,不过按照下面的方法修改之后问题得到解决。MarqueeTextView中重写父类方法
@Override protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { supe...
2019-01-03