Code

Discussion on Universal - Full Multi-Purpose Android App

Discussion on Universal - Full Multi-Purpose Android App

Cart 7,287 sales

5770 comments found.

Then there is TOUCHMODE for the left?

Sure, you can use: TOUCHMODE_MARGIN

Hello,

Is it possible to stop the slide menu from sliding when on a certain page? I have a web application that I am using in webview and you are able to touch and move items on the screen, when ever you try to move the object to the right the menu slides open. Just seeing if there is a way to disable it for just that item, if I cant do it per item is there a way to set the menu to appear only when you click the menu part up top?

Thanks

Sure, open up the WebviewActivity.java file and ook for the following line:
        slidingMenu.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN);
You could change it to TOUCHMODE_NONE;

Thanks!

sherdleapps : Answer very slowly….....

Hello, I recently replied to your email. The update is now available for download on Codecanyon.

Even though we try to reply as fast as possible, we won’t always be able to instantly reply to all emails. We always strive to reply within 2 business days.

I have used JSON API to fetch articles from my website. There is an Adsense Ad that is placed within the article for display on the website.

However, i dont want to show this Ad in the android app. How can i disable it?

I dont need a ‘one click’ way.. if there is anything you can suggest, no matter how much complex pls let me know.

I tried disabling the javascript using .setJavaScriptEnanle(false), bt then the youtube embedded videos didnt work

can we set something that allows embedded iframes to run the javascript but does not allow adsense ads to show up.

We already use JSOUP to filter the html in the description. You could use it to strip the admob (by ID, class, however it is defined). You should find this in the WordpressDetailActivity.java file.

Yup.. Thanks.. didnt see the JSOUP code earlier.. Works perfect :)

rss feed details page that admob does not show….

Details page

Yes, this is a bug. Update is on the way, if you would like the update right now, send me an email (from the contact form on my profile page).

I think I just purchased the wrong app. I thought this one also has the built in SDK for Airpush and do not see it.

We use Admob as our advertisement framework. We choose for Admob instead of Airpush because Admob is more mainstream, besides that Google does not allow push-based ads.

Let me know if I can help you with anything else.

Hello, I bought the product, but the error (red x next to the project) even after doing what is instructed in the documentation that the error is not resolved.

Note: You don’t need this step if you do not have any errors (project with error looks like: ).

Make sure your project is selected and go to project—> clean, select your project and click clean. Right click your project -> properties -> Java compiler—> Java compliance level and change it to 1.7 Right click your project -> Android tools -> Fix project properties Check if you have added all libraries (in libs folder & linked libraries), and if Google Play Services is succesfully linked. If you get “Unable to resolve target” you need to restart Eclipse. Google the errors that you are getting (errors window). Get help on our FAQ. Contact us.

I’m sorry to hear you’re experiencing trouble. Could you contact me by email, providing a screenshot of the ‘errors’ tab?

okay, I’ll contact you by email.

Probably banned because you monetized the app. Google will do this with any app that uses YT videos and ads. Best to not use admob and not post to Google play. There are 100’s of other places to publish too. Google is on a warpath, they use bots to detect and you cannot argue your case. They will not reply back.

A reply to pestho’s comment I assume? I’ll let him know, thanks for thinking along.

Yep sorry forgot to mention his name in my comment. :)

Peshto

I am working on integrating other ad networks like leadbolt and startapp. ( Still Having a Hard Time doing it)

I think if you change the ads from admob and publish to any place other that Google Play you will be fine.

Buyers and people looking to buy this template should not let this keep you from buying and using this template.It’s a great template. :)

Set the app for almost 10 youtube channel and add tumblr and radio and a news feed as described in documentation. Successfully published on google play and got few hundred downloads in few month. App name was unique – package name was unique – Icon was unique yet today Google banned my app and give me an alert of fully suspention of my developer account that includes other apps with over 5000 downloads. I had no copyright violation and just followed regular documentation of this app. Now I really don’t know who to blame! Is loading youtube content considered as content violation?

Yes, unless an ad-free app is a solution for you. You could look at publishing in other app stores.

The best of luck!

Anyway this is going off topic. Your template is very reliable and I could say best on envato. what happened to me may happen to ppl who are having a good time with your app. It would be wise to warn them about youtube and admob difficulties. I’m just saying. Thanx Wishmaster22. I appreciate your replies on my problem.

Have a good time!

Great to hear the positive feedback! Warning is included in the docs and will be visible next update. Although I assume this is problem is limited to very few users.

Hi, i’ve tested the demo apk on Nexus 5, Android 4.4.4 stock and i got a problem. I entered in an article, added to favorite, go my Items, i touched the article to open it and boom – app crashed. This is a known bug?

Yes, this is already solved in the template but I haven’t had any time yet to update the demo.

hi :) before i buy this script, i want to ask, this support file upload from camera and this support from SMS (Send Message) sms:12345 ?

Please check my other reply.

The next version, want to support the RTMP: I want to do TV online.

Thank you.

We might integrate this in our next update if we see a large demand for this feature.

You mentioned the latest update version is 1.2.2 but i purchase this template and its version is 1.2 So now how i get version 1.2.2 ????

1) We might integrate this in the future depending on demand. In the past. 2) Internet is checked when the app starts, we can (as most apps) assume that the user does not disconnect from wifi as he uses the app. Crashing is not an appropriate response though and we’ll try to fix this in the next update.

Refresh menu item in the RSSActivity.java is not working. Please take a look and give me a fix. ASAP

Send me an email and I’ll pass you the latest version (has this fixed).

com.universal.wordpress.ui error

- import android.transition.Visibility;

full image

Replied to your email

please help…...

hi great app..can this app webview html from local file..

Sure, put the html in the assets folder and use file:///android_asset/myfile.html as web url.

thanks, another question, can this play audio from androit_asset file? using same webview format?

Only if you use a javascript music player or similar. Not directly.

help , getting this errors


1- http://goo.gl/Ak3AO5
2- http://goo.gl/gsJKGS

You Have VDO tutorial step by step ?

I’m sorry to hear you are experiencing trouble. We’ve received your email and we’ll look into it as soon as possible.

Hello. I have just purchased this template. Its good and everything is working flawlessly except the WordPress api. My recent posts api url is: http://www.apkfreestyle.com/api/get_recent_posts/

code: oGeneralSection.addSectionItem(“wp”, null, WordpressActivity.class, “WORDPRESS_API_URL”, “http://www.apkfreestyle.com/api/get_recent_posts/”);

it just doesn’t show any in the app. What’s wrong?

Regards ApkFreestyle

You should use the API base url. In your case this would be: http://www.apkfreestyle.com/api/

Let me know if I can help you with anything else.

hi how to twitter https://twitter.com/MahmoodDev or MahmoodDev or name

can you help me to how to add twitter name

oPoliceSection.addSectionItem(“Twitter”, null, TweetsActivity.class, “TWITTER_USERNAME”, “sherineawahab”);

Hey, you should do it as following:
oGeneralSection.addSectionItem("title", null, TweetsActivity.class, "TWITTER_USERNAME", "MahmoodDevt");
Note that this only works if you properly configured your twitter api key.

Hi,

When material design update Willie arrived ?

Thank you

I’ll probably start working on Material integration later this year. This depends on demand and feature integration. The template is already compatible with Android 5 Lollipop.

Great !

Hello

This is a Pre-Purchase Query

I have a WordPress website which is responsive already. I just want the entire website to become a webview app, Completely. So when the users open the app it should show my website only which has its own design and stuff. I don’t want any template which is available in your demo. I just want my own website design to be available in it. Is that possible ?

2. I have a mp4 video file, i just need to make that 7 seconds video as my splash page, is that possible for you to assist me i guess some simple codes. would you help on that and possible?

Lemme know asap

Thanks

Hemanth

Hey, thank you for checking out our template! If you only want to show a website, I would recommend my other template Web2App which also has a splash screen.

This splash screen is an ImageView, you could change that to a VideoView. I would not recommend doing this (7 secs to load the app is to long), but if you want to you can hire a freelancer at Envato Studio or a site like Odesk.com. I’m currently not available for freelance myself.

Let me know if I can help you with anything else.

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