sn omen

Greenhorn
+ Follow
since May 23, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sn omen

So How can I pass this String "01/31/2015" to get the long or milliseconds value?
9 years ago
I'm getting a NumberFormatException while executing the below statements.



and
9 years ago
I want to merge few pdf files stored in the device' sdcard.
I'm able to merge the pdf files, if the total size of the pdf files is 35Mb.
But if add one more pdf file and try merging I'm getting the following error.



Below is the class file used for merging the pdf file.



The library that I'm using to merge the pdf is itext.
10 years ago
With the below code I'm able to display the pdf file by specifying its path.




In the /sample/pdf/ folder I've few pdf files.

How can I display all the pdf files as viewpager using MuPdf?

I need the pdf view as below.



10 years ago
With the above code I'm getting the href value within <a> tag. How can I retrieve the text within the <span> tag??
10 years ago
Sample XML



With the below code I was able to retrieve <title>, <published> and <author> values within the <entry> tag.



From the <content> tag how can I retrieve the "href" value within the <a> and the text value(The BJP is likely to anoint Narendra Modi.....) from the <p><span> tag.
10 years ago
Sample XML



Main.java



Parser.java



With the above code I'm able to extract 'title', 'link' and 'pubDate'.
How can I extract 'href' value and the Text (IMF chief Christine Lagarde arrives at a Paris......) within the 'description' tag?