5770 comments found.
hey,
i always get this message when i try to close the app “there is nothing to go back to” is there any way to get rid of this message and exit the app!!
Sure (you can always use the home button, but I don’t think this is wjat you want).
Open all activities in the UI packages and look for the onBackPress method and replace the toast with:
Intent startMain = new Intent(Intent.ACTION_MAIN);
startMain.addCategory(Intent.CATEGORY_HOME);
startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(startMain);
If you need more help, feel free to contact me by email.
Hi, I have a problem with wordpress post. Early work well. After a while do not load correctly, only the outstanding picture and the date, but does not show the content. You can check: https://www.dropbox.com/s/mbb25216m8443q2/test.apk?dl=0
Thank You.
I’m not experiencing any trouble:
I don’t see why timing should matter (except if your server can’t handle the requests). Next time this happens, you should check your API url manually and provide any logcat errors.
Hi, I have a problem with some youtube channels… don´t show anything on the app… but with other channel works well, could you test my channel.. to know if work with your, It is a new channel from the same account, could be this the problem? UUEEolJvdCQ7J0K03YJ1YAFw let me know if work for you, thanks
Hello, thanks for contacting me! I’ve tested it and you are right. Your playlist is to short which causes a problem with paging. I’m going to solve this A.S.A.P. and publish an update. Our apologies for the inconvenience.
ok good, but if is possible to send me the part of the code to fix when you got it it would be great, because publish it will take a while.. thanks jpatinop@gmail.com
It’s already approved & published, you can download it now.
I already combine your code with other codes I had, so, could you please tell me which file did you modify?.. thanks!!!
Replacing the content of the .youtube package should be enough.
ok thank you very much, I will
It is working very well, many thanks!!!
Great! If it’s not to much effort, I’d like to ask you to rate the template; http://codecanyon.net/downloads
I get the same problem with imports. I installed the latest Eclipse ADT bunble and JDK on Windows 8.1. 64bit. Can you confirm it runs with the latest downloads for you?
Please check this: http://sherdle.com/support/community/index.php?action=artikel&cat=3&id=21&artlang=en especially the “verification” part is very important.
Yeah I tried this and it didnt help. What verification part? I dont see it in this article.
Ah ok I get it. The link to the FAQ is this: http://sherdle.com/support/community/index.php?action=artikel&cat=3&id=24&artlang=en
Yep that was the problem. Please update the documentation. This is still in the documentation, so if you change this to Android people wont get confused. Thanks for the quick reply!
Importing the project(s)
Open eclipse and go to file—> import
Choose: general—> existing project into workspace and click Next.
Yes I’m aware of this, the changes will appear in the next update. Appologies for the incovenience.
No problem. Great app! I have one more error showing up after I went through all the steps outlined in the docs. Eclipse cant find. import android.transition.Visibility;
http://imgur.com/tdvj6qbNevermind, deleted everything and imported everything again and its working. Thanks!
Great to hear! Best of luck!
Hello, how to create another webview.. ? why just 1 webview for link website.
i think i can got multi webview but just 1 in option. after buy oh god just 1 webview.
Must change FEED to webview http://sherdle.com/support/community/index.php?sid=47365&lang=en&action=artikel&cat=3&id=19&artlang=en got it
nothing happen
5 stars for the developer. Got simple just add another WebviewActivity.class in slidingmenufragment
Great to hear you figured out!
Hi, i cant configure the app to a playlist on youtube, when i try to open the app only shows me: http://appsarg.com/screen.jpg
i wait for your response
I’ve replied to your email.
hi, i send tto you another email, i’m with issues when i configure the app with the API V3 of youtube, please i need help asap
Awesome app, two requests that wpuld make this app the one app to ru’e them all.
1. In app purchases so some content can be sold 2. Ability to play hosted video / audio
Is anything like this on the roadmap?
1. No, but this should be (relatively) easy to integrate yourself
2. Yes, but it’s definitely not the only thing on our roadmap. And since I’m currently short on time, the realization of this feature may take up to a year.
Hi there, is it possible to get content from Wikia and display them in this app? I really interested in buying this app. Thank you.
- Over Webview Display any webpage (url) or site inside your app
- Over RSS Display a RSS feed of a category or page
Nice script , one more question “Can i play hosted video Instead of youtube” ?
Currently only YouTube is supported
Can I remove “User Settings & Setup Activity” on first screen?
oh thank you so much. (sorry about that)
Hey, I’ve just purchased the fabulous app, but I’m getting the “not importing main project” problem, as mentioned by anothe ruser above. I’ve tried with the help pack zip you’ve mentioned, but the main project is still not imported, only the slidelibrary one.
I’m runnig the latest Eclipse and Java on MAC OS X 10.9.4.
I would be grateful if you could help
I’m sorry to hear you are experiencing trouble. Unfortunately, I’ve not found the source of this problem, nor have I found similar problems. I’ve tried to reproduced the problem but without sucess, I’ve published the help pack as an expirimental solution (enable “show hidden files”!), but so far apparently no success. I only know that re-installing Eclipse ADT bundle as well as the JDK solves the problem.
Installing Eclipse 4.4 solved the problem, I’ve started customizing the app now.
I’m going to use the app almost only with the wordpress json api function, but I have a little question. My posts are showing fine in the list and when I open them, but in the case they contain a video or in the case they are video posts (custom posts in Wordpress), the video is always being ignored by the app.
Should I modify something in the app code or the json api code in the wordpress installation?
Kind regards
Great to hear it works! The videos should work (as seen in the demo app), but apprently this varies for the kind of embedd/post. Please send me an email with the source of the html that is loaded in WordpressDetailActivity (you can find it in your logcat). Also specify if the location in the post where the video is supposed to be is “blank space” or just normal.
Hi… make soccer news with rss feed. but why showing only title
oGeneralSection.addSectionItem(“soccer news”, null, RssActivity.class, “RSS_URL”, “http://feeds.feedburner.com/fivefilters/qgVU”)
please your help
We have put great care in our feed readers compatibility, and we support many formats and we’ve tested the Reader with many popular feeds and sites.
The problem is that your feed seems to be formatted incorrectly. Please try switching resources, or customize the feed parser yourself.
can this transform my wp website into an app
Yes you can! Check the demo (AndroidPolice.com is also a WP website).
i donwloaded the app and its cool the way ads are integrated did u mad the adroid police with same template
Yes, the demo app is built compelely built with this template.
what demo , the android police app s a demo?
Yes
Hello,
Need some help, when I select to import the project the only thing that shows up is the sidelibrary item. The main project does not show up. I am following the steps in the documentation completely so why is this happening?
Very strange, I’ve been contacted about this error twice and the cause of it seems totally random. It could be fixed by downloading the latest version of Eclipse (ADT bundle) and Java. If this is your first app (and you just did that), please contact me and we’ll have a look.
I have done a few other apps but my eclipse is only a few months old. I did download the latest java but will try and install the latest Eclipse bundle tomorrow and will get back to you. Thanks for the input.
Andrew
Hey, I’ve created this article: http://sherdle.com/support/community/index.php?action=artikel&cat=3&id=21&artlang=en
Hi, just want to confirm before buy, is ForumEngine theme (kinda unique like forum custom post) gonna compatible with this app? http://www.enginethemes.com/themes/forumengine/
I would suggest installing the Wordpress JSON Api plugin and check if it it works.
so i must test with your app?
You’ve got the test the plugin with your Wordpress site (that’s your question right? If your Wordpress is supported -> you can test by running the plugin)
yep, i try with my domain /?json=1 its prompt result { status ok”,count ....... ........ ........... . . .. .. its that correct?
Yes, try doing a get_recent_posts and get_post/?post_id=POSTID if this works (and the result matches your expectations), you’re good to go!
Hi, I like so much this app, I would like to know if is possible you can add a mp3 play list xml based?, and if you have iOS version?, thank you!!!!
Hello, I currently have no plans for a playlist based music player. We are working on a IOS version, but I can’t tell when (and if) it will be done.
I hope you will because this is an awesome app…
How to open another app from webview activity. I inserted playstore url, but thats not working
Try using a market:// url
it shows error net::ERR_UNKNOWN_URL_SCHEME
Hello, besides the fact that a play.google.com url should work. You should make sure to use the following format if you decide to use a market url: market://details?id=<package_name>
hi..can i insert html5 in this apps
It has the same compatibility as the default Android Webview. On KitKat and up, the webview is Chrome based and has even better html5 compatibility.
do i need to install wordpress or can i use hosted wordpress from wordress.com
do i need to install plugins in my wordpress installation ?
Can i create a app by selecting only selected categories of the wordpress ?
Thanks
You need to install WordPress on a webhost (e.g. 000webhost if you’re looking for a free one). After this you need to install the Plugin.
You can choose between categories and all latest posts, so yes, you can use only categories to create an app.
Hi!
I just bought the code. But where can I find the documentation or tutorial on how to use it. There is none in the downloaded file.
Thanks!
I think I downloaded the same as vnoguera. Please do provide the right files.
Thats correct, I made a mistake in the upload process and I mixed up the demo and the actual template. I already submitted an update but it hasn’t been published yet.
Please contact me over the contactform on CodeCanyon and I’ll send you your files a.s.a.p.