摘要: 本文章转自http://blog.csdn.net/loongggdroid/article/details/21166563 阅读全文
posted @ 2017-12-01 09:25 于大大 阅读(2279) 评论(0) 推荐(0) 编辑
摘要: package com.example.asus.sharedpreferences; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import... 阅读全文
posted @ 2017-11-23 12:57 于大大 阅读(194) 评论(0) 推荐(0) 编辑
摘要: package com.example.day14_sensor; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import andr... 阅读全文
posted @ 2017-11-23 09:29 于大大 阅读(229) 评论(0) 推荐(0) 编辑
摘要: <uses-permission android:name="android.permission.INTERNET"/> compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support.constraint: 阅读全文
posted @ 2017-11-23 08:58 于大大 阅读(5347) 评论(0) 推荐(0) 编辑
摘要: compile files('libs/BaiduLBS_Android.jar') compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support.constraint:constraint-layout:1 阅读全文
posted @ 2017-11-22 21:14 于大大 阅读(388) 评论(0) 推荐(0) 编辑
摘要: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 阅读全文
posted @ 2017-11-22 21:09 于大大 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permissi 阅读全文
posted @ 2017-11-22 21:06 于大大 阅读(229) 评论(0) 推荐(0) 编辑
摘要: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 阅读全文
posted @ 2017-11-22 19:19 于大大 阅读(2441) 评论(0) 推荐(0) 编辑
摘要: package net.bwie.localdata; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; im... 阅读全文
posted @ 2017-11-22 18:41 于大大 阅读(31861) 评论(0) 推荐(0) 编辑
摘要: //适配布局package com.example.lenovo.surfaceview.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; imp... 阅读全文
posted @ 2017-11-19 19:52 于大大 阅读(1647) 评论(0) 推荐(0) 编辑