Tag: Android Fragment

Tag: Android Fragment

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