Code

Discussion on WordPress News App

Discussion on WordPress News App

Cart 131 sales
Recently Updated

150 comments found.

Hellow
Can I change the way push notifications open? It opens in WebView, but I want it to open in the app itself.

Hi, We don’t quite understand how you send push notifications, maybe it’s better to try to document how you send push notifications by recording a screen capture video first, you can send the details to our email: help.solodroid@gmail.com Thanks

Hello, when will you add the online streaming radio option? It would be the best. Regards.

Hi, This is a WordPress News App, so there are no plans to add an online radio streaming option, if you are looking for an online radio streaming app that uses WordPress as its backend, of course WordPress Radio App is more suitable. Thanks

When is the update?

Hi, The update is expected to be released this month. Thanks

Please add deeplink feature

can you please send documentation

Hi, For documentation preview, you can contact us via email: help.solodroid@gmail.com Thanks

Request new feature

Add live video section Add short video section like youtube

Pre purchase questions:

1. Does the app automatically send notifications to users after a post is made on the WordPress?

2. Does it send notifications after a post is updated?

3. Can I upload it on playstore?

Hi,

For WordPress News App item:

1. Yes, you can send notification automatically after a post is made

2. Yes, notification can be sent after a post is updated.

3. Yes, you can upload your own version using this item on Google Play Store.

Note: for point 1 & 2, required to install onesignal wordpress plugin and configure it.

Thanks

thiss app work wordpress all theme??

Hi, Yes, this app will work with all wordpress theme. Thanks

Google Play banned your Google Play Console account twice. How can you ensure your app is safe for the Google Play account?

If you think your code is still safe for Google Play, why can’t you use a demo app from Google Play?

Hello I need some helpon custom work please check your email I have sent from my personal email id

Hello, Can I test the back office
because I searched for an article in the test site with several images inserted in the article and I found nothing

Hello,

Can you add the code by which we can embed the Instagram, facebook, youtube and other videos in the posts and that play in the app only?

Thanks, DK

Hello,

Can we add the code by which we can embed the Instagram, Facebook, YouTube shorts and other videos like uploaded videos in any size in the posts and that play in the app only?

Thanks, DK

Required by: project :app > com.github.solodroid-dev:multi-ads-sdk:2.3.0 > com.wortise:android-sdk:1.6.1 > com.wortise:adapter-chartboost:9.7.0.0 > Could not find co.ogury:ogury-sdk:5.8.0. Searched in the following locations:

Hi,

Open settings.gradle (Project Settings) and update the dependencyResolutionManagement
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
        maven { url 'https://android-sdk.is.com/' }
        maven { url 'https://unity3ddist.jfrog.io/artifactory/unity-mediation-mvn-prod-local/' }
        maven { url 'https://maven.wortise.com/artifactory/public' }
        maven { url 'https://artifact.bytedance.com/repository/pangle' }
        maven { url 'https://cboost.jfrog.io/artifactory/chartboost-ads/' }
        maven { url 'https://maven.ogury.co' }
    }
}

Thanks

Please add a view count to the posts, similar to your other template, Android News App. We want to see how many people have viewed our posts.

Hi, is it possible for me to attach my WordPress website so that the app displays the same post?

hg87

hg87 Purchased

What would be the conditions for loading more news or posts on the home page to cause the app to close? I can’t get it to work properly, I even wanted to remove home and go straight to categories but I couldn’t. In categories the navigation is perfect, only on the home page if I load more posts the app closes by itself.

Hi, Most likely there is one or more posts that are not formatted properly, maybe the image is blank or something else, try checking again, for further checking, you can send your wordpress site url and tell us the rest api provider you are using whether the default wp rest api or jetpack, you can send the details to our email: help.solodroid@gmail.com Thanks

I have sent you an email

Hi am try to add a web view with a new nav bar I have successfully added the nav bar the problem am having is to initialise the nav bar from the mainactivity.java can you help with with that here is the code how I did it1. Add a New Item to the Bottom Navigation Menu

Update the menu resource file used for the bottom navigation bar (e.g., res/menu/bottom_nav_menu.xml) by adding a new item for the “Shop” navigation:

<item android:id=”@+id/navigation_shop” android:icon=”@drawable/ic_shop” android:title=”Shop” />

2. Create a New Fragment for the WebView 1. Create a new fragment class for the “Shop” section (e.g., ShopFragment.java):

import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.webkit.WebView; import android.webkit.WebViewClient;

import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment;

public class ShopFragment extends Fragment { }

2. Create a corresponding XML layout file for the fragment (e.g., res/layout/fragment_shop.xml):

<FrameLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:layout_width=”match_parent” android:layout_height=”match_parent”> </FrameLayout>

<WebView
    android:id="@+id/webView" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" />

3. Update the Navigation Logic

Update your MainActivity or wherever you’re handling navigation to include the new fragment. For example:

bottomNavigationView.setOnNavigationItemSelectedListener(item -> { Fragment selectedFragment = null; });

switch (item.getItemId()) {
    case R.id.navigation_home:
        selectedFragment = new HomeFragment();
        break;
    case R.id.navigation_category:
        selectedFragment = new CategoryFragment();
        break;
    case R.id.navigation_favorite:
        selectedFragment = new FavoriteFragment();
        break;
    case R.id.navigation_shop: // Add this case
        selectedFragment = new ShopFragment();
        break;
}
if (selectedFragment != null) {
    getSupportFragmentManager().beginTransaction()
            .replace(R.id.fragment_container, selectedFragment)
            .commit();
}
return true;

can i run admob ads using regular lisense ? can i reset/change this wordpress website url anytime? can i run admob ads inbetween posts and home page posts? ddo you have any video tutorial docs?

Hi, Yes, you can monetize your app using admob, you can change wordpress site url anytime you want from the remote json, for the ads placement, you can check the demo version by yourself, we provide full documentation with screenshots, there is no video available at this time, but, the documentation is clear enough, also if you have problem when configure the app, we provide help support. Thanks

wortise sdk need to ne upgraded how can i do that?

Hi, Notice regarding wortise can be seen in this article here. Thanks

This is one of best code to create native app from WordPress website, but it has two problems that needs to be fixed
  1. Email Links Issue: When clicking on email links (mailto:), the app shows “error load web page” instead of opening an email client. Please add proper support for mailto: links.
  2. Images Not Downloadable or Zoomable: Images inside posts cannot be downloaded or zoomed. Adding functionality for long-press to download images and pinch-to-zoom for better readability would significantly enhance usability.
I would greatly appreciate it if you could address these issues in immediately.

Hi, Add the ?target=external attribute to your link so that it can be handled outside the app, for images, it can be handled in the image detail activity, make sure your image has been added a link from the image url itself. Thanks

Thank you! Both solutions worked perfectly. I hope in a future update, the app can handle email links automatically without requiring manual edits to the content.

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