
android瞎搞之路
文章平均质量分 95
viafcccy
reality is malleable.
展开
-
从android刷机入手学点android和linux架构知识
写在开头因为本人也只是大一的学生这篇文章只是自己的一个类似笔记的东西,所以许多东西都借鉴了许多大佬,因此要尊重原作者,因此借鉴都会注明来源。常规开头就是linux是什么,linux的发展历史,linux有哪些发行商?这些问题网上很多写的很好的文章。我觉得尤其是linux的历史和发展非常有趣(不只是linux的各种传奇软件,公司的故事都相当有趣也能学到很多吧,这里安利一个电台叫软件那些事儿...原创 2018-11-13 17:22:52 · 3129 阅读 · 0 评论 -
android开发【二】(基于android studio3.2)实现简单的音乐播放器
可能使用的图片资源 链接:https://pan.baidu.com/s/13e49PxrvcpBo3Zt-Fs0SQQ 提取码:v76l xml布局:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/...原创 2019-01-19 20:53:11 · 7484 阅读 · 6 评论 -
android开发【三】(基于android studio3.2)多个acivity
主要的功能就是在主界面点击选择城市,进入另一个界面选择城市主界面xml:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_par...原创 2019-01-20 13:14:19 · 530 阅读 · 0 评论 -
android开发【四】简单实现天气预报
xml:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:gravity="center_horizo原创 2019-01-20 15:45:24 · 13033 阅读 · 17 评论 -
android开发【五】(基于android studio3.2)简单的地图开发
首先我们需要登录百度地图官网获取百度地图的sdkhttp://lbsyun.baidu.com/apiconsole/key 点开后 选择注册开发者账号 获取密匙进入控制台 此时我们是没有密匙的我们来创建一个应用获取AK最最重要的 在下载sdk时务必按照和我一样的方式选择 不能下别的包 并且不能jar和so不同版本的混着用SH1怎样获取呢?使用t...原创 2019-01-21 18:43:14 · 1615 阅读 · 3 评论 -
android开发【六】(基于android studio3.2)计算器
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/widget0" android:layout_width="fill_parent" ...原创 2019-02-01 14:47:50 · 627 阅读 · 0 评论 -
android开发【一】(基于android studio3.2)文本框 按钮 多个activity
更多详细解读看这里https://developer.android.google.cn/training/basics/firstapp/running-app如果有问题可以看我的截图 Intent 是指在相互独立的组件(如两个 Activity)之间提供运行时绑定功能的对象。Intent 表示一个应用“执行某项操作的意向”。您可以将 intent 用于各种任务,但在本课中,您的 i...原创 2019-01-05 12:49:10 · 2094 阅读 · 0 评论 -
android开发环境配置
首先我们需要安装java JDK点击这里看教程 https://blog.youkuaiyun.com/viafcccy/article/details/85094443下面我们去http://www.android-studio.org/ 下载android stdio 其他版本点击这里http://www.android-studio.org/index.php/download/hisv...原创 2019-01-01 20:22:39 · 715 阅读 · 0 评论