python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to share image from viewpager?
GalleryAdapter class
public class GalleryAdapter extends RecyclerView.Adapter<GalleryAdapter.ViewHolder> {
private Context context;
private List<String> images;
protected Phot...
Daly
Votes: 0
Answers: 1
How a shared link is copied automatically in TextField( ) in Flutter?
So I'm making an app where I want to share youtube links using my app as a post.
I've done the receive-share-intent correctly but the youtube link which I get, I want it to get stored in a TextField.
...
Sarvang Lokhande
Votes: 0
Answers: 1
Saved image in paint application is not sharing & showing "Sharing failed, please try again later toast is showing"
"Sharing failed, please try again." toast is showing on clicking on the apps to share the image. The image is saving in my phone but it can't be shared. Made the xml directory & new reso...
Nandini Agarwal
Votes: 0
Answers: 0
In iOS, how can I get the contact shared from "Recent" calls list to my app in Flutter?
Please excuse me if I sound stupid, I'm new to flutter.
I have started learning flutter recently and wanted to create an app where anyone can share a contact from the "Recent" calls list to ...
Kumar Ravi
Votes: 0
Answers: 2