- Change app package name in the project from 'com.digitalcairo.demo' to your own.
- Change app background and text color based on your selected theme in project 'app\res\values\colors.xml'.
- Replace app icon image file 'ic_launcher.png' in 'app\res\drawable' folders with your own.
- Select the icons with the best color for your theme from the included 'app_icons' inside 'app\res\drwable' folders and replace main menu button icons in 'app\res\layout\activity_main_menu2.xml' .
- in 'app\res\values\strings.xml' Replace:
- Screens (activities) titles.
- Your Google play app store url for sharing the app.
- Your website url
- Your Youtube, facebook, twitter, linked, instagram, google plus links.
- Your about us text.
- Your contact us telephone, email, website url.
- Your Google maps location latitude, longitude.
- Your Youtube playlist id. you can get get the playlist id from the playlist url. for example if your playlist url = https://www.youtube.com/playlist?list=UUXmkIOIScvtCex7EJofD2wQ, your playlist id is UUXmkIOIScvtCex7EJofD2wQ.
Note: the ListVideos.java uses the YouTube API version 3 to get a list of playlist videos. This api uses a YouTube API Key. The app is provided with a working key, however if you want to generate and use your own key, replace 'videos_list_youtube_API_key' in 'app\res\values\strings.xml' with your own key. please check https://developers.google.com/youtube/registering_an_application?hl=en for help on getting a YouTube API Key.
- Add any extra desired buttons and their actions in 'app\res\layout\activity_main_menu2.xml' and 'app\java\<package name>\MainMenu.java'.