Weps Tech
The world of development
Hi Guys, Welcome here! If you are looking for the deep difference in between android activity and fragment. Then you on the correct page. So without waisting time let’s see the detailed difference both android activity and android fragment. Difference in Android activity and fragment An Activity is an application component that provides a screen,
DetailsHi, Thanks for visiting to the tutorial. If you are looking for what is Difference in between LinearLayout and RelativeLayout. Then you on the right page. Here I have explain difference with the example. I have publish an video regarding how to create an attractive splash screen in android. So go through with the video
DetailsAndroid development can be a great way to turn your idea into reality or start a promising career as an app developer. and getting started is probably easier than you think. These days Android Development is done with a tool called Android Studio. Android Studio is kind of like the Microsoft Word of writing Android
DetailsI am Pushpendra Kumar and I am lean to development. I have expertise in Mobile application and Game development. I am doing development from 2013. Now this time I thought to share my knowledge over the network and meet with new skills and enhancement in technology.
DetailsWhat are the changes made by Android in API 28+ That is the big question in front of every developer to know about the changes, which are made in API 28+ (Android 9). So here I will introduce you with a description of a few important technical things, which you have to keep in mind
Detailstypeface in kotlin That awesome that you would like to make your android application more beautiful with the help of custom typeface in your android application. Here you can also get the typeface for the alert dialog box. So very first get the fonts file which you want to use into your android application. For
DetailsTypically, you don’t ever need to directly use a LayoutInflater. Android does most of the layout inflation for you when you call setContentView() in the onCreate() method of your activity. So you, as the programmer, are responsible for making sure the views are inflated. Now you want to inflate views in the context of a
DetailsScrollerView If you want to become a good developer then you must understand the hierarchy of the views. Here we have one most important topic to discuss with you and which is based on the scroller view. So let’s learn the scroller view hierarchy. The android.widget.ScrollView class provides the functionality of scroll view. ScrollView is
Details