Kotlin is the platform for native app development (on Android). It's a ood idea to go there, as the app quality of native development is always clearly better than using some cross plattform approach, but looking for that I still see Xamarin, for example.
See
https://medium.com/@hardikthakker/best-mobile-app-development-platforms-in-2025-ae2127ef180a
It has a (too small) table "Comparing Platforms at a Glance" that's giving some pros and cons for the development platforms. You have to know (or read in more detail) Swift is the typical native platform for Apple apps development and Kotlin for Android apps. All other are cross plattform, so target both mobile types.
Though you want to develop apps as a developer and not use a tool for a non-developer audience, I'd look into one no-code platform by Google: AppSheet. The no code aspect of AppSheet is not the only way to use it. It has a dependency on Google Cloud and therefore also on pricing of Google Cloud usage. I played with this a bit, more Apps Script to automate things in Google Workspace (i.e. GMail, Drive, Docs, etc.) and found it simple and powerful enough, it's main base programming wise is JavaScript with a framework of classes for the Google Workspace universe. So it's obviouosly less interesting, if your app idea has nothing to do with that, but indeed you can make use of a Google Sheet (Excel equivalent) as a simple database, just like Excel can be used for small datasets. The overall feel of that is like progamming VBA, just not with Basic but JavaScript. JS is just a small brother of Java with a very annoying nature, but you might have come across it before in web related projects, just like HTML/CSS and then it helps making the learning curve less steep.
And if you feel neither that's a thing and also come to the conclusion Kotlin (Java similar) is not your cup of tea, there's also still MS Xamarin, I think that can use any .NET language You know what they say: C# is just Java in with other wording, VB.NET is almsot exactly C# with other wording, but it makes it closer to VFP OOP programming than C# or Java. Soo take aside it's also targeting iOS and it limits your usage of all native functionalities, it's perhaps easier to get into.