Category: Android Development

Category: Android Development

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
How to remove icon animation for bottom navigation view in android
Image December 8, 2018 Android Development,Development Pushpendra Kumar

You might be facing this issue if you are using more than three menu item in your bottom navigation, So let’s have look at how to solve this issue in a very simple way! The code of your main activity xml file. <!–?xml version=”1.0″ encoding=”utf-8″?–> <android.support.constraint.Constraintlayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:app=”http://schemas.android.com/apk/res-auto” xmlns:tools=”http://schemas.android.com/tools” android:id=”@+id/main_layout” android:layout_width=”match_parent” android:layout_height=”match_parent” tools:context=”pushpendra.wepsapps.activities.MainActivity”> <Relativelayout android:layout_width=”match_parent”

Details
How to give bounce animation in android on click?
Image December 7, 2018 Android Development,Development Pushpendra Kumar

Nice move towards animation! This is the basic tutorial which will help you to understand the basic bounce animation in the android studio. This tutorial is written into Android studio with java. I hope you are on screen and you have already created a view or button which you want to animate on click or

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 work with back button in android with multiple fragment
Image December 6, 2018 Android Development,Development Pushpendra Kumar

How to work with back button in android with multiple fragment When I was developing the Android application I found the very common issue. That was, how to manage back button navigation if I am using multiple fragments. On some particular fragment, I want to show the back button but on some fragment, I don’t

Details
How to use gradient in CardView android?
Image December 5, 2018 Android Development Pushpendra Kumar

I am sure you are looking for a view with elevation. First of all, I would like to clear your doubt. You can not use any costume background or any costume drawable to cardview directly. If you will use then you will lose the CardView effect. So now there is a question in front of

Details
Why the Android emulator work so slow?
Image December 4, 2018 Android Development,Development,Research And News Pushpendra Kumar

My Story of Android Virtual Device 😊😊😊😊😊☺️🇮🇳😊😊 I was trying to build an android application with the help of a tutorial before a few years ago. Then I did not know that, how to build the android application and where to build the android application. After a long research on the internet, I found that

Details
Build Roll a ball for android or iOS in Unity
Image December 3, 2018 Android Development,Game Development,iOS Development Pushpendra Kumar

Have you done with the standalone programming? Yes! If you are looking for this issue then I make sure then you have done with the official unity tutorial. In the official tutorial they have described everything but at the end, they have missed how you can run your game on the android device. For the

Details
how to upload image via codeIgniter function in PHP
Image November 26, 2018 Android Development,Development,iOS Development Pushpendra Kumar

Here you can see the PHP CodeIgniter code for uploading the Image via android or iOS. For iOS you can refer a video. For watching the video please click here. This post is about CodeIgniter(C.I.) file upload. By the use of file uploading class, you can easily upload a file or an image. One can

Details