I’m trying to get a popup to show up when I press a button. I wanted to make sure it even shows up before working on the details but the app just crashes when i press it. The commented block is what I …
Category: Android
Android Questions and Answers
I use extract articles from news api and display them using paging 3 library in my project, but for some reason @GET request returns my response class but with null variable though on my profile on …
I have a button in fragment A and when I click on fragment A, I want it to be redirected to fragment B. How to achieve this in kotlin? Right now I am using this code but app crash. btntest….
When I using http url for API server I receive error: Message “One or more errors occurred. (Cleartext HTTP traffic to 194.141.118.43 not permitted)” When I put https on the url for …
For an app I am making I have added the following UI test code: @LargeTest @RunWith(AndroidJUnit4::class) class MainActivityTest { @Rule @JvmField var mActivityTestRule = ActivityTestRule(…
I am working on an Android gallery activity where all the images come from a directory specific to that application. I would like all the images in the directory to be loaded in a manner similar to …
I’m wondering how can I create something like this photo, I can do it by creating two of TextView but is there any easier way, or is there an external library?
In my case WebView has no issues wrapping sentences which have spaces in them, but issue occurs when long url is present. I have added a screenshot below (blacked out some parts for privacy). If you …
I know there are a lot of questions about that error. Tried many solutions, I realized something was different in my case. Can anyone please help? I tried to apply searchview to recyclerview, and …
I am sharing google play app for the first time. I got rejected a few times. I noticed very important issues and made their arrangements. But for a few days I am getting the same error. I’m definitely …