Scivillage.com Casual Discussion Science Forum
My genius idea for an app - Printable Version

+- Scivillage.com Casual Discussion Science Forum (https://www.scivillage.com)
+-- Forum: Science (https://www.scivillage.com/forum-61.html)
+--- Forum: Alternative Theories (https://www.scivillage.com/forum-130.html)
+--- Thread: My genius idea for an app (/thread-19675.html)



My genius idea for an app - Ostronomos - Jan 25, 2026

A little over 3 years ago I was ^ and I came up with a genius idea for an app. Something consistent with the profound mind-altering effects. As has always been my experience.

I'm currently honing my intellect towards C++ programming in an effort to develop this app within the next year.

So far I'm on chapter one of C++ Primer. It's a highly complex language as you will see shortly.

Basically, each program starts by including a header or more. Headers from the standard library are enclosed in angle brackets. Headers that are not part of the library are enclosed in double quotation marks. The name of the header is derived from the name of the class, if you're using a class. A class defines a type. The name of the type is the same as the name of the class.

Next, inside the main function - where the operating system runs a program by calling main - it defines the variables or objects and initializes them to a certain value. Next it reads the data from the standard input into the object. Finally, it uses the output expression to print a sum or value (usually a numeric value or string) to the standard output.

Whenever we use an if, while or for statement as a condition, the effect is to test the state of the stream. If the read succeeds, then the condition is true and we execute the block immediately following the condition. If the statement is false, then we fall out of the block and execute the else branch.

A conventional sum - the result of two numeric values - may be added by the output statement. However, if one is using a class, such as sales_item, only the components are added, to generate a sum. Note the similarities of the two statments.



RE: My genius idea for an app - Peeples - Jan 26, 2026

So you start a thread about your "genius idea" for an app, and then proceed to say nothing about your "genius idea"? Is this, instead, going to be a blog about your experiences with C++?

What is your "genius idea"?


RE: My genius idea for an app - confused2 - Jan 26, 2026

I Wrote:Can you suggest a free phone emulator and a way to get a few buttons showing .. to help a beginner get started..?

AI Wrote:Yes, there are free Android emulators that you can use to simulate a phone environment on your computer. Here are a few options:

Android Studio Emulator: This is an official emulator that comes bundled with Android Studio. It allows you to create virtual devices with various screen sizes, Android versions, and hardware configurations.

Genymotion: Genymotion is a popular Android emulator that offers a free version for personal use. It provides a user-friendly interface and supports various Android versions.

BlueStacks: BlueStacks is another well-known Android emulator, mainly used for running Android apps on Windows and macOS. It offers a free version with limited features.

To create a simple app with buttons using Android Studio, follow these steps:
Launch Android Studio and create a new project.
Choose ""Empty Activity"" as the project template.
Open the activity_main.xml file and switch to the Design tab.
Drag and drop Button components from the Palette onto the layout.
Configure the buttons' properties, such as text and onClick behavior, in the Attributes panel.
Run the app on an emulator or a connected physical device to see the buttons in action.
Copy
Add reaction



RE: My genius idea for an app - Syne - Jan 26, 2026

Ostro has "started" tackling programming several times. He never gets anywhere with it. Likely because he's too high to concentrate or persist at it.
And he's got delusions of grandeur, where all his ideas are supposedly genius.

All evidence to the contrary.