• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

programming

  1. M

    As an engineer, is it important to you how much of your code makes it into production?

    Hi all! As an engineer, is it important to you how much of your code makes it into production? Do you frequently monitor the features and projects you deliver in production, even if it's not your direct responsibility?
  2. L

    Apps usbManager.getDeviceList() returns empty list after boot

    I'm developing small android app using android studio and java. App have to write to serial port of connected Arduino. There is no issues with connection to device once otg cable plugged, but if I reboot the phone while cable is plugged app unable to establish connection. It turned that...
  3. ninodor

    Help Weird android system behavior if application is running more than ~8 hours

    im currently building a digital signage app, which is running on displays which are based on android 7.*. Everything is working perfectly, except a weird OS behavior: After a while (6-9h) of running the app, android minimizes my application, i don't get any error logs nor do i get a exception...
  4. V

    Learn C Programming All in One

    C Programming : An app for the programming beginners. This app is full of Study Material ( Syntax, Definitions. etc. ) , C programs. In addition to this, there is a Quiz section where you can test you knowledge. Programs to print the numbers or symbols in different patterns (e.g. ASCII art...
  5. N

    Need help with Android / Java development

    Good afternoon, members of the forum. I have an application, with MainActivity, which starts a service when the application starts. The service sends a POST request to the server every 10 seconds. Everything is fine, requests are received, but only before the phone screen is locked. If the...
  6. R

    App Inventor How to pass the Selected Image To ImageView From ArrayList

    CardView Been clicked and gallery opened, Selected an Image, I'm trying to pass the image selected from the gallery and pass to ImagePreview inside the CardView , the cardview is generated via ArrayList. I'm getting the error like delivering a result java.lang.RuntimeException: Failure...
  7. Gleis

    Android Studio - Infer Constraints?

    Hi guys! The issue is clear, I design the app, and when I run the emulator the app looks different. I use the same device for design and emulator (Pixel 3 XL). Apparently I needed to click in one of the attributes on the design page and then click "Infer Constraints". I still have some issues...
Back
Top Bottom