Category: Development

Category: Development

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
How to add google analytics to iOS app
Image October 12, 2019 Development Pushpendra Kumar

Google analytics for iOS app There are multiple ways of implementing google analytics in your ios application. The main question is How you can implement google analytics in your iOS development. This tutorial will take you through the basic implementation of the Google Analytics SDK via Firebase. Analytics uses CocoaPods to install and manage dependencies. In other words, Let’s

Details
Grayscale in unity
Image June 5, 2019 Development Pushpendra Kumar

Here I am letting you know the answer of your question. how to convert normal image into black and white in unity with the help go c# coding. This is also called Grayscale in unity. Grayscale is the functionality which allow user to convert image colour into different colours. To modify colours in a more

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
What’s the thing to know about iOS 12.1.1 update
Image December 21, 2018 Development Pushpendra Kumar

iOS 12.1.1 Glad to see you here, That great thought in your mind for knowing more things about the technology. If you are wondering what’s new in iOS 12, not sure about installing it yet because you are worried about what iOS 12 might do to your iPhone or iPad, or just want to know

Details
SELECT * or SELECT column1, colum2, column3, etc
Image December 20, 2018 Development Pushpendra Kumar

Which is faster/best? in PHP I’ve heard that SELECT * is generally bad practice to use when writing SQL commands because it is more efficient to SELECT columns you specifically need. If I need to SELECT every column in a table, should I use SELECT * FROM TABLE or SELECT column1, colum2, column3, etc. FROM

Details