Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 14    Views: 108

chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
12/18/13 02:19 PM (11 years ago)

New Plugin: Android RSS

pretty self-explanatory. RSS feed reader for Android 3.0+ apps.
 
MacApple
Apple Fan
Profile
Posts: 4675
Reg: Oct 25, 2010
USA
61,150
like
12/18/13 02:41 PM (11 years ago)
But what does it do? I jest. Good man.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
12/18/13 02:41 PM (11 years ago)
Do you sleep?! Great plugin :) Keep'em coming!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/18/13 02:41 PM (11 years ago)
@mysps - I did it this morning actually :)
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
12/18/13 03:11 PM (11 years ago)
Maestro!!
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
12/18/13 03:44 PM (11 years ago)
This guy's a hero!
 
KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
like
12/18/13 05:04 PM (11 years ago)
Thanks @chris1, already bought it but have not tried it, just keep the android plugins coming, you are blessed!
 
shak77
buzztouch Evangelist
Profile
Posts: 399
Reg: Jan 18, 2011
location unknow...
7,240
like
12/18/13 06:54 PM (11 years ago)
Thanks @chris1! One question- Is there a way to use this interchangeably with the iOS RSS plugin? Wondering if there's a way I can avoid having two separate apps as I have an iOS app where the main feature uses RSS feeds. Thanks again and great plugin! David
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/18/13 06:56 PM (11 years ago)
David - the two plugins are not interchangeable per se. However, if you are using my Menu Image Advanced plugin, you can set menu rows to be either iOS or Android or both. Thus, you could create one row that points to the iOS RSS reader and have it show up only on iOS devices, and one that points to the Android RSS reader and have it show up only on Android devices.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/18/13 11:03 PM (11 years ago)
I tried using it on android bt core and errors show up on the class files of the rss plugin. Also when I try it on the older bt version, I set it to 3.2 and have no errors. But when I run and click the rss it shows that it has trouble understanding what to display. I tried changing between web page and display only options. Do you know what I may be doing wrong?? ------------------------------------------------- Ok I fixed it while typing this. All of the package names of the rss class files were: package com.rsstest; and I just changed it to my apps package name.I did this on bt core
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/19/13 12:01 AM (11 years ago)
Good catch! I just fixed this and uploaded an update.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/19/13 12:46 AM (11 years ago)
Cool thanks!
 
Vicentin
Lost but trying
Profile
Posts: 85
Reg: Nov 22, 2013
Orihuela
2,050
like
12/25/13 03:47 PM (11 years ago)
I have a problem with this plugin. If i download the project with the older BT version the plugin files are not included and the app has trouble understanding what to display when i clic on that menu option. With 3.0 core the plugin files are included in the package but i don't know why 3.0 is not working for me. I have a tabs layout with your menu image advanced as home screen and when i launch the app in emulator (Android 3.1 API 12) or device the app crash before be launched. http://img36.imageshack.us/img36/6522/bkvt.jpg This is the logcat error: 12-25 22:40:49.530: E/AndroidRuntime(375): FATAL EXCEPTION: main 12-25 22:40:49.530: E/AndroidRuntime(375): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.orihuelainfo/com.orihuelainfo.BT_activity_host}: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1748) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1764) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread.access$1500(ActivityThread.java:122) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1002) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.os.Handler.dispatchMessage(Handler.java:99) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.os.Looper.loop(Looper.java:132) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread.main(ActivityThread.java:4025) 12-25 22:40:49.530: E/AndroidRuntime(375): at java.lang.reflect.Method.invokeNative(Native Method) 12-25 22:40:49.530: E/AndroidRuntime(375): at java.lang.reflect.Method.invoke(Method.java:491) 12-25 22:40:49.530: E/AndroidRuntime(375): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841) 12-25 22:40:49.530: E/AndroidRuntime(375): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599) 12-25 22:40:49.530: E/AndroidRuntime(375): at dalvik.system.NativeStart.main(Native Method) 12-25 22:40:49.530: E/AndroidRuntime(375): Caused by: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf 12-25 22:40:49.530: E/AndroidRuntime(375): at com.google.android.gcm.GCMRegistrar.checkDevice(GCMRegistrar.java:98) 12-25 22:40:49.530: E/AndroidRuntime(375): at com.orihuelainfo.BT_activity_host.configureEnvironment(BT_activity_host.java:293) 12-25 22:40:49.530: E/AndroidRuntime(375): at com.orihuelainfo.BT_activity_host.onCreate(BT_activity_host.java:128) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048) 12-25 22:40:49.530: E/AndroidRuntime(375): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1712) 12-25 22:40:49.530: E/AndroidRuntime(375): ... 11 more 12-25 22:40:49.550: W/ActivityManager(81): Force finishing activity com.orihuelainfo/.BT_activity_host Can you help me? (again)
 
piggilypoo
Aspiring developer
Profile
Posts: 172
Reg: Jun 28, 2011
San Diego
5,120
like
07/13/14 07:59 PM (11 years ago)
I can't get the plugin to work properly. Won't display an icon or description :/
 
KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
like
07/14/14 12:48 AM (11 years ago)
I also experienced problem with the plugin not displaying description when using custom url and title not properly displaying.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.