Feedews | Android Universal News App Template (Full Applications)


















Aug 6th 6th 2017
• Initial release | Android Studio 2.3.x project, Push Notifications with Parse Push hosted on back{4}app

Feedews gets its name from 2 words: feed and news. This is an RSS feed reader to get all news in one place, there are several Categories and you can share articles to social networks and email by opening links to your device’s internet browser and use the share function.
This app also works with Parse Push Notifications, you can send pushes to all registered users by using the Parse Push web console on https://back4app.com

Since its Push Notifications system is by Parse you don’t have to buy any domain/hosting, there are NO php files to upload to a web server so you’ll save some money for sever side.

Feedews is a native Android Studio project, Java/xml language, Universal, super easy to customize. All RSS links are stored into strings.xml files and the User Guide included in the package shows how to edit them.
PLEASE NOTE that those RSS links are for DEMO PURPOSES only, you should use your own ones and also may need to grant the Rights to make them visible in your app due to some Copyright Policies of the RSS links owners.


About Parse SDK and back4app

Read this article for more info about back4app and Parse SDK: https://hubpages.com/technology/Parse-SDK-will-not-shutdown-in-thanks-to-back4app

Can I host Parse Server on my own server?

Yes, although I don’t provide support for the setup process, you can read the official Guide here: http://parseplatform.org

What about free support for this template?

I can offer free support for bugs encountered in the original code.
Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on my computer.

How do I rename the app’s package name?

Read this tutorial to learn how to rename a package name: https://hubpages.com/technology/Android-How-to-rename-an-app-package

Should I use the latest version of Android Studio to edit this template?

Yes, I always update my apps to the latest version of the IDE and you also should make sure you’ve updated the Android Tools to their latest version by the Android SDK manager.

The demo APK crashes on startup

Make sure that the minimum Android version of your device is the one listed in the FEATURES section below. If the problem persist, please contact me by my profile’s contact form and send me the Logcat message of you get when the app crashes along with the steps you made to reproduce the crash.
Please note that not all real devices print an error Logcat message, in this case just run the APK into the Android Studio’s emulator and you’ll surely get the red messages about your issue.

How do I remove AdMob banner ads?

  1. Enter the .xml files where there’s an AdView and remove its code:
        <com.google.android.gms.ads.AdView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            ads:adSize="BANNER" 
            ads:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.ads.AdView>
    
  2. Enter the .java files where there’s an AdRequest instance into its onCreate() method and remove its code:
            // Init AdMob banner
            AdView mAdView = (AdView) findViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().build();
            mAdView.loadAd(adRequest);
    
  3. Lastly, remove the play-services-ads reference in the build.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    





  • Android Studio 2.3.x project – Universal
  • Android 5.0+ – Backend with Parse SDK hosted on https://back4app.com
  • AdMob banners
  • You can translate this app into other languages – Italian demo language included
  • Send Push Notifications to all registered devices via Push web console on back4app
  • Easily store your RSS links into string.xml files
  • Editable Categories
  • Mini browser implemented
  • Nice User interface
  • User Guide included
  • Well commented code
  • PSD icon files included

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • A Google Developer account to submit apps to the Play Store
  • An AdMob account to generate your own banner UNIT ID
  • A free account on back4app.com








We’ve recently found out that some developers have bought our app templates, reskinned them just a bit and put them on sale on other source code markets similar to CodeCanyon, saying that they developed and own such source codes.
That is a serious copyright infringement, developers who buy our templates are allowed to reskin and sell them as apps on the App Store (accordingly to the License type they’ve purchased a template for), but are not allowed to put our original source codes for sale on source code markets, including CodeCanyon.
We will report developers who made copyright infringements to the competent authorities.
Thanks.

Download Feedews | Android Universal News App Template (Full Applications)

Leave a Reply

Your email address will not be published. Required fields are marked *