package com.example.myapplication6;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Canvas;import android. ...
分类:
其他好文 时间:
2017-10-02 18:26:07
阅读次数:
195
版权声明:本文为博主原创文章,未经博主允许不得转载。 前言 Material样式的日历对话框 前提条件:Activity界面必须继承FragmentActivity或者其子类(比如AppCompatActivity) 效果图 代码分析 对话框(MaterialCalendarDialog): ext ...
分类:
其他好文 时间:
2017-09-25 09:49:06
阅读次数:
261
styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错误,这是版本问题。 error: Error retrieving parent for item: No resource found that ma ...
分类:
移动开发 时间:
2017-09-09 18:56:01
阅读次数:
298
目前数据库中有一个Book表,如果想要添加一个Category表,就需要对数据库进行升级,这时需要用到MyDatabaseHelper中的onUpgrade()方法。 首先和Book表的建立一样需要先写好建表语句: create table Category ( id integer primary ...
分类:
移动开发 时间:
2017-08-26 19:53:27
阅读次数:
169
忙太长一段时间了,回过头来想想,还是不敢放松自己,今天就算熬夜也要坚持把这篇文章写完。为了自己以后方便,在各种地方都要用到toolbar或者其他的自定义顶部栏、亦或是ActionBar。 在这里,已经整理了一个工具类,以后想怎么用就怎么用了。 第一种效果: 这里,状态栏颜色一致,其实状态栏这时候是设 ...
分类:
其他好文 时间:
2017-08-25 01:12:06
阅读次数:
205
转载请注明出处王亟亟的大牛之路 上周大多数时间都是依据兴起,想到什么做什么写了几个自己定义控件,把Soyi丢在那没怎么动,今天就把写的东西整合进来,顺便把SOyi”个人研发的结构理一下”。 先上一下今天整合之后的效果,以及新加进来的几个库: 依照惯例,贴一下Gradle的配置: dependenci ...
分类:
其他好文 时间:
2017-08-18 13:34:19
阅读次数:
221
Layout动画效果 为布局添加简单的动画效果 ...
分类:
移动开发 时间:
2017-08-02 22:10:37
阅读次数:
195
首先需要我们在mainifests中进行注册, <activity android:name="com.special.residemenudemo.CameraActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> ...
分类:
其他好文 时间:
2017-07-30 18:07:52
阅读次数:
107
错误提示:error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 如图:解决的方法:在建立Android Application的时 ...
分类:
移动开发 时间:
2017-07-29 16:46:28
阅读次数:
184