终于成功实现了这个功能,相当的开心。
在这里弄了很久,因为始终无法实现是三个页面的成功展示。
问题应该在我,搬抄代码时存在一些小问题。
具体原因不清楚,应该是androID为了使用户更加安全,
我们需要在配置文件中添加一行
androID:usesCleartextTraffic="true"
AndroIDManifest.xml
<?xml version="1.0" enCoding="utf-8"?><manifest xmlns:androID="http://schemas.androID.com/apk/res/androID"package="com.coolweather.androID"><uses-permission androID:name="androID.permission.INTERNET"/><application androID:name="org.litepal.litePalApplication" androID:allowBackup="true" androID:icon="@mipmap/ic_launcher" androID:label="@string/app_name" androID:roundIcon="@mipmap/ic_launcher_round" androID:supportsRtl="true" androID:theme="@style/Apptheme" androID:usesCleartextTraffic="true"> <activity androID:name=".MainActivity"> <intent-filter> <action androID:name="androID.intent.action.MAIN" /> <category androID:name="androID.intent.category.LAUNCHER" /> </intent-filter> </activity></application></manifest>
其他代码和书上一致。
点赞收藏分享文章举报YanLQin发布了13 篇原创文章 · 获赞 8 · 访问量 489私信 关注 总结以上是内存溢出为你收集整理的第一行代码(第2版):菜鸡踩坑系列----14.4遍历省市县三级列表的功能全部内容,希望文章能够帮你解决第一行代码(第2版):菜鸡踩坑系列----14.4遍历省市县三级列表的功能所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)