Skip to content
  • Blog
  • Projekte
    • Projekte Web
    • KI Workflows
      • n8n Workflows
      • Flowise Abläufe
  • English
  • Deutsch
KIO
Kreative Ideen online
  • Blog
  • Projekte
    • Projekte Web
    • KI Workflows
      • n8n Workflows
      • Flowise Abläufe
  • English
  • Deutsch
Author: <span>will</span>

Author: will

will

WordPress Developer & Web Specialist Born in South Africa and raised in Eswatini (Swaziland) and White Rock, Canada, I’ve spent most of my life in Austria working on digital projects and building practical web solutions for people and businesses. My core stack is WordPress, PHP, HTML, CSS, and JavaScript, with a strong focus on performance optimization, hosting/VPS management, and automation to create fast, reliable, and user-friendly websites. Beyond tech, I’m interested in mental health practices, personal growth, reading, and tinkering with tools, systems, and new ideas — always learning and improving both professionally and personally.

Database cursor

Database cursor
will development 28. June 2019 4. April 2026

A cursor lets you read from and write tot the database.Youe specify what data you want…

Continue"Database cursor"

SQLite database

SQLite database
will development 27. June 2019 4. April 2026

Android stores data in SQLite database. Why SQLite? Its lightweightSQLite database is just a file. When…

Continue"SQLite database"

ListView

ListView
will development 27. June 2019 4. April 2026

The most basic way to connect items to a ListView (static data) res/values/strings.xml The ListView in…

Continue"ListView"

AppCompatActivity class

AppCompatActivity class
will development 7. June 2019 4. April 2026

The AppCompatActivity class is a subclass of Activity. It lives in the AppCompat Support Library, and…

Continue"AppCompatActivity class"

App bar

App bar
will development 7. June 2019 4. April 2026

An app bar has a number of uses: Displaying the app or activity name so that…

Continue"App bar"

Android Themes

Android Themes
will development 7. June 2019 4. April 2026

A theme is a style that’s applied to an activity or application so that your app…

Continue"Android Themes"

Support Libraries

Support Libraries
will development 7. June 2019 4. April 2026

The Android Support Libraries provide backward compatibility with older versions of Android. THey sit outside the…

Continue"Support Libraries"

Screen-specific folders

Screen-specific folders
will development 2. June 2019 4. April 2026

Let’s say you want to your app to use a specific layout when it’s used on…

Continue"Screen-specific folders"

Fragments lifecycle

Fragments lifecycle
will development 1. June 2019 4. April 2026

Activity states Fragment callbacks Activity created onAttach() onCreate() onCreateView() onActivityCreated() onAttach(Context)This happens when the fragment is…

Continue"Fragments lifecycle"

What fragment code looks like

What fragment code looks like
will development 1. June 2019 4. April 2026

When you create a fragment, Android Studio creates two files for you: Java code for the…

Continue"What fragment code looks like"

How to add a fragment to a project

How to add a fragment to a project
will development 1. June 2019 4. April 2026

To add a fragment to your project… highlight the folder “app/src/main/java Go to “File” in menu…

Continue"How to add a fragment to a project"

Fragments explaination

Fragments explaination
will development 1. June 2019 4. April 2026

What if you want your app to look and behave differently depending on whether itÄs running…

Continue"Fragments explaination"

android:gravity

android:gravity
will development 20. May 2019 4. April 2026

android:gravity=”value” android:gravity lets you say where you want the view’s contents to appear inside the view…

Continue"android:gravity"

android:layout_gravity

android:layout_gravity
will development 20. May 2019 4. April 2026

android:layout_gravity lets you say where you want views to appear in their available space. android:layout_gravity deals…

Continue"android:layout_gravity"

LinearLayout

LinearLayout
will development 20. May 2019 4. April 2026

How you specify a linear layout You specify a linear layout using <LinearLayout>. You must specify…

Continue"LinearLayout"

The State of an activity

The State of an activity
will development 20. May 2019 4. April 2026

When Android creates and destroys an activity, the activity moves from being launched to running to…

Continue"The State of an activity"

String Resource Files

String Resource Files
will development 18. May 2019 4. April 2026

string.xml is the default resource file used to hold name/value pairs of Strings sot that they…

Continue"String Resource Files"

Static variables

Static variables
will development 5. May 2019 4. April 2026

A static variables value is the same for aALL instances of the class…The static duckCount variable…

Continue"Static variables"

About inheritance

About inheritance
will development 4. May 2019 4. April 2026

Simple rules for building a better inheritance design. DO use inheritance when one class is a…

Continue"About inheritance"

Using IS-A and HAS-A

Using IS-A and HAS-A
will development 4. May 2019 4. April 2026

Remember that when one class inherits from another, we say that the subclass extends the superclass.…

Continue"Using IS-A and HAS-A"

Developing a Class

Developing a Class
will development 2. May 2019 4. April 2026

An example how to design classes… Figure out what the class is supposed to do List…

Continue"Developing a Class"

Extreme Programming

Extreme Programming
will development 1. May 2019 4. April 2026

XP emerged in the late 90’s and has been adopted by many Developers. The thrust of…

Continue"Extreme Programming"

Parameter and arguments

Parameter and arguments
will development 1. May 2019 4. April 2026

A method uses parameters. A caller passes arguments. Arguments are the things you pass into the…

Continue"Parameter and arguments"

Arrays

Arrays
will development 1. May 2019 4. April 2026

Arrays are always objects, whether they’re declared to hold primitives…int[] nums;nums = new int[3];nums[0] = 4;nums[1]…

Continue"Arrays"

Classes

Classes
will development 1. May 2019 4. April 2026

When you design a class, think about the objects that will be created from that class…

Continue"Classes"

Variables

Variables
will development 30. April 2019 4. April 2026

Variables come in two flawors: Primitives Reference Primitives Primitives hold fundamental values (think: simple bit patterns)…

Continue"Variables"

Steps to run java files in commandline

Steps to run java files in commandline
will development 29. April 2019 4. April 2026
Continue"Steps to run java files in commandline"

Intents

Intents
will development 28. April 2019 4. April 2026

Whenever you want an activity to start a second activity, you use an intent. You can…

Continue"Intents"

Activities

Activities
will development 25. April 2019 4. April 2026

Activities are the unique screen pages in Android! An activity is a single focused thing your…

Continue"Activities"

Code example for "setContentView ()"

Code example for "setContentView ()"
will development 25. April 2019 4. April 2026

SetContentView (): Set up the app’s user interface. You can consider your object or ID to…

Continue"Code example for "setContentView ()""

Posts pagination

1 … 3 4 5 6
  • ai
  • development
  • marketing
  • tools
  • uncategorized
  • web

Tags

ai-tools (12) analytics (5) android (29) automation (1) backend (17) beginner (4) best-practices (30) concept (4) css (1) database (3) ecommerce (1) email-marketing (3) examples (28) frontend (2) git (4) google-ads (23) guide (10) mistakes (3) productivity (1) programming (45) resources (15) seo (9) social-media (16) tools (19) tutorial (1) web-development (17) wordpress (26)

RSS WP News

  • Get Involved With WordCamp US 2026 in Phoenix
  • WordPress Student Clubs Build Momentum
  • Celebrating Community at WordCamp Asia 2026
  • How to Watch WordCamp Asia 2026 Live
  • From AI to Open Source at WordCamp Asia 2026
  • WordPress 7.0 Release Candidate 2
  • WP Packages is Working the Way Open Source Should
  • WordPress 7.0 Release Candidate 1
  • WordPress 7.0 Beta 5
  • WordPress 6.9.4 Release
Powered by Kahuna & WordPress.
©2026 KIO