Skip to main content
1 vote
1 answer
48 views

I have a main activity, in that I have a fragment layout. Based on the condition, I would like to show the corresponding fragment. So, From the main activity, I am calling a class where I am doing ...
Kalai Selvi's user avatar
0 votes
1 answer
78 views

I have few fragments hosted by an acticity, i want to access specific fragments' button on the fragment view from the hosting activity from the fragment i can access activitie's button like this ...
Andro's user avatar
  • 114
0 votes
1 answer
159 views

I'm reworking my app and in my new app flow the best place to call for a Google Play Store review is in a fragment. Before I was able to launch the review code with no problems when it was in an ...
Jason W's user avatar
  • 127
0 votes
2 answers
374 views

I have an activity that hosts few fragments. Once the first fragment comes to the activity, it inflates some menu (actually just one action button) on AppBar layout of the activity: override fun ...
Carlos's user avatar
  • 357
2 votes
1 answer
289 views

I'm working on an Android app where I want to change the status bar transparency in a DetailFragment. I've implemented a function transparentStatusBar to achieve this. When I call transparentStatusBar(...
Noah's user avatar
  • 21
0 votes
1 answer
30 views

sorry for my bad english I just update my gradle version and all my navigation become buggy, but I still not sure that this is the reason my navigation become buggy. this is my fragment handler on ...
Heru Prayogo's user avatar
0 votes
1 answer
38 views

I started a project using Activity however now I need it to be a Fragment because I want to use a Bottom Navigation Bar. How do I go about doing this? I'm new to Android development and I'm stuck. Any ...
fredos86's user avatar
0 votes
1 answer
253 views

I wrote the code for alert dialog for the event listener of the floating button but whenever i click on the floating button it always shows this error. My MainActivity.java is as: ```package com....
Akash Soam's user avatar
1 vote
2 answers
461 views

I have a dialog fragment that displays an image whose bytecode is passed to the constructor. When the dialog is appeared and I am in dark mode and try to change the mode to light one and I come back ...
Mohamed Jihed Jaouadi's user avatar
0 votes
2 answers
512 views

i was trying to get response through my api, but i always getting empty response, but i get the right request though. idk if this was a misscalled path or what this is my data class: data class ...
FarhanF Arkaan's user avatar
0 votes
0 answers
47 views

I am developing a new app for practical on Android fundamentals 02.2: Android fundamentals 02.2: Activity lifecycle and state please slide to the bottom of the webpage, where is the project that the ...
AndroidNewbie's user avatar
0 votes
0 answers
405 views

Jenna here, I've looked for the past month all over and still can't find answer to this. I've looked through ever question here on stack overflow. if anyone can please help. I honestly can't find a ...
Hollywood Family's user avatar
1 vote
1 answer
72 views

My app starts with 2 activity, login and registration, after login I use: private void abrirHome() { Intent i = new Intent(LoginActivity.this, MainActivity.class); startActivity(i); } After ...
MandinhaTV's user avatar
0 votes
1 answer
69 views

I am trying to make an unit convertor when i change unit the result is not gating updated as showen in image When i select unit any unit from menu the conversion must be visable on textview here is ...
Sanskar Jain's user avatar
0 votes
0 answers
205 views

I've got login fragments structure done, it looks like this: LoginActivity: SignInFragment SignUpFragment Now I want to program the fragments that user can see after they sign in. Let's say ...
Edziu Kowalski's user avatar

15 30 50 per page
1
2 3 4 5
140