Tag: Android Development

Tag: Android Development

Why use AppCompat in Android development?
Image April 27, 2023 Android Development,Development Pushpendra Kumar

As mentioned before, the AppCompat in Android development provides backwards compatibility for new UI features and APIs introduced in later versions of Android. This means that by using AppCompat, developers can make sure that their app works as intended on a wider range of devices and Android versions, without having to write separate code for

Details
Zoom Map in Android
Image April 5, 2020 Android Development,Development Pushpendra Kumar

Hi Guys, Welcome to the new trick. Here you learn how to do zoom a map in android in android studio. And this trick I have explain you in the Kotlin programming language. Here I have took one location on which I am going to focus. How to do Zoom map in android on click

Details
Download And Install App Programmatically
Image February 20, 2020 Android Development,Development Pushpendra Kumar

Hey guys welcome to the most interesting tutorial, which is as “Programmatically install and download apk from a custom Android application”. Here I am going to give you answer of your question How to download and install app programmatically in android. In addition, For doing that we will create a sample app. If you are

Details
Android activity and fragment
Image December 2, 2019 Android Development,Development Pushpendra Kumar

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,

Details
Difference in between LinearLayout and RelativeLayout
Image November 30, 2019 Development Pushpendra Kumar

Hi, 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

Details
How to create attractive splash screen in android
Image November 29, 2019 Android Development,Development Pushpendra Kumar

Android 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

Details
How to install Android Studio
Image November 26, 2019 Android Development,Development Pushpendra Kumar

I 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.

Details
Changes for API 28
Image January 21, 2019 Android Development,Development,Research And News Pushpendra Kumar

What 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

Details
How to use Typeface for AlertDialog in Kotlin
Image January 13, 2019 Android Development,Development Pushpendra Kumar

typeface 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

Details
instanceof in kotlin
Image December 28, 2018 Development Pushpendra Kumar

Great you are on the right post! Previously I was working on the Java language for developing an android application. I thought to move with new technology in android development. Then I move completely with Kotlin Language for android application development. But somewhere I have found that some keys and syntax has been changed. One

Details