Posts

Showing posts from November, 2021

How to Add Like,Dislike button in video in android studio

 Add like and dislike button on video is a very popular function at this time, Let's add like, dislike button on the video, follow these steps:                                                 Create a new android project in android studio                                                 Type project name first_project         How to create an android project in android studio ↓ Add below code in AndroidManifest.xml <? xml version ="1.0" encoding ="utf-8" ?> < manifest xmlns: android ="http://schemas.android.com/apk/res/android" package ="com.example.firstproject" > < uses-permission android :name ="android.permission.READ_EXTERNAL_STORAGE" /> < uses-permission android :name ="android.permission.INTERNET" /> < uses-permission android :name ="android.permission.WRITE_EXTERNAL_STORAGE" tools :ignore ="ScopedStorage" /> < application android :hardw