[Solved] What do I need to learn to code an app like Snapchat? [closed]


Well you can get started with the Camera API(updated to Camera2 API) and the CameraX API which will help you with photography on Android devices.

Camera2API described here

CameraAPI Documentation

Video Recording Documentation

CameraX Documentation

Regarding storage, I suggest that you start with what is provided in the Google Documentation and work your way up from there.

Storing files on android

The best way to learn is by using the Android Developer Guides as a base and StackOverflow posts to clarify implementation problems and troubleshooting.

Cheers!

solved What do I need to learn to code an app like Snapchat? [closed]