I'm using Spck editor on a Google Chromebook to do some coding (localhost:7700), but localhost isn't working when trying to preview in browser. I just get an ER
Since I reinstalled Eclipse (simply deleted and downloaded it again) I can't debug my applications on Samsung Galaxy i9001 (with CyanogenMod - Android 4.4.2). I
I seem to be having trouble with Preview in compose, the layout panel doesn't appear when I annotate a compose method with @preview. I assume I'm missing a depe
How do I maintain the new Immersive Mode when my activities display a custom Dialog? I am using the code below to maintain the Immersive Mode in Dialogs, but w
I have notifications from huawei push kit with click_action : {type : 3 }. When app is in background. I recieve 2 or more notification. After click on first no
On Nexus 7 (4.3), and not on my older device, LG Optimus 3d (Android 2.2), when I do HttpPost, I get this E/InputDispatcher﹕ channel '4273f7b0 ... Main
I have an proprietary Android app (created with Android Studio) and I need to add some functionality which requires to use a C# DLL. The app is connecting wir
I am developing an application which will send a request to a bluetooth printer for printing. The code is working fine for real devices, but I want to run it on
I'm using Immersive Mode in my app when it's running on Android 4.4+. (http://developer.android.com/training/system-ui/immersive.html) My activity indeed shows
Whether I use androidx.compose.foundation.text.BasicText or androidx.compose.material.Text, if there isn't enough space for a text it wraps to the next line, fo
I'm trying to use the external library "hellocharts" in my project. I have linked the library to my project already, but when the activity that has the chart st
I used react-native-vector-icons in my react native project and start app with npm start. Icons are displaying normally in iOS, but won't show in android. Thing
I would like to have an edit text that would automatically input a dollar sign before the number. Android Studio Example $500 EDIT: The addition of the $ sho
I am new to Android development. I am trying to create an auto scroll recyclerview slider which also supports user events such as next and previous buttons and
here is the caused by: " Caused by: android.view.InflateException: Binary XML file line #21 in com.example.dnaire:layout/main: Binary XML file line #21 in com.e
Based on the images and PorterDuffModes in this page I downloaded images, initially even though they are png they had light and dark gray rectangles which were
When the user clicks on the 'Enter' button in Android (right bottom button) I'm unable to catch the event. I tried 'keyup', 'keydown', 'keypress' and the native
Is possible log the current line number and method name using the Timber library? Expected LogCat result: ismaeldivita.myapp I/[L:22] [M:onResume] [
i am working on an android app which uses material-intro dependencies for intro slides, but when the slide complete and try to switch from the Slide(Materialint
I am displaying a large number of overlays on a map; the process takes 5-10 seconds. Rather than using a progress bar I want the overlays to appear gradually on