5770 comments found.
Hi! I purchased this app a few months ago, now I wanted to get the updated version but the downloaded file is 2.75MB, it only contains the demo apk and some-website-files but no source code at all
Filename is: codecanyon-6512720-universal-full-multipurpose-android-app
what’s going on?
Yes, I mixed up the demo and actual template files (how stupid am I!). Please contact me over the form on CodeCanyon and I’ll send you your files right away!
Thank you sherdleapps. Done. I’ll wait for the right files 
Live preview dead
Yes I’m aware of it, I’m working on a solution and hope to publish it within the next hours.
Till then, please download the APK from here: http://www78.zippyshare.com/v/74201821/file.html
I there a live app that i can see how it interact in the Android store?
Yes, I see our demo broke. Please download the APK from here: http://www78.zippyshare.com/v/74201821/file.html
Great update sir, my apps more than 25K download and still counting. GLWS !!
Amazing! If you haven’t already, rate the template to share your experience.
Need help ASAP. I need help with deigning my app using Universal. I am a very new to Android/Mobile development. I am getting errors while execution. Can I send you the error screen shots by email.(whats your email id?) I am ready to pay for the work. I will appreciate if you can get back to me ASAP.
For support, you can reach us using the form on CodeCanyon or at crew@sherdle.com.
Important Our support does not include template customization. Unfortunately, we are currently also not available for freelance.
how to integrate the disqus comments in the app and the favorite button crashes in my app and even in yours.
I’ve received and replied to your email.
I am very happy with the template,
But I’d be happy if you update so that Parralax Scrolling Effects will also be on the RSS module
Thank you!
I’d love to add the effect to the RSS detail pages, but this only works with a header image. And RSS feeds only provide icons (if images at all).
Thanks for the reply, but you can take take the hader pic from the rss page?
As explained below, no, because there is no way to determine what is tje header pic.
ahh ok, and you cant put the icon Instead the header pic?
Because of the icon quality and typical look, this probably wont look too nice.
Ok thanka for the answar and i hope you find a solusion for this
Is it possible to include comments in WordPress or not Thank you
Hello, it would be possible to integrate this yourself. I’ll consider it for the next update!
Pre-purchase question: Will this work with the latest version of Eclipse? I think what I have is Juno but for some reason not able to get another webview script that I purchased to work so just want to make sure before I buy anything else. Don’t know if it matters or not but I am also on a Mac, not windows.
I’m also on a Mac and I’m using Eclipse v4.2.1 (Juno) and the template works fine. But of course, it should also work on Windows and later version.
Thank you for the quick reply… Not sure if its the script or if I just don’t have things configured correctly but I will most likely purchase yours here shortly. For some reason Eclipse just keeps giving me errors with this other script that keep me from exporting anything.. Frustrating!
I’m sorry to hear. If you believe the errors are related to this template. Pass me a screenshot and I’ll have a look.
Again, just wanted to say thanks for the quick replies. Certainly appreciate it. Just finished going through the docs / your tutorial for setup etc and happy to report that I did not have any of the same errors as I did with the other script… Just exported the apk and about to send it to myself and see if everything worked out or not! Will let you know how it works out! -Adam
Okay, happy to report no “major” issues, just a couple questions for you…
1 – I have an empty space in the top in between the top bar thing and the webview underneath… Maybe about a little less than a half inch. I’m thinking this is where the admob banner is supposed to show? I did input my admob publisher id, but not seeing anything.
2 – I used all of the example section as outlined in the documentation and for the additional “second” section I copied the YouTube code from the example but entered my own playlist id, and channe id for the variable entry. In the exported apk that I sent to myself and installed on my galaxy s4 the videos dont show up at all. Not for your example which I left alone (NY Times) or for my videos. Any ideas?
UPDATE: Figured out the admob problem… Instead of using my PUBLISHER ID like the documentation says I had to use the specific AD UNIT ID instead.
1 – Have you set ad_visibility to ad_on? Yes, then this is where the ads should appear, how about other activities? If no, this is probably body margin/padding.
2 – If videos do not even show up in the unmodified example section, then you probably haven’t configured the API correctly. Make sure you are using the correct certificates. If you still fail, try a server key.
Yes, the issue with the admob problem was that I had put my Publisher ID like the docmentation says but actually I needed to put my Ad Unit ID instead. Still trying to get the videos to work properly… Now your NY Times videos are showing fine but mine still wont load…
Try it without a channel id, just a playlist id first. Make sure your playlist ID is valid and that there are no hidden videos (etc) inside the playlist.
I’ve finally completed testing 5 different ways of entering my YouTube info and was still completely unsuccessful with getting my YouTube playlist to show the videos in the app. Not sure what “hidden” videos inside a play list means though? I only have 3 videos in the playlist and all of them are public. Note: the NY Times videos are all displaying and working properly. Just cannot get mine to work.
If this could have something to do with the API being setup or entered incorrectly can you please clarify which API key specifically needs to be entered? ...For instance: I created a “project” to get an API and it gives me a list of something like… Developer API, Developer Secret, Public API, Public Secret, and I think something else that said “tokens”. Either way I ended up somehow creating & using an “API for use with Android” specifically, I believe. So not sure if that will help you tell me what’s wrong or not but I really hope so! (Fingers crossed).
And lastly… 1 – Is there a way to set a splash screen that shows when first opening the app? 2 – Is there a way to add a section item (menu item) that targets another app if installed? For example if I wanted to include an item for a Facebook page (“Facebook”) and rather than just inputting my fb ur into an additional webview just have it as a link?
I can basically say the following: if you can retrieve videos for NewYorkTimes, you should be able to get videos for your other playlists. So the only problem could be your playlist ID. Please make sure you add the item to the menu (SlidingMenuFragment) exactly the same as you do with the NewYorkTimes (except the id and title ofcourse). Please verify if your playlist id is verified (perhaps on some website that does something with youtube playlists. If you still have no sucess, pass me an email with your playlist id and I’ll have a look.
For your second two requests, both are certainly possible, but I do not include template customization in our support.
How to display a single post of wordpress or category wise . http://www.example.org/api/get_post/?post_id=47 this format not working
Please read you documentation carefully. You only need to enter you API base url. Which will be: “http://www.example.org/api/” in your case. If you’d like to specify a category (e.g. blue-cars), you should enter: “http://www.example.org/api/,blue-cars”
Thanks for the quick response.Actually i want to display a particular page or posts from specific categories, The format you provided “http://www.example.org/api/,category-slug is not working
Check the demo app or default configuration, it definitely works. Please make sure you category slug is valid.
Thanks, the category url is working, Any url for fetching a wordpress page or a single post?
A single post is shown in the Wordpress Detail Activity when you click a list item. You can check how what intent is made in “OnItemClick” and perform it from the menu’s fragment.
Great update!
Thanks! Always great to hear positive feedback!
Nice new update, but i have one question
i see that there is enless scrolling
the question is an i limit the number of articles shows on scroll ?
This is different for every API. Twitter for example has 100, for Youtube it’s 50, for Wordpress it is unspecified. You can chage the number of results that is requested in every request, in the Activity page of the Item.
yes i know that,
in the new version there is something endless scrolling
i didn’t try it yet but i think it’s load more items every time i scroll down
the question is IF im getting data from wordpress and this data is more than 1000,0000 article,
can i specify how much article load every time user scroll ?
There will be more items loaded every time you reach “almost” the bottom of the list of articles. Then, there will be made a request to load some more items. Try the Demo & I’m sure you’ll get it.
hi, cannot download apk sample. could u send me by email / pm ?
Can I insert RTSP Protocol in this app? thanx
This varies for every stream, if you’ve bought the app you can test if this stream works. I’m planning to release an update soon which will increase the supported formats with at least support for m3u & pls.
when I use this protocol as a link, a warning appears “The protocol isn’t supported”
does it have new google play services for admob?
Yes, it uses the new admob over google play services
Hi there. do i have limitation while using twitter 1.1 API?
Only the limits defined by the API itsself.
Please, tell me you are going to do an ios version! Will you?
I’m currently working on an IOS version, but I can’t tell when I’ll be done.
Is there a way to add interstitial ads in the app?
You are free to customize the template yourself, but this is not included in our support.
i want to use youtube section only. how to remove another section and if i remove did it effect app perform?
You can set up the template as described in tehe documentation. You can adjust the sections that are created between sections 1 & 2. This should not affect your application’s performance.
Hi there, I like the concept of your app. Can you add the ability to put FB fanpage?
I’ve considered integrating FB in the next update:
Integrating all information from the fanpage into the app.
It would simply to much work to capture all information, including photo’s details likes etc. Above that, I wonder if this function would be used.
Integrating only the facebook timeline into the app.
This would be an option, but this is technically already possible. Simply create an RSS feed of the timeline and add an RSS item.
Yes I think it will be used, I think it can be useful for product owners who want to release app about news of their products, updates etc. And many of them are using fan page instead of just timeline.
Yes, but these updates and news would be shown on the timeline of the facebook fanpage (since fanpages have their own timeline)
Ahh ok, so it will still work with timeline then, with the next update
You can show the timeline of your facebook page already with RSS (which you can retrieve using the method above).
Awesome, thanks!