Save two images as a single image in android
问题 I have an image view in android and on that image view i have another image view.. Both image views contain two different images.. Now i want to save it as a single JPG image in my phone gallery.. So how can i do that?? I tried some code but it is not working. Here is my code. XML File: <ImageView android:id="@+id/innerImage" android:layout_width="300dp" android:layout_height="230dp" android:layout_centerInParent="true" android:layout_centerVertical="true" android:contentDescription="@android