登录
首页 » Android » 发布活动

发布活动

于 2022-01-23 发布 文件大小:32.29 MB
0 165
下载积分: 2 下载次数: 1

代码说明:

可用于图片上传,发布活动 点赞以及收藏 采用bmob云服务器

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android 超高仿微信图片选择器
    模仿Android手机微信选择图片,有缓存的选择加载图片到内存中去,然后再所对应的的首界面进行显示,代码可以直接使用,没有任何的问题。
    2023-01-31 08:10:03下载
    积分:1
  • android 拍照上传
    android 拍照上传
    2013-07-30下载
    积分:1
  • android 日历app源码(附带时钟功能)
    安卓日历,可直接运行,可添加日程,可调整日历,附带安卓时钟功能
    2019-06-15下载
    积分:1
  • MediaPlayerDemo
    Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)
    2017-01-09 19:55:28下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • How to make splash
    制作Android开机Splash.img镜像文件(Making an Android boot Splash.img image file)
    2020-06-23 12:40:01下载
    积分:1
  • 3D旋转ViewPager
    应用背景3D旋转的ViewPager,可以用作app首页展示,区别于一般的ViewPager,通过动画效果自定义,实现了3D旋转关键技术主要是对一般的ViewPager的加强,在旋转过程中,不断的植入一些动画,来达到模拟3D效果
    2022-05-29 15:54:02下载
    积分:1
  • Android线路规划模拟运动轨迹及全景效果
    Android线路规划模拟运动轨迹及全景效果 定位到当前位置,选择结束位置。然后规划线路 。模拟在线路上的运动轨迹!同时支持全景效果!
    2022-09-15 12:20:07下载
    积分:1
  • Android 取得和创建一个TabHost对象UI界面
    Android 取得和创建一个TabHost对象UI界面,相信这个TAB效果大家已经很熟悉了,在Android中也是很常见的UI界面布局效果,在有限的手机屏幕中,使用TabHost可以分页显示出更多的内容。   本源码实例将演示为TabHost添加标签,新建一个newTabSpec(newTabSpec),设置其标签和图标(setIndicator),设置内容(setContent),设置TabHost的背景颜色,并添加标签切换事件处理,setOnTabChangedListener 等,实现一个完成功能的TAB界面。
    2022-03-18 08:54:19下载
    积分:1
  • Android 使用Matrix.postRotate方法旋转图片
    Android图像操作一例,使用Matrix.postRotate方法旋转图片,这些的图片格式是BMP,其它格式可能也能用吧,没测试,旋转BMP图片的效果如截图所示,用户单击向左或向右按钮后,图片旋转90度,旋转角度根据自己需要自定义。旋转方法主要是使用Matrix.postRotate,旋转的过程保持图片原有的比例,实现思路,以向左旋转图片为例:   程序刚运行,加载默认的Drawable ,设置维持的图像比例,ScaleTimes=1,维持1:1的宽高比例,使用Matrix.postScale设置维度 ,使用Matrix.postRotate方法旋转Bitmap,然后再创建新的Bitmap对象。   向右旋转则与此相似,具体实现请下载源码包。
    2022-03-14 01:23:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载