Hello everyone
I need the development of an Android application, an application without registration and authorization
The essence of the application is as follows:
The user enters the application, a splash screen appears and the application loads
After that, they get to the main screen where videos should be shown to them like in TikTok, if there are no videos yet, it says that there are no videos yet, please add
There should be a button on the screen to add a video
When the add video button is pressed, the user is shown their videos from the gallery that they can upload (videos up to 60 seconds)
After selection, they are redirected to the editing screen, where they have to choose a specific moment in the video, for example, if the video is 10 seconds long, they have to choose a moment from 0 to 10 seconds
and create a question, that is, there will be an input field for up to 100 characters
and they can provide from 2 to 4 answer options, marking one answer as correct
then save this and on the next screen, it shows them their selected video, which stops at the time they specified, a pop-up screen appears with the question they specified and the answer options, the user is given 10 seconds to respond, that is, to press, after pressing the pop-up closes and the video continues, if the user does not choose an answer, the pop-up closes
Then the user can publish the video or return to the previous screen to the editing moment
If the user publishes the video, they are redirected to the main screen where their videos are shown
Everything will be stored locally for now, so a server is not needed
There is no design, everything will be as simple as possible and no design is needed, there are mockups for understanding where each button should be
The essence of the application is to test the idea and create a simple MVP
I will choose more based on price, as the project is not very complex yet and is only for testing the idea