I'm learning android app development.
I have a requirement for a user to be able to browse Youtube from my app, select a video which they can then save a link to within the app (at runtime).
The alternative to achieving this would be browsing youtube videos through the Youtube app, and choosing to 'share' them through my application.
I've looked into the YouTube Data API here: https://developers.google.com/youtube/v3/getting-started
My app is so far self contained - there is no interactivity with other applications, and it does not have a back end server. The database etc is stored on the phones internal local storage.
I only have 3 - 4 days to implement this, and I'm working in isolation. I don't know JSON, but my main concern is that I have no idea how significant an undertaking this is, and whether there are any hurdles that may make it take longer.
I would therefore appreciate it if anyone could advise me on the following:
1) I know this is highly subjective, but does 3-4 days sound sufficient, and are there any things that may hinder that? 2) Out of the two above options, is one easier to implement? 3) Is there an easier way of achieving this? 4) Are there any tutorials out there you would advise I follow?