Code

Discussion on Universal - Full Multi-Purpose Android App

Discussion on Universal - Full Multi-Purpose Android App

Cart 7,287 sales

5770 comments found.

The new update opens youtube live videos in youtube mobile app instead of in-app player. It wasn’t so in the previous versions.This takes users away from the app. How can I resolve this? I don’t want to send users to my youtube channel for live video streaming

That’s strange! I have’t changed anything in this area.

Note that even the in-app player you previously saw was actually the Youtube app itself ‘secretly’ embedded into our app using the Player API. It can be that updates in the Youtube app removed/changed this API (resulting in this new behaviour) or that your particular device doesn’t properly implement Google Play Services or the YouTube API

I don’t know much about coding, So can i create online store from woocommerce When users open the app, it should show direct homepage of the store, with categories on the top like your demo app Pls reply

Yes, you can either use http:// with oAuth 1.0 or https:// with oAuth 1.0 or Basic Auth, it’s up to you :)

Can i use any woocommerce theme to work on this app

If you use WebView, your WooCommerce theme will work.

Suggestions: Language switch and dark mode visual button (could you help me set this up? Send me the file colors.xml)

Thank you for your feature suggestion! Have a nice week :)

Hai sherdleapps,

First of all thank you for all your previous support. I am creating a daily news wordpress website which I need to convert as an app using universal. I need to implement push notification to all app users’ notification bar regularly at the time when each news is updated in the wordpress site. Can you please guide me in making this happen.

Is it possible with onesignal wordpress plugin? If not please guide me to implement this feature.

Looking forward to hear from you soon.

Thank you.

Yes, OneSignal for Wordpress implements notifications differently. For more control, you should either use OneSignal.com’s dashboard for notifications of manually edit App.java with custom logic to handle the different payload of the Wordpress plugin.

Ok can you please help me to edit the App.java file to open onesignal wordpress notification using wp onesignal plugin inside the app itself rather than on third party browsers when clicked. I tried using something on the web but can’t able to find anything. Please help me for this.

I’m sorry, but I can’t assist you with customisations to the template. Thank you for understanding :)

Hi, My OneSignal API key looks 8e8da6b4-3621-427b-ad7d-adbc41c6e8cb … I get a warning on Android Studio about the DASH – .... Should replace ”-” with “–” in the strings.xml values….?

—-&,#8211

It turns to Dash here…

You can just ignore this warning. Your app should work fine without it.

If you want, you can get rid of the warning by one of the ways described here: https://stackoverflow.com/questions/10578551/how-to-put-a-in-string-xml-file

hey! it’s really a very nice app, you guys are one of the best developers. I just have a little question Would you add a language switch button to the app so the language can be switchable for the viewers and it’s not limited to the phone language ?

Thank you for your feature suggestion!

@abduladam45 the checkout page uses webview, as such to get the effect you desire, you can use UserAgent specific CSS to style the check page, hence you can remove all unwanted elements, this will only affect users accessing the site via the app. You will need to declare a unique UserAgent for the app.

Hi, In map view I have created a Geojson and successfully linked it to the app. The problem I have is I want the user to touch the marker and be directed to a webview page or PDF file hosted elsewhere. I have created a link but when touched nothing happens. You help would be appreciated.

My current Geojson code looks like this:

{ “type”: “FeatureCollection”, “features”: [ { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [ -0.12656919093126362, 51.50673961512839 ] }, “properties”: { “name”: “London”, “popupContent”: “http://example.com”} },

Urls should be formatted slightly different:
"properties": {
                 "name": "Cheese",
                 "url": "http://google.com" 
                 }

Hello sherdleapps please how can i set the checkout page to show what is exactly in your demo. i have setup the checkout but it show the website together with billing address and the paypal checkout.But i dont want the website to show. i want only the billing info and the paypal checkout to show as seen in your demo. thanks

You can contact the author of the theme (given that this is a WooCommerce theme) and ask him if he supports distraction less layout with his theme.

If he doesn’t, you might need a different theme (like the one I linked to) or you need to manually edit the page code to remove all distracting UI elements.

okay one thing the theme am talking about is wordpress theme not woocommerce theme so let me know that the one you recommending is woocommerce theme

Here you have our theme: http://www8.zippyshare.com/v/gCk9RN6N/file.html

However, please keep in mind that isn’t a beautiful, or multi-purpose woocommerce theme. We always recommend to manually edit your own theme to support distraction-less checkout.

Configurations of the config.json are now cached for up to 48 hours in the app before any changes can appear It wasn’t s so in the previous versions released. This is not suitable for me please How can I reduce this cache duration in the app?

Yes certainly

I want to set it to 30 minutes as follows:

  • 60 * 30 is that ok? Removing the ms, hrs and day

Only remove the hours and days. Time should be in ms total

Hello .. thanks for awesome apps

Now i want to ask you

1)about how i can edit that app data (view) ? i which root file ?

2) how i can run that script in androind studio cause i try alot and it not , what is the right way ?

3) should i download the marshmello android to use it , or android preview one is enough to run and use your script ?

Regards thanks

1) You’re looking for Config.java, Strings.xml and Config.json. I’d strongly recommend visiting our documentation at http://sherdle.com/help/documentation/ to learn more about what to enter in these files, and how to edit them. 2) We have full step-by-step documentation and videos on importing your template at: http://sherdle.com/help/documentation/ 3) You’d need to Android 8.0/8.1 SDK. You can test your app on Android 4.2 to Android 8.1

please send documentation of app

Our documentation is exclusively available for our buyers, so I unfortunately can’t share it with you. But if you have any questions about the documentation I’m happy to answer them for you!

[ ”?#Brexit” ]

Please confirm if this ‘argument’ format in Twitter provider is working well in the new update, its showing blank in new update but works well in old.

It should still be accurate, giving that you only enter ?#Brexit (without “). If you experience any further trouble with this, please submit a ticket at sherdle.com/help/ticket with the log.

in WebChromeClient supports multi select files?

It does not work for me!

my web. <form method="post" action="/save/images" name="send" id="send" enctype="multipart/form-data"> <input type="file" name="data[]" id="camera" multiple=""> <input type="submit" name="send"> </form>

Hi! We currently don’t support multiple file select with Universal (due to limitations in WebView and device support). You might try a single file upload form instead.

Is it possible to change the database that stores the favorties to firestore?

Yes certainly, you’re free to make any modifications you like to the template.

Thanks. Also how do you change it to search all of youtube instead of the playlist

We currently offer no functionality to search all of YouTube. We only support searching within channels or playlist

Hello, how hard can it be to integrate WP pages, or for ex. contact form, or some other simple form? Both for android and ios version. Thank you!

Hi! With Universal (on Android and IOS) we provide WebView support, so you can show any webpage you like. Including all kinds of Wordpress Pages, like contact forms.

I need to know about this product. Q1:- Is this product use as drag and drop like ready made script ?

Q2:- By using your this product how many apps can i make? (I means For one time paying like 26$)

Hi! I’m happy to answer your questions:

1) Universal is very easy to use, and it requires no coding. It isn’t drag + drop only though, we provide a web tool for configuring your app visually but you need to compile your template in Android Studio (we provide full step-by-step video instructions for this ofcourse).

2) Per CodeCanyon License Terms, you can create 1 app (end product) per license (26$). For each app you create, you’d have to purchase an additional license.

Please feel free to let me know if I can answer any further questions.

Thanks for your response, what is the function of extended license means, is it means that I can create many apps with it if I buy extended license for one time?

Both the extended and the regular license allow for 1 end product to be created. The difference between the extended and the regular license is that the extended license allows charging end users for your product (i.e. paid apps, in app purchases)

Hello .. Can i use RTL language as arabic and so on .. , then how i can add google adsense adv on it ? it’s their easy way to make it ?

Hi! You can certainly use RTL and Arabic. See our KB on using RTL languages and translate your app in Strings.xml

We currently don’t offer Google Adsense however.

Please feel free to let me know if I can answer any further questions.

facebook Api comment does not work

It appears that Facebook has made changes to their API prohibiting displaying comments if you are not the owner of the account:

Since v2.11 of the Graph API, you need a Page Token to get user data of comments: https://developers.facebook.com/docs/graph-api/changelog/version2.11#gapi-90 User information will not be included in GET responses for any objects owned by (on) a Page unless the request is made with a Page access token. This affects all nodes and edges that return data for objects owned by a Page.

We will update Universal to support this (i.e. hiding comments if you are not the page owner).

I have my config.json file in my hosting. I update it and upload, but in the App menu is not updated. Any problem? In my .APK, CONFIG_URL is well placed. Thanks.

Configurations are cached for up to 48 hours. So waiting a few days will resolve this issue.

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