Tag: Development

Tag: Development

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
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
How to work with scroller view in android?
Image December 7, 2018 Android Development Pushpendra Kumar

ScrollerView 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
How to become a professional developer
Image December 1, 2018 Research And News Pushpendra Kumar

Oh nice choice! It may be a little long but I am sure it will help you! If you are looking for how to become a professional developer in any platform, then you are on the correct post. The term professional developer may be used in reference to a wide variety of development. It may

Details