. f December 2013 ~ Android Developers Blog

Sunday, 29 December 2013

Android make Image Sharper | Android image Blur Issue

Hello Droid Guys,     Today , I am going to share a sample code which helps you in making image more sharper and clear also helps you in fixing image Blur issue .This is based on Convolution Matrix Theorem. About Convolution Matrix : Check this link Image Before:...

Friday, 13 December 2013

Android File or Folder listing from Sd Card | Android File explorer |Android folder listing | List file from sd card android

Hello Friends,             This sample helps you in browsing your Sd Card folder and files. List all your music folder, file and images programmatically . Here are the code: 1.ListFolder.Java package com.android.sdcard.folder; import java.io.File; import java.sql.Date; import java.util.ArrayList; import java.util.Collections; import java.util.List; import...

Wednesday, 4 December 2013

Android Play video from SD Card | Populating a listview with videos from sdcard in android

Hello Friends,             This is an android simple example which list all videos file store in  device sd card and Play it in Video view . Android provides a view control android.widget.VideoView that encapsulates creating and initializing the MediaPlayer. 1. VideoStoredInSDCard.java package com.example.videoplayer; import android.app.Activity; import android.content.ContentResolver;...

 

Copyright @ 2013 Android Developers Blog.