Code

Discussion on Universal - Full Multi-Purpose Android App

Discussion on Universal - Full Multi-Purpose Android App

Cart 7,287 sales

5771 comments found.

The only reason I bought this is to turn my web form in to an app, and I just find out that you can’t even upload thru the webview, but I can thru the browser on the phone. can you do something about this? other wise this app is useless for me.

I’m sorry to inform you that I cannot give you a refund, only Envato Support can provide refunds in case of a faulty item. Unfortunately, this is not applicable to you because there was no reason for you to assume file upload was a feature of this template, since it was not mentioned in the feature list and it was not a feature in our demo. But you’re always free to contact Envato and give it a shot.

I’ll be glad to help you with anything else.

if you could help me make this page http://www.francesco.iovine.name/w3c/mediacapture/ to work the same way as it’s working in android browser, that would help. Try to open that page in android browser and click Browse under Capture an audio using voice recorder, and it will open right away in the voice recording app, and then you can upload that file. I need the same thing but in webview

As said earlier, this is just not technically possible due to limitations of the WebView: https://code.google.com/p/android/issues/detail?id=62220

Por Favor. Please. Help Me. http://i.hizliresim.com/rmZQa3.jpg

You can remove the android-support-v7.jar file from the ‘libs’ folder in your main project.

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

Hi, Can we keep notifications on by default? Its off currently. Users need to enable it manually

How to turn off siding menu on start up?

Open the MainActivity.java file and remove the following line:
mNavigationDrawerFragment.openDrawer();

Can you integrate for android studio push notifications? to send it by my own server? I want to buy this if you add that :)

I’ve got currently no plans for this, but it’s relatively easy to add it yourself with Parse’s tutorial: https://parse.com/tutorials/android-push-notifications

im new on eclipse and i dont know more thant change texts and more.. :(

I’m sorry to hear. But I have no plans for any server side solutions.

Hi, I’ve purchased the item this item through my friend’s account as I had some problems using Paypal, and I’ll sned you my purchase code after writing my questions:

1- Is it possible to get wordpress posts like what it is now but open each item in using webview?

2- I have a small problem, When I open a wordpress post in webview I can write nothing in comments area (text fields/area), How I should fix it?

1. This is currently not possible. 2. My bad, it’s called ‘htmlTextView’, you should be able to find it around line 145 in WordpressDetailActivity.java

Writing (focus) in webview should be enabled by default, though this default configuration varies for some devices. In this case you’ll need to override these settings (like you suggested with your code). This must be done for every individual webview (there is not a global setting).

Also, you should change the following layout attributes of the webview to true in the fragment_webview.xml file found in the res/layout folder:
        android:focusable="false" 
        android:focusableInTouchMode="false" 

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

Wow, Nice! This last configuration really helped. Thank you so much.

hello author. i like you create video tutorial. but you not create for change wordpress ? and how to connect wordpress to application?

where the error log?

Errors can be found in the ‘Error’ tab. Other relevant information might show up in the ‘Console’ tab. (if these tabs aren’t visible you might want to go to window and enable these tabs).

hehehe sorry . im so newbie about that :)

Hi, nice app! :)

i build with Android Studio, and sucessed.. but in webview, where my website page showing a form, i cant input keyboard anything there (qwerty keyboard not show). Also for the RSS FEED, its possible to open link in the same webview? because when i open the link always redirect to the default android browser.

Thanks

Your first issue is apparently default webview behavior which our app has no influence on. The second issue is certainly possible, you you’ll have to integrate this yourself.

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

I have a question: does the app play the youtube videos in full screen in the custom webview (the on that loads websites) ?

Thank you

No, currently only embedded videos are supported.

ok, but an embeded youtube video can be played in full screen ?

Currently the embedded video can only play within the given dimensions in the html/css of the webview. So an embed cannot play full screen.

the app is great but please add this if it possible:

that in the rss section will also be parallax scrolling like in the wordpress and the parallax picture will be from the rss thumbnail.

thanks

This is currently not one of our built in features. But you’re free to apply the layout of the wordpress item to RSS (basic Android knowledge required).

Hi! few more questions: 1) The plugin which you have used for WP, isnt it kinda outdated? is it safe to use it? 2) How can we have protected api? so that only my app can pull data from my WP site. 3) This might be a bug: so on demo app for “android police” I started a video from WP post and then I pressed back button so it brought me back to the post list view section. but it sounded like video kept running in bg!? cause I was able to hear sound of the video playing in even though I was on blog post list!

1. Even though the plugin might be a bit old, it still is stable and works great on all wordpress versions. It is actually the most popupar JSON plugin today.
2. I believe this is not an integrated feature, but you’re free to edit this plugin to ask for a password (or change the default request directory).
3. This is a video in an webview (apparently default webview behaviour). I’ll certainly have a look into it.

cool! thanks

Hi! Any plans to support android 2.3+ ?

Currently we have no plans for this. Android 2.3 has a market share below 10% and in order to integrate new features and designs faster, we chose not to support it.

Hi, please suggest how do i add categories for wordpress using json.? JSON site.com/apk works fine it shows recent posts. Any way to add posts of categories.

Awaiting reply.

Thanks

Sure, this is also in the docs. Use:
http://blog.com/api,category-slug
So the api url and the category seperated by a comma.

Thanks, Solved

Does your app work with Android studio ?

It should work, but I have not tested it and it is not yet covered in the docs.

I’m planning to support Android Studio early 2015.

With ‘Support’ I mean a full video based documentation. There is an Android Studio version of the template included in the latest update.

Hello,

I would like to thank you for the app! The app is great!

There are some difficulties with the tutorial. Would you be kind to update the tutorial? How to start with Android Studio? There are no chances to follow up the tutorial because you can’t download ADT bundle anymore.

Thanks in advance!

Android Studio version will be included in the next update (apprx. 1-3 days). It might take a bit longer to update our docs with Android Studio support.

Thumbs up!!! Great support! I recommend to everyone! Thank you!

Great to hear! If you haven’t already, please rate us.

Is it possible to show an specific div/area of a webpage inside app?

No, you can only show complete html sites. Ofcourse you can create a server where your strip the web pages, but this is behind the scope of our support.

In the next update can you improve the documentation to make it more beginner friendly. I bought the app as it was noted that it was very simple to change and use but the documentation is still very advanced.

Now, (this would be very inconvenient to show in a video). Once you’ve got the configuration file, you just have to copy and paste lines from thewritten docs to configure the app.

Would you have any ideas in how we could improve our docs even more?

“How to create a new section on the menu list” “How to add content into the app

This is described in our textual documentation (below the video in our online docs and in the pdf in our offline docs). As stated earlier, it would be very difficult and confusing to put this in a video.

Hello, ho to change date format in the wordpress list of articles? Thanks

This date format is passed by your server and is hard-coded so it cannot be changed (on the client/app side).

ok, so I have to edit json-api I suppose…

Yes, this would certainly be one way to go.

Hello after making the import and after cleaning the error in the application continues, could help me?

http://inteja.com.br/wp-content/uploads/2014/12/error.jpg

This can have various causes, please check the steps below:

- Your issue could be solved by changing the compiler compliance level to 1.6 by Project->Properties->Java Compiler
- Go to Project->Properties-> Java Build Path -> Libraries -> Add JAR’s and select the Android-Support-V4.jar file in the libs folder and the Android-Support-v7.jar file in the libs folder

Additionally, you can check these resources: - http://www.techrepublic.com/blog/software-engineer/a-comprehensive-troubleshooting-guide-for-androids-r-cannot-be-resolved-error/ - http://android-er.blogspot.nl/2014/09/the-import-androidsupportv7-cannot-be.html - https://www.youtube.com/results?search_query=cannot+be+resolved+to+a+type - https://www.youtube.com/results?search_query=cannot+be+resolved+to+a+variable

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