Questions tagged as 'xml'

0
answers

Tables are not created, using spring, hibernate and jpa

I'm doing a project in eclipse with the framework spring using several technologies, mainly hibernate and jpa but I can not get the tables created in the database and I can not figure it out because I can not make the persistence of the objects...
asked by 27.01.2017 / 03:42
1
answer

ListView in Fragment type?

I have this to create a particular ListView: The problem is that it is a Fragment , and when you run the application and click on the Fragment , it stops and goes away, nothing is shown. What's wrong? "First_fragment.java" : public cl...
asked by 27.10.2016 / 21:57
2
answers

Deselect xml to object c # (xml does not always have all nodes)

I have to realize an XML to an object of a defined class, the problem is the following: assuming the class has 3 attributes (a, b and c), the xml come with the 3 attributes and it is easy to realize them to the object, my inconvenience is that s...
asked by 27.10.2016 / 15:41
1
answer

XML Parcing With JDOM

Good I am trying to show the content of an XML through the JDOM library, but apparently it is not showing me the sub-nodes of a certain field of the XML file, I do not know if the solution I am trying to implement is quite new in this parceo of...
asked by 28.10.2016 / 01:34
1
answer

How to identify GCM notifications with Link and Text?

I currently receive notifications perfectly in my app, but I want to know how to identify when a notification brings a link (link) or just want to initiate an Activity.class Intent intent = new Intent(this, MainActivity.class); intent....
asked by 17.08.2016 / 22:50
1
answer

XML I need to insert XML2 in XML1

XML1 <?xml version="1.0" encoding="ISO-8859-1"?> <EnvioDTE xmlns="EnvioXXX" version="1.0"> <SetDTE ID="Set728384"> <Caratula version="1.0"> <Fecha>2015-06-02</Fecha> <Numero>12345</Numero> &l...
asked by 19.12.2016 / 20:43
2
answers

Is it possible to center the ActionBar text?

I wanted to know if it is possible to center the ActionBar text, by default it comes to the left. By default: Centered (This is how I would like to put it): Is it possible? Thanks! Edit 2: MainActivity.java package p...
asked by 18.12.2016 / 01:18
2
answers

help error can not format given object as a date

Exception in thread "main" java.lang.IllegalArgumentException: Cannot format given Object as a Date at java.text.DateFormat.format(Unknown Source) at java.text.Format.format(Unknown Source) at examen.rutina.RutinaArchivos.obtenerNombreZip(...
asked by 21.10.2016 / 21:50
0
answers

Problem with Nine-Patch image in Android Studio?

I have this XML code for the APP interface: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" **android:background="@drawable/fond...
asked by 03.05.2016 / 17:11
2
answers

analyze xml with linq

I need to please, see if someone can light me up a bit, since I have an xml with information about alerts of a medication that is obtained from a REST service published on a server. the answer comes in xml format, and I'm trying to read it with...
asked by 05.09.2017 / 16:32