Read a text file in Java Android from the site server
I need to read a text file in Java Android from the site server https://www.ucoz.ru I can’t do it, can you help me? I need code to output the text received from the server using the Toast.makeText function
Should I change JAVA_HOME path as same with android studio?
I get below error
How to upload Andriod studio code into a rev control hub (not wireless)
I’m trying to figure out how to upload my andriod studio code into a rev control hub using a wired connection (usb-c to usb a adapter) Picture of Screen
Cannot resolve symbol ‘AppUpdateManager’ after updating from android.play:core to asset-delivery, feature-delivery and review
I had function before to force users to update their app if their app versions are lower than PlayStore version. However, after updating the SDK 34, I can’t resolve symbol AppUpdateManager.
Cannot resolve symbol ‘AppUpdateManager’ after updating from android.play:core to asset-delivery, feature-delivery and review
I had function before to force users to update their app if their app versions are lower than PlayStore version. However, after updating the SDK 34, I can’t resolve symbol AppUpdateManager.
Android Studio won’t recognize my current jdk version
I continue to get a “enhance switch block is not supported by language ‘8’” message even after upgrading to Java 22. Searches for solutions only lead to fixes for much older versions of Android Studio that don’t match my settings (I’m using 2024 Koala). Is it a problem with a missing or incorrect PATH?
How to inline image using Html.fromHtml
I have this code which I found from stack overflow:
how to go to the same fragment of an activity from another acitivity while returning?
I created an activity as mainActivity and create navigation bar to navigate to other 4 distinct screen or fragment. In one of the fragment name settingFragment, i created a change language button which help to intent to another activity(languageActivity) but when i return back to main activity from languageActivity with back button it redirect me to homeFragment instead of settingFragment where i left. Is there a block code i am missing to happen that…
It’s possible to detect if other app is playing a full screen video
I’m trying to figure out a way to detect if another app, such as YouTube, Netflix, or any other app, is playing a full-screen video.
Issue with IPP Request: client-error-bad-request with Copies and Sides Attributes
I am currently working on integrating IPP printing capabilities in my Android application using the JIPP library. While constructing an IPP request, I encountered an issue where adding specific attributes leads to a client-error-bad-request
response from the printer.