# Android_note **Repository Path**: leiaturing/Android_note ## Basic Information - **Project Name**: Android_note - **Description**: 实例:笔记簿 利用Sqlite 增删改查 作为数据的存储 SimpleAdapter 作为数据的实配+listview 利用Imageview 与Animation AlphaAnimation anima = new AlphaAnimation(0.2f, 1.0f);//渐变从0.2f到1.0f 不透明度 anima.setDuration(3000);//设置时长 welcome.startAnimation(anima);设置动画 welcome为Imageview组件id anima.setAnimationListener(new AnimationImp1()); //设置动画监听 new 自定义类实现AnimationListener 重写其开始生命周期 与结束生命周期 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.