This video tutorial demonstrates the process of creating an Android app for video recording and saving the video file in the device’s Download folder. It includes the necessary code and permission requirements. The app utilizes the device’s camera and microphone and provides options to start and stop video recording. The accompanying manifest and layout files are also provided. The complete project folder can be obtained by purchasing it for $10. After payment confirmation, access can be requested by contacting the developer. For further details, the developer can be reached at programmerworld1990@gmail.com or through https://programmerworld.co/contact/.
Tag: duration
How to delay (wait for) the execution of methods by certain duration/ time in your Android App?
In this short video it shows how one can delay the execution of certain methods in your Android App. It creates a new runnable and calls the runnable after the specified delay using the handler object. Executing the method in another runnable ensure that the main thread is not impacted…
How to log call data such as number, name, duration, type(incoming or outgoing) in your Android App?
This video shows a very simple and easy way to create a call logging Android App. In this App, it uses a very simple layout and a button to trigger call logging. However, a developer can use this concept to integrate in their much more advance App development. In the…