Posts

Blogger Post via .NET Program

  First, you need to create a Google account if you don't have one already. Then go to the Google Developers Console and create a new project. In the project dashboard, enable the Blogger API by clicking on the "Enable APIs and Services" button and search for "Blogger API" in the search box. Click on the "Blogger API" and then click on the "Enable" button. Next, create API credentials by clicking on the "Create credentials" button and selecting "OAuth client ID." Choose "Desktop app" as the application type, give it a name, and click on "Create." After you have created the credentials, you will be given a client ID and a client secret. You will need these values later on in your .NET code. Install the Google.Apis.Blogger.v3 NuGet package in your .NET project. This package contains the Blogger API client libraries. In your .NET code, create an instance of the BloggerService class and authenticate using t

Create a Mobile Calculator - Android Studio

Calculator Mobile Application - Android Studio 1. Open Android Studio and create a new project. 2. Choose "Empty Activity" as the project template. 3. Choose a suitable project name and select a package name. 4. Once the project is created, open the "activity_main.xml" file from the "res/layout" folder. 5. Drag and drop the following components onto the screen:     a. TextView component (for displaying the result)     b. Button components (for the calculator keys) 6. Set the properties of the components as per your requirements. 7. Open the "MainActivity.java" file from the "java/com.example.yourprojectname" folder. 8. Add the following code in the "onCreate" method to initialize the components:   TextView resultTextView = findViewById(R.id.result_text_view); Button zeroButton = findViewById(R.id.zero_button); Button oneButton = findViewById(R.id.one_button); Button twoButton = findViewById(R.id.two_button); Button threeButton

Create a Calculator in HTML - CSS - JAVA Script

How to Create a Calculator Website Based HTML, CSS with JAVAScript  HTML File (index.html): <!DOCTYPE html> <html>   <head>     <title>Calculator</title>     <link rel="stylesheet" type="text/css" href="style.css">   </head>   <body>     <div class="calculator">       <div class="screen">         <input type="text" id="result" disabled>       </div>       <div class="keys">         <button class="operator" onclick="clearResult()">C</button>         <button class="operator" onclick="backspace()">&lt;</button>         <button class="operator" onclick="getResult('%')">%</button>         <button class="operator" onclick="getResult('/')">/</button>         <button onclick="getResul

Kodular Textbox

Image
Kodular's TextBox is a user interface component that allows users to enter and edit text within a mobile app. It is a simple and easy-to-use component that can be added to any screen in an app. The TextBox component has a variety of properties that can be customized, such as the text color, font size, background color, and more. It also has a range of events that can be used to trigger actions when the user interacts with the component, such as when the user types or edits text in the TextBox. In addition to basic text entry, the TextBox component can also be used for more advanced functionality, such as allowing users to enter passwords, email addresses, or phone numbers. It can also be used in combination with other components, such as buttons or labels, to create more complex user interfaces. Overall, the TextBox component is a versatile and essential tool for creating mobile apps with Kodular, allowing users to easily input and edit text within the app.  

How to Padding the Vertical Arrangement

Image
 How to Padding the Vertical Arrangement     click here ->> https://youtu.be/EdMtVEaKNC8   Tabs:- Kodular - Vertical Arrangement Padding with Background Coloring  

Kodular Spinner Tool with After Selection

Image
Kodular Spinner Tool with After Selection       click here ->> https://youtu.be/pM8vEhdGiSo     Tab:- Kodular, Spinner Tool, Items Add, After Selection with Notify

Kodular - New Mobile Application Online Software

Image
      Kodular is a New Mobile Application Development Program.     They have a free version of your Mobile App Creativity.