Android Studio makes it easy to create a user interface easily.
In-app interactions have the most effective user interface design because people are actually interacting. Android comes with a pre-built UI component.
In this user interface design tutorial, we have covered most of the user interface design apps with demos.
When you create a new Android project and run your app on your actual device or emulator, the default Android app icon is launched when the Android Studio activity is launched. You are able to change this default icon before or after project creation. You…
In this tutorial, you will learn how to create a CardView inside a GridLayout. We are showing image and text in GridLayout style cardview. It means we are using a GridLayout to display the component. Using gridLayout with cardView you can easily place both photo…
Admob native ads in android studio
Today we will integrate admob Native ads. Most people are aware of Admob Native ads. If not then this tutorial is for you.
In the previous post we will learn about admob banner ads, interstitial ads, interstitial on click button and interstitial video ads. Now let us learn about native Ads.
Interstitial ads are full screen ads. Usually it appears between activities and during pauses between levels in the game. Interstitial ads are displayed full screen in mobile.
Here, we are discussing about interstitial ads. You should know about it.
Such as full screen interstitial ads,
Interstitial video ads,
And automatically show interstitial ads on starting any activity.
Generally we are discussing three types of Interstitial Ads here.
AdMob Banner Ads Testing in Android Studio.
Banner Ads: These types of ads are seen in most of the apps. Banner ads are rectangular ads and can be placed at the bottom or top. Banner ads are shown when users interact with the app.
In this tutorial, we will discuss about generating PDF file. There are many apps in the Play Store and other App Stores that provide the facility to create downloadable PDF files. These apps are like resume builder app which you can download PDF file. Others…
In this tutorial, we will discuss how to send data from one activity to another activity along with the image in android.
When press on button then edit text and ImageView data show in another activity, means there are two activity-one and activity-two. We will use EditText, Image and Button in Activity-One and will see all data in Activity-Two while pressing the button.