Questions tagged as 'xml'

2
answers

Hide and show the header of a listview when rolled

I'm developing an app for Android using Android Studio, and I want a listview with header where the header is hidden when the list scrolls down, and it appears when rolled up independently position of the scroll bar. This mechanism exis...
asked by 10.02.2014 / 14:03
1
answer

Repeat the animated background

I made an application with an animated background, here is the code: Main layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/background...
asked by 05.02.2014 / 20:04
0
answers

How to display the result of reading an XML file correctly

Good morning, I came up with the need to read an XML file made available in a URL, however, even following the questions already opened here in the stack as: Query the XML URL the data is returned to me with no information and I have a guar...
asked by 24.10.2018 / 15:14
0
answers

Back in Android menu

There is a menu inside a menu, how to go back in the previous menu? <menu xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"> <...
asked by 28.09.2018 / 03:02
1
answer

How do I check if a switch is enabled?

I'm trying to make a program that has some elements of the house such as bulbs. On a screen I want it to show all the elements, whether those are on or off. I have some switches and I want to put a text on the main screen equivalent to their sta...
asked by 28.09.2018 / 02:55
0
answers

Problem in editing interface of android studio XML layout

Build.grad (app) apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.karlo.menu" minSdkVersion 15 targetSdkVersion 28 versionCode 1...
asked by 15.09.2018 / 18:44
0
answers

PLSQL update a node in xmltype

I have to update a column in xmltype format of an Oracle database. I basically only update of property valor if another property of this node the date and time are equal. That is, in the code below, I only do update...
asked by 20.08.2018 / 14:04
1
answer

Images in the ListView reloading every time I select the fragment?

I'm using the batch drawable importer to generate different images according to dpi. Each original image has the resolution of 1920x1080 with an average size of 350kb. However, an image with a huge 4mb size is generated in the xxxhdpi folder. (I...
asked by 06.08.2018 / 18:35
0
answers

How to convert JSON to XML in ORACLE 11g?

Good afternoon, I have a problem with my work. I need to create a function in oracle that performs the conversion from json to xml and show the result as a table. I know that version 12 of oracle does this easily, but unfortunately our bas...
asked by 10.09.2018 / 20:56
0
answers

Iterate XML with VBA and pass data to cells

I am now starting to mess with VBA and I have the following problem: I was able to make a code that makes a SOAP request for a webservice and returns me an XML with the electronic point marking data of a person. So far the code works quietly....
asked by 17.07.2018 / 23:36