Looks like App Inventor doesnât have a banner ad component so no. However this request sounds like not good. Dynamic banner ads can help people about developing (more) earning apps and I donât want to let it happen.
Great extension
You beat me to my own game
Facebook or even more popular apps show ads dynamically, would you call it an earning app ?
Why do you guys think all the time that only earning apps can be made in kodular?
The thing which has its advantage also has its disadvantage.
Do kodular, google or Admob or other ad networks approve the earning app? If not, why are you worried that people can earn from the earning apps,
Why would you put more than one banner ad in a screen anyways?
I didnât say Dynamic Ad Banners means Earning App. This is only applies to App Inventor. Because most people who started using App Inventor just creates an Earning app as first app.
Have you ever seen an earning app which created on Android Studio? Who wants to spend a lot of effort for an earning app (which will be banned) on Android Studio? App Inventor removes that effort, so this allows users to make an earning app in just 5 minutes.
If they checked EVERY application, why would people (including me) trying to reduce earning apps then?
Google doesnât check every app on Google Play, because they canât check a lot of applications. So it is in our hands to help them.
I want to show ads between contents like facebook or other popular apps, because I donât like implement ads below or above the screen, so I want to show ads between content so that the ads will be hidden after scrolling the content.
Actually, Facebook, Instagram etc. is not using Dynamic Banner Ads, it just promotes your post, picture, video etc to everyone/most people by paying money to them. So they works like normal post, so you can interact with them, like, comment, report. You never see a classic AdMob banner which you canât comment on it, send it to your friends etc.
Please donât let this thread being hijacked by another ad-junkie!
Btw great extension!
Great Extension - One of the best extension.
But I support @AvTaar
Forget about Earning Apps
If any developer want to make app like facebook, banner ads on top or bottom of screen can be irritating for users, it will be nice if there will be dynamic ads when scrolling content.
But think it is against google policies to use banner ads dynamically
You can use ADMOB NATIVE ADS for that but you can not use it currently on Kodular.
why not return a component with Create block? then we can save it to a variable direcectly. in that case thereâs no necessary to use Id property.
I think so.
I actually did that for my previous extension but looks like some people confused a bit, so I added an ID so you wonât need to save in a variable and it is much understandable. You can use GetComponent block after creating component and get the componentâs itself you can save it to a variable as you want.
Well, you can add WebViewers dynamically and so you can insert an ad banner to it.
Fabulous extension, Yusuf!
Congrats
That was admob banner ad.how can I use that with webview.by the way can we can create dynamically webview with this extention
I have been waiting for something like this. My app as forms of checkboxes the user needs to fill out and adding them was always a pain. Now I should be able to dynamically generate my forms just based on the list of questions and make everything so much easier. Thanks a bunch!
@yusufcihan Hey, just a stupid question⊠How can I create two or more same components in a âforâ? Because give me an âerrorâ âsame idâ.
Sorry for my english⊠and thanks again!
what about using a new id for each new component?
Taifun
Use a different variable. Like cardviewID and gridviewID, increment in 1 each in every pass. Use those instead of the local variable number.
Make cardviewID to start at 100 and gridview to start at 200 so both will be different.
Or use your current blocks but join âcardviewâ+number for cardview and âgridviewâ+number for gridview.