Skip to main content

Posts

Showing posts from April, 2012

Display Image from specific folder with rounded shape thumbnail and View it and flip it(Complete gallary code)

Hi friends ,This is complete post, about how to display Image form specific folder. We have added some features on it like onClick view it and flip it on touch event,display next previous image on touch and flip.There is one more option also important has been added that onLongClick display option and this option menu has two options First one is for Share and second one is for Delete.When we click on Share option it display list that where do you want to share image i.e. facebook,twitter,Blutooth etc. And When you click on Delete option selected image will be delete.Actually its been good journey of developing this application. Now try to understand following codes that i have used in my application for work done.        I have declared three package one for touch, second for utilities and third for implementation of all codes. Now have look on First(Touch package) EclairMotionEvent.java package com.dilip.android.ui.touch; import android.view.MotionEvent;