I have created below module in my android application. val appNetworkModule = module { // Dependency: OkHttpClient single { var okHttpClient=OkHttpClient.Bu
I want to use inappwebview to download files on a website, but when I try the code available at https://blog.codemagic.io/inappwebview-the-real-power-of-webview
I have an app that displays a splash page and removed that splash page when a URL is loaded in WebView. The following is the relevant code we are using to remov
Currently, I am still in the proccess of learning Android development so please excuse me if this question of mine is not easily understandable for you. I creat
I am trying to use enulator command and list all of my emulator nevertheless i get infromation that command is not found. My avds are installed in visual studio
I was following the tutorial from https://proandroiddev.com/suspend-what-youre-doing-retrofit-has-now-coroutines-support-c65bd09ba067. I am having difficulty t
I would like to remove an animation and just print the result but I don't know how to remove the animation from this result Here is where the result is: onPress
this is the first time I am developing an android application. I want to bind some data with grid view or list view based employee id provided on the text box.
I have an Unity project and planning to embed it in Android studio as a library. I followed https://medium.com/@davidbeloosesky/embedded-unity-within-android-ap
The Android Virtual Device is connected by defualt to a wifi network called "AndroidWifi". I am working with an app that expects to be connected to a wifi netwo
I need to get a text from SearchView and compare it to strings in my activity's ListView and show a Toast if the word in a SearchView is in my ListView. How do
I need to make Middle Ellipsis in Jetpack Compose Text. As far as I see there is only Clip, Ellipsis and Visible options for TextOverflow. Something like this:
I need to develop Android application which sends voice from Android phone to many Android phones and hear it in the real time. All phones are on the same net,
i want to access on this point by clicking on element inside cardView i only can reach to the point before it by using this line reference = FirebaseDatabase.
at the moment i testing the in app purchase of my app. for this i create a google account as test account. i bought with my test account the in app option. now
I have a layout XML: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools
I got a question about using Navigation Architecture Component. I have defined a navigation graph to my app and it works perfectly but I need to use framework S
While running app, unable to complete compilation. Keep throwing error. I am using dagger2 library for annotation. Error:15:04:36.466 [ERROR] [system.err
I have made the application of different tools which have more than 60 tools I want that the user most used item showed in first place in RecyclerView. Please h
I am developing a small android application to upload photo to Flickr. I use Flickj-android library to call Flickr API. But I can't authorize my app. I always g