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
Category: <span>development</span>

Category: development

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 11. May 2026

UPDATED FROM API 🚀

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 ()""

@OVERRIDE

@OVERRIDE
will development 25. April 2019 4. April 2026

Makes compiler aware that the following method should override a method of the same name from…

Continue"@OVERRIDE"

Project setup in Android studio

Project setup in Android studio
will development 25. April 2019 4. April 2026

Project view has two main paths: App: Here lies the actual source code of the app,…

Continue"Project setup in Android studio"

Starting a project

Starting a project
will development 24. April 2019 4. April 2026

When creating a project, it is possible to determine whether an eAPP should be backwards compatible.…

Continue"Starting a project"

To stage file(if not yet tracked)

git add [filename]

This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit.
Continue“To stage file(if not yet tracked)”

To see the changes in detail since last commit

git diff

Show changes between the working tree and the index or a tree, changes between the index and a tree, changes between two trees, changes between two blob objects, or changes between two files on disk.

Continue“To see the changes in detail since last commit”

To see the changes since last commit

git status

Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Git

Continue“To see the changes since last commit”

Posts pagination

1 2 3
  • 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

  • WordPress 7.0 “Armstrong”
  • WordPress 7.0 Release Candidate 4
  • Get Your WordCamp US 2026 Tickets
  • WordPress 7.0 Release Candidate 3
  • 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
Powered by Kahuna & WordPress.
©2026 KIO