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

Recent content by LefmyHans

  1. LefmyHans

    How to parse several xml files at the same time and display them with their data in a listview

    Hello I would parser several xml files and display their data each in a list. I manage to parse a single file. The code is just below. How to parse multiple files in a folder of external memory and display their data in a list? this is my MainActivity public List<ModelKmlData> modelkmldata =...
  2. LefmyHans

    parse KML list files on android

    Good evening I'm facing a problem in my code. I would like to parse a set of kml file to extract the contents and put it in bae of data. it returns each time the list of files, but not the contents of each file. Please help me Here my MainActivity.java file content : public class...
  3. LefmyHans

    Get value and compare it to file content same value

    Hi ! I want to create a small program with android studio that can take a value entered by a user and compare that value to another identical value that exists in a file stored in the internal memory of the phone. If this value exists in the file, select the file in question and send it to a...