TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kalyan krishnan
NA
3
1.2k
How to Apply All Filter Effects to ImageViews
Oct 30 2013 8:02 AM
I have a three ImageViews. I need to apply any 10 filter Effects to my evech ImageViews, If i select Any image of three it must show Available Effects
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1.0"
android:orientation="vertical" >
<ImageView android:id="@+id/Image1" android:clickable="true" android:layout_weight="1.0"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:onClick="gallerychoice" />
<ImageView android:id="@+id/Image2" android:clickable="true" android:layout_weight="1.0"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:onClick="gallerychoice" />
<ImageView android:id="@+id/Image3" android:clickable="true" android:layout_weight="1.0"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:onClick="gallerychoice" />
</LinearLayout>
Reply
Answers (
2
)
how to transfer data from 1 activity to another in android??
Sketch Photo