Hey All, while working on a new app, I put together a very simple library that reads RSS feeds. I decided to make my own, because the current ones are very outdated and seem impossible to customize. Please check it out and share! Thanks!
https://github.com/ShirwaM/Simplistic-RSS
I don't understand what to do with the files in rss.zip
Thank You
Aashutoshrraj said:
I don't understand what to do with the files in rss.zip
Thank You
Click to expand...
Click to collapse
What do you mean? When you clone the project, you can include in your project by importing it.
Sent from my Nexus 5 using Tapatalk
thanks! :laugh:
No problem.
beefx said:
thanks! :laugh:
Click to expand...
Click to collapse
.. no Android Studio Support?
shirwa said:
Hey All, while working on a new app, I put together a very simple library that reads RSS feeds. I decided to make my own, because the current ones are very outdated and seem impossible to customize. Please check it out and share! Thanks!
https://github.com/ShirwaM/Simplistic-RSS
Click to expand...
Click to collapse
Hi Shirwa,
First, Thanx for a simple and great library! :good:
Learnt how to use RSS using this.
Even added a few items to it.
Now to brass tacks.
Some URL's are not loaded.
eg.: http://feeds.feedburner.com/ndtv/Lsgd?format=xml
http://indiatoday.feedsportal.com/c.../indiatoday.intoday.in/rss/article.jsp?sid=61
http://feeds.feedburner.com/News-Karnataka?format=xml
Also, some ATOM feeds load, whiles others don't.
Could you help out?
Thanx.
Related
Hi all,
We're a new here. We wanted to extend our app to Windows Mobile/Pocket PC and need about 50 beta testers.
Download free here: http://bit.ly/Cm8Dd
We would prefer to discuss here in this forum since you are already registered here, simply reply below.
More info here and here.
Please note, this is NOT a live app just yet and is meant for beta testing only.
This app will be 100% free-to-use once launched.
Thanks all!
how about telling us some info about the app first
What does the program do?
burtcom said:
how about telling us some info about the app first
Click to expand...
Click to collapse
Sorry about that here's some info:
http://www.getjar.com/products/27618/PinStackMobileReader
Sounds interesting, downloading now.... and will report back.
tvrtim said:
What does the program do?
Click to expand...
Click to collapse
Allows you to follow smartphone news. As well as searches the web for news based on any keywords of your choice and pushes news to you as it comes out.
You can also add URL's from any site for example:
http://forum.xda-developers.com/external.php?forumids=260 would subscribe you to pushed updates from this forum.
Code:
http://forum.xda-developers.com/external.php?forumids=260
tvrtim said:
Sounds interesting, downloading now.... and will report back.
Click to expand...
Click to collapse
Thanks much
I have it installed. I cannot add anything to the feeds like blogs or anything like that. It is very nice to look at but it is not finger friendly. Could you please tell me how to add blogs and or rss feeds or is that the part that isn't live. Is there anything specific that you want feedback on?
Thanks
ptfdmedic said:
I have it installed. I cannot add anything to the feeds like blogs or anything like that. It is very nice to look at but it is not finger friendly. Could you please tell me how to add blogs and or rss feeds or is that the part that isn't live. Is there anything specific that you want feedback on?
Thanks
Click to expand...
Click to collapse
You should be able to find this under the "My Feeds" Tab.
On my Vibrant (2.1), when multiple iterations of a contact are linked, you can select in each field where there is conflicting information (i.e. Bob Jones on Facebook, Robert Jones on Google Contacts) which takes precedence in the contact display. On my Nexus S, I have been unable to figure out how to do this.
I'm hoping this is due to my own ignorance and not because the feature has been removed. Can anyone instruct me on the way to set these preferences in Gingerbread? Your help would be most appreciated!
Anyone? No one?
I don't think you can change that on stock android. That was something Samsung added on your vibrant.
Mm. That possibility had occurred to me, but I didn't want to believe it. >.>
Ah, well.
I feel your pain. Click on the entry you want it to appear in the list, and edit, then join it with others.
E.g. you have Robert in your Google contacts and Bob on Facebook. If you want your contact to say Robert, then click on Robert and join it with bob.
If you want it to say Bob, then click on Bob and join it with Robert.
Hope this helps.
Sent from my Nexus S using XDA App
Ah, nice. Not as intuitive as the TouchWiz solution, but it works! Thank you kindly, good sir.
zorak950 said:
Ah, nice. Not as intuitive as the TouchWiz solution, but it works! Thank you kindly, good sir.
Click to expand...
Click to collapse
I agree. As much as I like stock Android, I must also acknowledge that some of the extensions of the custom ui are quite useful.
I'm glad I could help.
Sent from my Nexus S using XDA App
Hi guys,
I've created new CM9 changelog site with email subscription.
Once new nightly is out you will recieve email with change log and direct download link.
http://cmnightlies.nechko.com
Thank you, this is really helpful.
Btw, is it possible to add Dock in interface? This is really useful.
Thank you.
Great idea, receive changelog in email box. Always one step ahead. Keep up with the great work/ideas.
Cheers from Portugal.
Sent from my GT-P1000 using xda premium
bravokylee said:
Thank you, this is really helpful.
Btw, is it possible to add Dock in interface? This is really useful.
Click to expand...
Click to collapse
Dock? Can you explain bit more ?
Nedzadk said:
Dock? Can you explain bit more ?
and thanks for support, if its not to much problem click on ads on my page
Click to expand...
Click to collapse
Sorry for my poor English. What I mean Dock is the option which can add the top and bottom row for widgets on the Homescreen. Therefore the Homescreen space can be fully used.
Now I've gotta to cllick the ads.
bravokylee said:
Sorry for my poor English. What I mean Dock is the option which can add the top and bottom row for widgets on the Homescreen. Therefore the Homescreen space can be fully used.
Now I've gotta to cllick the ads.
Click to expand...
Click to collapse
If you want to make requests for CM9 features you need to visit the CM9 forum. This topic is about a website that lists changelog.
Hi xda-developers!
This is my first post so I'm sure you will be swift to tell me if I'm doing it wrong!
I have an app that currently uses a Tab activity to navigate between activities. However I want to convert all of this to be able to implement an ActionBar using fragments. What is the quickest and easiest way to do this? Or are there any good resources out there to help?
Many thanks
NoahDev
I wouldn't use ActionBarSherlock.
Google released their own library:
Some more info: http://android-developers.blogspot.de/2013/08/actionbarcompat-and-io-2013-app-source.html
nikwen said:
I wouldn't use ActionBarSherlock.
Google released their own library:
Some more info: url
Click to expand...
Click to collapse
Thanks I'll look into this! Will all my activities need changing to Fragments still?
noahdev said:
Thanks I'll look into this! Will all my activities need changing to Fragments still?
Click to expand...
Click to collapse
EDIT: I'm looking into it and there doesn't seem to be much difference. Why wouldn't people use actionbarsherlock?
The activities need to be converted to fragments. This needs some coding time (but not too much, after doing one the rest will be straightforward) but also it's the best solution.
And I would use ActionBarCompat instead of ActionBarSherlock.
ABS works fine though?
out of ideas said:
ABS works fine though?
Click to expand...
Click to collapse
Im struggling to understand all the hostility towards it!
Sent from my GT-I9100 using xda app-developers app
ActionbarCompat get official updates from Google. That's the advantage.
However, it does not provide a PreferenceActivity with an ActionBar and contains some bugs which will hopefully be fixed in the next version.
Hi guys,
does anyone have the apk for Starwatch? Unfortunatelly it was pulled from the playstore before I could download it.
Thanks
I am interested in this as well.
Thanks!
I'd love this as well!
dito
Here you go.
If anyone objects (original dev etc) I will delete it on request.
bogstandard said:
Here you go.
If anyone objects (original dev etc) I will delete it on request.
Click to expand...
Click to collapse
Dude, I love you. Thank you very much.
Hero of the day!
Thank you.
looks great thanks!
bogstandard said:
Here you go.
If anyone objects (original dev etc) I will delete it on request.
Click to expand...
Click to collapse
Words cannot express how thankful I am.
so.say.we.all said:
Words cannot express how thankful I am.
Click to expand...
Click to collapse
No problem - just giving something back!
Guys I found this post only now, but I'm glad you liked my app!
Too bad I had to remove it, because it seems there was a lot of people enjoying it...
why was it pulled?
kornklown69 said:
why was it pulled?
Click to expand...
Click to collapse
I'm gonna say copyright claim probably. That is ridiculous! Not like whoever owns star trek is doing anything cool at all like this for the fans!
dany.bony said:
Guys I found this post only now, but I'm glad you liked my app!
Too bad I had to remove it, because it seems there was a lot of people enjoying it...
Click to expand...
Click to collapse
Just because it's not on the Play Store, doesn't mean you have to stop development! Start a thread on XDA and Keep developing it here!
q173242 said:
Hi guys,
does anyone have the apk for Starwatch? Unfortunatelly it was pulled from the playstore before I could download it.
Thanks
Click to expand...
Click to collapse
While not exactly what you are asking for, there is an LCARS face in Facer's Featured watch faces. The upside of this over the pulled Starwatch is that it could be updated with Wear API's once Google releases them.
JohnKuczek said:
While not exactly what you are asking for, there is an LCARS face in Facer's Featured watch faces. The upside of this over the pulled Starwatch is that it could be updated with Wear API's once Google releases them.
Click to expand...
Click to collapse
I have Facer, but the only faces in the featured part are by Jeremy Steckling.
vinokirk said:
I have Facer, but the only faces in the featured part are by Jeremy Steckling.
Click to expand...
Click to collapse
Very odd. The first face I have is a take on LCARS by OpusRedX.
I've uploaded it and added .txt to it so XDA would take it. Download it, remove the .txt, and you can try it out.
Remove?
Hey would I remove this from my watch and phone. Doesn't work good on my Moto360 but can't find anywhere to remove it from on phone or watch. Not in app drawer.
Edit: Got it. Had to remove the app using ROM Toolbox. Not sure why it wasn't easily visible. Maybe my phone.
acheney1990 said:
Hey would I remove this from my watch and phone. Doesn't work good on my Moto360 but can't find anywhere to remove it from on phone or watch. Not in app drawer.
Edit: Got it. Had to remove the app using ROM Toolbox. Not sure why it wasn't easily visible. Maybe my phone.
Click to expand...
Click to collapse
It doesn't have a phone app, so you would need to go to Settings->Applications on the phone, and scroll down to it.
Sent from my iPad using Tapatalk HD
Sorry to be a pain in the ass BUT how would i go about uploading this to my SW3? THANKS.