How to get 'current(actual) time' or 'network operator's time' programmatically if device time is changed ? I'm trying to get current time through 'getLastKnow
How to avoid the dark grey background which will flash for a second before the splash screen appears in android app built by Cordova ?
Been trying to create customer dialog box and I copied source code from android website. I worked my way round a few things now I'm really stuck. I don't know w
Is there a way to find and replace all occurrences of a word in an entire project( not just a single class using refactor -> rename) and also maintain case,
In our application we are storing pdf files into internal storage.Now i want to get its filepath and need to store into DB. Please tell me how to get its file p
I am trying to disable screen record and screenshot in my flutter app and I already did using flutter_windowmanager package. my problem is with screen recording
I have this error in the apps that I'm currently building on: C:\mobile\xtern_mobile\ST>cordova run android ANDROID_HOME=C:\Users\myPC\AppData\Local\Android\
I have a small problem with my Samsung Galaxy Y. I took the .vcf file to my pc, deleted some contacts with the txt editor and saved the file (I had written a sc
I downloaded the latest platform-tools for windows, then I enabled developer mode on my phone and turned on adb over wifi. However after I enter the command adb
I am downloading .apk file from the server using DownloadManager after downloading when i am trying to install the app manually it is giving parse error with a
In the old Play Console, I was able to see what Android versions the users of my app have, like explained here: https://stackoverflow.com/a/55246731/5428154 How
I publish my apps and games on Galaxy Store some apps are here in this LINK Using official (document)[https://developer.samsung.com/galaxy-store/customer-review
Need to set tint for an image view... I am using it the following way: imageView.setColorFilter(R.color.blue,android.graphics.PorterDuff.Mode.MULTIPLY); But
I already use bottom code. But It apear green bitmap when I use imageproxy to bitmap only about lastest smartphone. Such as Samsung s20 Bottom code work well on
In normal view, we can have onTouchEvent override fun onTouchEvent(event: MotionEvent?): Boolean { when (event?.action) { MotionEvent.AC
I use grid layout manager but not working good for dynamic item What I want: or just like And What it shows:
I am using using BattteryManager on android to get the discharging/charging current on my app. But I've notice that although it works on many devices, but in so
Imagine you have a LinearLayout inside a RelativeLayout that contains 3 TextViews with artist, song and album: <RelativeLayout ... <LinearLayout
After recently upgrading my android studio, I am not able to build my project anymore. Every time I execute a build, I am struck with the following error: err
I've been struggling with this problem for days now. I know there are a lot of questions with the same problem on SO but i couldn't get it to work. What I have