In this video it shows the steps to create and save an image file in the download folder from your Android App. The App is developed in Android Studio for Android 13 – API 33 version. I hope you like this video. For any questions, suggestions or appreciation please contact…
Tag: make
How to install flutter (SDK) in your Windows OS and use it in Android Studio IDE?
Flutter is a tools to create and develop Apps for different platforms, such as Android, iOS, Windows, etc., using the same code base. Flutter supports many IDEs and editors such as Eclipse, Visual Studio, EMACs and Android Studio. In this page we will see how to install flutter (SDK) for…
How to implement Interstitial Mobile Ads (AdMob) display in your Android Apps?
In this video it shows the steps to implement the interstitial Ads in your Android Mobile App. It refers to following developers pages for steps on implementing and setting up the environment: https://developers.google.com/admob/android/interstitial https://developers.google.com/admob/android/quick-start For steps to setup your Admob account and create your Adunit follow steps from the below…
How to display Ads (google ads banner admob) in your Android App to make money? – Android Studio complete steps
In this video it shows steps to implement google Ads in your Android Apps. In this demo it shows how one can put banner Ads to be displayed on the top of the layout. The steps shown are referred from the google developers page on admob. Link for which is…
How to create your AdMob’s Ad unit to display google Ads on your Android Apps using your adsense and make money?
Steps: – Signup/ Login to your Google AdMob (using your gmail ID): https://apps.admob.com/ – Check all the details and then after accepting Terms and Condition, create the account: – Select the below options as per your preferences and click Continue: – In the Home page, click “Get Started” – Give…
How to get make, model, brand, etc. of the phone/ device in your Android App?
In this video it shows how to get the details of the phone such as Model, Manufacturer, Device name, etc. using the Build object in the code. The details of the phone from the Build is available to any app so it can easily be accessed to fetch the details…
How to create your own custom Piano Android App? – using SoundPool API
This video shows the steps to create your own custom Piano Androind App using the SoundPool API in Android Studio. It uses a very simple layout of 7 buttons which it associates to the 7 notes of music from ‘a’ to ‘g’ using the soundID from the SoundPool.load() method. In…