Skip to content

swaplab-engine/cordova-plugin-admob-nextgen-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AdMob Next Gen - Starter Templates πŸš€

This repository contains official starter templates for building high-performance hybrid apps using Capacitor and the AdMob Next Gen Plugin.

Choose your preferred framework below to get started immediately.

☁️ Cloud Build (Quick Test)

Don't want to install Android Studio? All templates in this repository are Cloud Build Ready. You can build the APK instantly using our public build service.

πŸ‘‰ Build Online: https://public.swaplab.net

πŸ“‚ Available Templates

Framework Preview Stack Details Action
SolidJS SolidJS AdMob Vite, Signals, Capacitor View Template
Next.js NextJS AdMob App Router, Tailwind, Static Export View Template
Qwik Qwik AdMob Resumable, Vite, Capacitor View Template

πŸš€ How to Use

You can download just the template you need using degit (recommended), or clone the entire repository.

Option A: Download Specific Template (Recommended)

Use npx degit to download only the folder you need without cloning the entire git history.

For SolidJS:

npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/solidjs my-admob-app
cd my-admob-app
npm install

For Next.js:

npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/nextjs my-admob-app
cd my-admob-app
npm install

For Qwik:

npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/qwik my-admob-app
cd my-admob-app
npm install

Option B: Clone Entire Repository

If you want to explore all templates at once:

  1. Clone the repository:

    git clone [https://github.com/swaplab-engine/cordova-plugin-admob-nextgen-template.git](https://github.com/swaplab-engine/cordova-plugin-admob-nextgen-template.git)
  2. Navigate to your chosen framework:

    cd cordova-plugin-admob-nextgen-template/solidjs  # or nextjs, or qwik
  3. Install dependencies:

    npm install

πŸ“š Plugin Documentation

These templates are designed to work with the AdMob Next Gen plugin. For complete API references (Methods, Events, Properties), please visit the main repository:

πŸ‘‰ Full Plugin Documentation

❀️ Support the Project

This Templates is developed and maintained in my free time. If it saved you hours of work, consider supporting the development!

Buy Me A Coffee

Your support helps me keep the dependencies updated and the cleaner script running smoothly.

πŸ“„ License

MIT