OctopusCodes - Android CMS icon

OctopusCodes - Android CMS

Hot or Not
OctopusCodes - Android CMS

Description

Product Description

OctopusCodes Android CMS is a Mobile CMS System which run under Android platform that used for your own applications. With powerful and Responsive Admin Panel can manage categories, articles, app profile information, change admin username and password, etc. This application created by Android for client side and then PHP MySQL for Admin side. Run under Android platform which is the most popular operating system in the world. Using this application you can save your money and time in creating application for your own applications. OctopusCodes Android CMS has an easy administration page that gives you full control over categories, articles, accounts, roles, pages, comments, contact and settings.

Android App Features

  • Build in latest version of Android Studio
  • Navigation Drawer with Header Image and App Name
  • All data from App will load from Admin Panel
  • Display Articles in Multiple Styles: Random, Latest and Mosted Viewed
  • Pagination for Articles
  • Search Articles
  • Display Articles by Category
  • Post and See Comments for Articles
  • Display Sub Categories Multiple Styles: Listview and Gridview
  • Easy Enable or Disable AdMob and StartApp ads
  • Display Content of Pages
  • Showing Progress Dialog

Admin Panel Features

  • Manage Categories
  • Manage Artiles
  • Manage Comments
  • Manage Contacts
  • Manage Account
  • Manage Roles
  • Manage Pages
  • App Setting
  • Change Admin Profile

Live Demo

Requirements

  1. Server Requirements

    • PHP 5.x
    • MySQL 5.x
    • Linux Hosting
  2. Android App Requirements

    • Android Studio

Install Application

  1. Install Database on Hosting

    Create new database on your hosting and run androidcms.sql file. Create database user and assign dbo rights to the user.
  2. Install Server

    1. Unzip Main.zip file and upload to your hosting.
    2. Open database.php file in serversource codesandroidcmsapplicationconfig foler and change values of hostname, database, username and password as below:
      • hostname: your server name
      • database: your database name
      • username: your username
      • password: your password
    3. Open config.php file in applicationconfig foler and change value of base_url as below:
      • $config[‘base_url’]: your domain name
    4. Run website and login with default account:
      • Admin Panel (Admin access) URL: Username: admin Password: 123 Remember that you can change default admin URL in order to secure admin UI entry point.
    5. Change setting values from admin panel for app.
  3. Install Android App

    1. Open RestUitl.java file from MainAndroidOctopusCodesAndroidCMS.
    2. Change setting values as below:
      • BASE_URL: url access restful web services from server
      • keyValue: value from general setting in admin panel

Product Support

If you have problems, questions, ideal, etc…Contact me via email octopuscodes@gmail.com Please contact us with any questions you may have via the contact form on my author profile page.

Product Updates

  • Free Updates
  • 100% Support

History

  • V1.0 Released – April 28, 2017

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

Bizzy | Android Multi-purpose WebView App + Website icon

Bizzy | Android Multi-purpose WebView App + Website

Hot or Not
Bizzy | Android Multi-purpose WebView App + Website

Description

17 Apr 2022
• Upgraded to Android 12
• All libraries updated
• Gradle updated
• Jdk issue fixed
• Manifest issue fixed
• Firebase updated
• Added notification channel to support Api 26+ devices
• Admob crash fixed
• Apk updated
20 May 2020
• Migrated to AndroidX. App version updated to 28. Gradle files updated.
• FCM implemented
• Documentation updated as per latest Google recommendations.
30 July 2019
• Fixed the loading issue on Application
• Update project to latest Version Android 9 
• Apk file has been locked. (We have defined Pro-guard rule in the application. It can be restricted to reverse engineering of your application)
• Fixed WebView and slow response issues by using enable hardware acceleration
• Fixed back Stack issue. Now stack is handed on the back press of web Url if user is on the next page.
17 April 2018
• Added Firebase dependencies in build.gradle(Module:app)
• Removed the 'com.google.android.gms:play-services:+' and updated all dependencies to the required ones only 
• Added the 'google-services' classpath in the dependencies{} list in build.gradle(Project:)
        classpath 'com.google.gms:google-services:3.2.1'

• Added this Permission into Manifest.xml:
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

• Updated the Documentation (connect your App to Firebase for GCM and Ads)
15 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left only this one in build.gradle:
     implementation 'com.google.android.gms:play-services:+'
10 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in build.gradle
• Replaced 'compile' with 'implementation' in build.gradle (Module: app)
• Updated classpath 'com.android.tools.build:gradle:3.1.1' in build.gradle (Project:)

Bizzy is a Universal App with WebView + Website Template to show your business portfolio, team members, services and info in mobility.

The app has an embedded WebView so you can have it display any responsive website by simply editing a line of code!

   // Replace the string below with the path to your website: 
    public static String WEBSITE_PATH = "

The package contains a fully responsive website template, so all you have to do is to edit the HTML and CSS files, upload them to your own hosting server and set its path in the Configs file of the app. You can also send push notifications to all registered devices via the Parse Push web console on back4app.com.

Users can contact you with the Contact form, just set your own email address in a php file.

Bizzy is a native Android Studio project, Universal, super easy to customize, html, css and js files included in the “website” folder.

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:

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 of 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 persists, 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 3.x project – Universal
  • Android 5.0+
  • AdMob banners
  • Parse Push Notifications with back4app
  • Full Responsive website template included, based on Bootstrap
  • contact_me.php file included, to allow users to email you via the contact form
  • PDF User Guide included
  • PSD icon graphics included
  • Easy to customize, well commented code

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • A domain and hosting server where to upload the website files, it has to have PHP enabled (GoDaddy, HostGator and many other providers have PHP installed as default).
  • Photoshop or any other image editor software
  • A valid Google Developer account to submit apps to the Play Store
  • A free account on back4app.com to be able to send Push Notifications to all registered devices

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.