Code

Discussion on Universal - Full Multi-Purpose Android App

Discussion on Universal - Full Multi-Purpose Android App

Cart 7,287 sales

5770 comments found.

Why is it that on the rss feed details page that admob does not show, just a blank where it should be? Also has anyone who purchased this template been able to mod it to show leadbolt ads or startapp ads? If so I could use some help with those mods. Thanks :)

Please contact me by email and I’ll send you the updated version a.s.a.p. (this can take up to next week, since I don’t have access to my files earlier, our appologies).

Thanks email sent.

Hi, I have a serious problem with the app, the app crash if the associated wordpress web site is down, I would like the app won´t crash and show the other options while the internet or website back again. I have this problem because I had to close my website and change to other server, but the app crash, help me with that, thanks!!!

I have a iOS app and did not crash even if the site does not exist, the app just don´t show the wordpress info, but show other info I add to the app like calendars, slides a bible, etc. so, thanks for including the fix. I just said it should not crash, thanks

Hey, I fixed the issue (now shows an empty list instead of crashing). You could beautify this by adding a view below the listview (wrapping content) or adding a empty view. Please email me using the contact form on CodeCanyon and I’ll send you a copy.

wow, thank you!!!! I will send you my mail…

Hello. I have a pre-sale question. Is possible to put this app as a website? I mean for example, use a subdomain like mobile.yourwebsite.com in order for the users to access the app via that url too.

Kind regards :)

You can only run it on Android devices and the app has to be installed. You could launch/install the app if this url is accessed.

Hi,

Is this Universal apps similar to your Web2App? It looks this Universal apps has more features compare to Web2App.

And does Universal apps link to SourceBaker Panel?

I am a bit confuse now with all range of your products offered, which one should I choose now?

Thanks

Universal and Web2App are two very different products. You can check out what each template does on its description page.

Universal is a template that enables you to natively show/view Wordpress, RSS, Youtube, Radio stations, and more.

Web2App is a webview template that enables you to ‘wrap’ a mobile site in a app. It uses SourceBaker to be generated, so you don’t even have to see any code.

Hi has there been an update to fix the refresh button Rss? Read version history doesn’t say thanks

I’ve got a fix, I only have to upload it to Codecanyon. Contact me by email (form om Codecanyon) and I’ll send it right away.

Hello, How to rename the app, in its source code… i know the process, but there are some apps codes where you have to rename the sub packages or you have to rename in between some codes in src folder..

A documentation will be very helpful to us. as we are not a android developer.

Could you specify this? The only things there are to change are your app’s name and your package name, and both are described in your documentation.

I am getting this error, what should i do… here is the image…http://i60.tinypic.com/122ggap.png

and the error codes below..

Description Resource Path Location Type case expressions must be constant expressions WordpressActivity.java /MainActivity/src/com/universal/wordpress/ui line 387 Java Problem case expressions must be constant expressions WebviewActivity.java /MainActivity/src/com/universal/web line 276 Java Problem case expressions must be constant expressions TweetDetailActivity.java /MainActivity/src/com/universal/twi/ui line 106 Java Problem case expressions must be constant expressions WebviewActivity.java /MainActivity/src/com/universal/web line 273 Java Problem The value of the field WebviewActivity.FILECHOOSER_RESULTCODE is not used WebviewActivity.java /MainActivity/src/com/universal/web line 62 Java Problem case expressions must be constant expressions TweetsActivity.java /MainActivity/src/com/universal/twi/ui line 157 Java Problem case expressions must be constant expressions WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 196 Java Problem case expressions must be constant expressions RssActivity.java /MainActivity/src/com/universal/rss/ui line 292 Java Problem case expressions must be constant expressions RssActivity.java /MainActivity/src/com/universal/rss/ui line 290 Java Problem The import android.view.ViewTreeObserver.OnGlobalLayoutListener is never used WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 39 Java Problem The import android.view.ViewTreeObserver is never used WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 38 Java Problem The import android.transition.Visibility is never used WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 30 Java Problem case expressions must be constant expressions WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 199 Java Problem case expressions must be constant expressions FavActivity.java /MainActivity/src/com/universal/fav/ui line 120 Java Problem The import com.nostra13.universalimageloader.core.listener.PauseOnScrollListener is never used VideosAdapter.java /MainActivity/src/com/universal/yt line 16 Java Problem The value of the field VideosAdapter.mListView is not used VideosAdapter.java /MainActivity/src/com/universal/yt line 28 Java Problem The import android.os.Build is never used WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 27 Java Problem The import org.jsoup.nodes.Element is never used WordpressDetailActivity.java /MainActivity/src/com/universal/wordpress/ui line 19 Java Problem case expressions must be constant expressions VideosActivity.java /MainActivity/src/com/universal/yt/ui line 330 Java Problem case expressions must be constant expressions TumblrActivity.java /MainActivity/src/com/universal/tumblr/ui line 298 Java Problem case expressions must be constant expressions VideoDetailActivity.java /MainActivity/src/com/universal/yt/ui line 185 Java Problem The import android.webkit.WebChromeClient is never used RssDetailActivity.java /MainActivity/src/com/universal/rss/ui line 25 Java Problem case expressions must be constant expressions RssDetailActivity.java /MainActivity/src/com/universal/rss/ui line 134 Java Problem The import android.util.DisplayMetrics is never used RssDetailActivity.java /MainActivity/src/com/universal/rss/ui line 18 Java Problem The import android.view.Display is never used RssDetailActivity.java /MainActivity/src/com/universal/rss/ui line 20 Java Problem The value of the field WebviewActivity.mUploadMessage is not used WebviewActivity.java /MainActivity/src/com/universal/web line 61 Java Problem

Hello, I’m sorry to hear you are experiencing trouble. You can start by trying to let eclipse solve the problems for you, right click the error in the ‘errors’ tab and look for Eclipse problem solver.

If this doesn’t work, you’ll have replace the ‘switch’ statements with ‘if’ statements manually or you can quickly convert a switch statement to an if-else statement using Eclipse’s quick fix.

This works as the following:
1. Browse to the lines with errors
2. Click on the switch keyword and press Ctrl + 1
3. Select “Convert ‘switch’ to ‘if-else’.”

More information: http://tools.android.com/tips/non-constant-field

Do you got PUSH notification on this App

No, notifications are pull based

How to turn on notification as a default setting? Because when user install this apps for first time the notification is off.

I’m copy the code on that article and paste it to the end of line on MainActivity.java, but i’m failed. I’m not a programmer, and i still didn’t understand your complete help article. But i still trying hard. Your artticle should be usefull for anybody who have a more knowledge about programming better than me. But thanks anyway, i didn’t find seller in envantomarket who really care to after sales better than you.

Good to hear you like the support. You should not place the code at the end of MainActivity, check how the help article describes it:
In MainActivity.java we want to start the alarmmanager on first start with the following code, let's say after initializing the imageloader

Hi does the streaming radio function support podcasts?

Currently, the radio only supports single media files (e.g. streams, radio), not multi media files (e.g. podcast, video).

Is there a forum that you have that other people that purchased can help each other modify the template. Things like adding a splash page and integrating leadbolt or startapp ads into the app. I see that you get these questions about customizing the template often and think that it might be a great idea to have a place for others to help each other.If so please post the url. I visited your support page and it does not seem to be the place to do such things.

We have a question community: http://sherdle.com/support/community/index.php?sid=51974&lang=en we use it to post frequently asked questions as well as help articles. We also have a few customization tutorials on the most requested customizations (5+). Users are able to create their own questions, answers and comments but these functions are rarely used.

Hi,
Can you add documentation and tutorial how to add in-app-purchase feature to hide Admob ads in the next update?
Thanks :)

Hello, I currently have no plans on this. You could however easily create a “pro” and “free” version by compiling the same template with “ad_off” set.

Hi is it possible to add a subscribe button to the YouTube part? not sure if this app likes to the youtube API 2.0 or 3.0? but was wondering if it was or not so I know then what code i need to add. Before I buy this

Cheers.

Paul

I have no plans for full HTML5 video support in the description views. The video’s will play, but just not fullscreen.

ok cool also I found an issue with the refresh button not working for RSS it just opens the info about teh RSS feed like the i button does.

Yes I fixed it, I hope to publish the update soon

It’s a great template. Thanks for your documentation. It’s work. But i just ask you a question. Is it posible to call index.html i created. I wanna make my apps offline.
I try this function but i’m failed :

oXXXXXSection.addSectionItem(“XXXX”, null, WebviewActivity.class, “WEB_URL”, ”/index.html”);

I put my index.html on the root of folder. Any sugestion? FYI, I’m not a programmer. And sorry for my bad english.

Great to hear it works! Enjoy your template!

I just Updated to v.2.2
And now using Android Studio.
Where folder i can put my html file? Is there any sugestion? Thanks :)

Hello,

could you please prepare an Android Studio version of the project, or help us how to import it succesfully?

Thanks in advance

You should be able to import the (Eclipse) project directly into Android Studio.

Why don’t you use Studio instead of Eclipse?
Currently, Eclipse is still the official and most common IDE. Besides that Android Studio is still in beta.

Why don’t you have a Gradle version?
This would cause to many compatibility issues since Google is still changing the way Android Studio interacts with Gradle. You can always generate a Gradle version yourself using Eclipse.

Hi!

Any possibility of switching on notifications per default in code?

Great to hear! Enjoy your app!

Thanks!!!

Is it possible to show my “Twitter List” Timeline? How it can be? Thanks :’)

You can show the tweets from a user (his timeline). Check your dodumentation on “Creating/Adding a twiiter item”.

I know, and it’s working very well. You’re great. But I’m asking about Twitter List. Example : http://twitter.com/justinbieber/lists/my-team Or http://twitter.com/britneyspears/lists/dancers

Thanks.

My apologies, I was not familiar with twitter’s “list” functionality. You should be able to edit your Twitter API urls, but this is not covered by our support.

Hey, I’ve just purchased the app, but I’m getting the “not importing main project” .... there are some missing important files for ecilipse like .project and .classpath and that’s the problem .

any ideas ?

All content formatting is inside this file. Remember to not only load the font, but also apply it.

"font-family: 'Droid', serif;"+ "@font-face {" + "font-family: 'Droid';" + "src: url('file:///android_asset/fonts/Droid.ttf') format('truetype');" + "} body p { " + "font-family: 'Droid', serif;"+ "} body { " + "font-family: 'Droid', serif;" + "margin: 0;"+ "padding: 0;"+ "}"+ here is snippet of what i have done but with no luck

Make sure that you are applying the font the same way I do in the default WebHelper.java file (valid css). Ofcourse, the /assets folder should contain the fontfile (Droid.ttf) and this file should contain the font.

Hi sherdleapps , the template is awesome and I have few questions hope you can help me to solve. 1) The featured image of wordpress post can be shown on the list page using the thumbnail but after I click any post and go to the post detail page, the featured image cannot show out and it just turns to blue color at the image grid. 2) I followed you instruction from the document about the youtube channel setup but I still can’t show out the youtube channel in my app, may I know the possible reasons.

Thanks and have a good sale.

Hi, for 1) I refer to the JSON API, for the RSS, I solved by using the plugin to add a image to the RSS feed but for JSON API, I still can’t retrieve the featured image of the posts. Thanks

1) For the listview, the parser grabs the image attached to a post marked as thumbnail (appropriate). For the detailview, it grabs the first attached image (thumbnail should be to small). I should create a fallback for this in the next update. You can try changing the parser in WordpressDetailActivity taking WordpressActivity as an example.

2) This may have the following reasons:
- You are using an outdated version of the template (updated ~1 week ago).
- Your youtube API key is invalid (common, try creating a server key, without ip, instead of an android key).
- Your playlist ID is invalid.

Let me know if I can assist you any further!

it’s possible to add a webview with gps active to use this site http://www.ferrarabynight.com/card/ ?

Hello, have a look at our other webview template which has HTML 5 geolocation support: http://codecanyon.net/item/sourcebaker-rich-custom-android-webview-template/5353776

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey