Search found 6 matches

by jersobh
Thu Feb 27, 2014 5:07 pm
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

Re: RSS Reader

This is the logcat info:

Process 379 terminated by signal (7)
I/ActivityManager( 66): Process com.sindifes.informa (pid 379) has died.
I/UsageStats( 66): Unexpected resume of com.android.launcher while already resumed in com.sindifes.informa
by jersobh
Thu Feb 27, 2014 4:53 pm
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

Re: RSS Reader

Nope. It just crashes. I develop on a linux workstation. I've tryied both Oracle Java SDK and OpenJava SDK, and then both 32 and 64 bit android skd, none worked. So i've debuged with cat log and found that i get an error with code '7'. I've even tryed to make a simple form with a button, but it cras...
by jersobh
Tue Feb 25, 2014 2:37 pm
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

Re: RSS Reader

Hi Simon,

Yep, i've even tryied to select all those libs. On preferences > mobile support i've selected the adt-bundle-linux-x86_64-20131030 folder and the java sdk.. i think it's correct. The app is running well for linux and windows. Just crashes with android.
by jersobh
Mon Feb 24, 2014 7:24 pm
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

Re: RSS Reader

Hi there! Thanks for the reply :) It worked flawlessly, then i had a problem with encoding, but solved it, then i had a problem with the date, but solved also. Now i'm trying to compile it for android. I've downloaded all required android sdk stuff, but when i install it (signed for development only...
by jersobh
Fri Feb 21, 2014 7:04 pm
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

Re: RSS Reader

Sure! Sorry, it was because i was typing from my smartphone... Well, this is it: I've opened the RSS example, and changed this line: local sWebPage = "ht tp://sindifes. org.br/ sindifes/noticias.rss" noticias.rss -> it's a xml file, with the <title>, <link>, <discription> and <pubDate>. But i aways ...
by jersobh
Fri Feb 21, 2014 5:17 am
Forum: Internet
Topic: RSS Reader
Replies: 10
Views: 8580

RSS Reader

Hi guys.
I'm trying to customize The RSS example, but my RSS Url wont load. Its a regular XML file.