Posts by J.Young • 23 points
7 posts
-
0
votes1
answer236
viewsA: Problem when trying to access my notebook with my Android by Ipv4!
Guys, I found out, it was the firewall’s fault. When I turned it off everything worked as expected. I can’t keep it off for security reasons, but from what I’ve seen, you can set it to accept only…
-
-4
votes1
answer236
viewsQ: Problem when trying to access my notebook with my Android by Ipv4!
Guys, I’m in a lot of trouble and he’s already given me a headache. I made an application with Magic Software and to run it on my Android I have to configure Magic Studio in the right way (already…
-
1
votes2
answers106
viewsA: Image inside a Scrollview is blank on one device but usually appears on another
I was able to fix it. I set the hardware acceleration in Manifest to false. android:hardwareAccelerated="false"
-
1
votes2
answers106
viewsQ: Image inside a Scrollview is blank on one device but usually appears on another
I have a Alertdialog whose content is a Scrollview with an image and a button inside. Scrollview works (I can "scroll" the bar), but the image does not appear (it is empty), although the button…
-
0
votes1
answer622
viewsQ: How to change the width and height of a Relativelayout by Java code
I want to know how I adjust the width and height values of each relative layout, independently of my XML through the respective Java class. I already know how to adjust the width, height and other…
-
-3
votes1
answer72
viewsQ: Check if the user has balance/credit
I am making an app in which I need to check if the person has credit on the mobile. I was wondering how can I do it. Mt thank you
-
-1
votes1
answer719
viewsQ: Pass text to an Edittext
I’m making an android app that reads a barcode. I saw a video on Youtube that taught how to do and replicated to take as a basis and worked well. The problem was when I tried to put the read return…