Skip to content
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
KIO
Kreative Ideen online
  • Blog
  • Projects
    • Projects Web
    • AI Workflows
      • n8n Workflows
      • Flowise Workflows
  • English
  • Deutsch
Tag: <span>android</span>

Tag: android

Android permission

Android permission
will development 3. July 2019 4. April 2026

You declare the permissions your app requires in the AndroidManifest.xml using the .. <uses-permission> element. To…

Continue"Android permission"

Bound service

Bound service
will development 3. July 2019 4. April 2026

Started services are great for background operations, but what if you need a service that’s more…

Continue"Bound service"

Service

Service
will development 30. June 2019 4. April 2026

You start a service from an activity in a smilar way to how you start an…

Continue"Service"

Log messages

Log messages
will development 30. June 2019 4. April 2026

Adding messages to alog can be a useful way of checking that your code works the…

Continue"Log messages"

AsyncTask

AsyncTask
will development 30. June 2019 4. April 2026

An AsyncTask lets you perform operations in the background. When they’ve finished running, it then allows…

Continue"AsyncTask"

changeCursor()

changeCursor()
will development 28. June 2019 4. April 2026

Cursors don’t automatically keep trac of whether the underlying data in the dabase has changed. So…

Continue"changeCursor()"

Cursor adapter

Cursor adapter
will development 28. June 2019 4. April 2026

How to use a simple cursor adapter You initialize te adapter, then attach it to the…

Continue"Cursor adapter"

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

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

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"

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

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

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"
  • ai
  • development
  • marketing
  • tools
  • uncategorized
  • web

Tags

ai-tools (12) analytics (5) android (29) backend (13) beginner (3) best-practices (26) concept (1) css (1) database (2) ecommerce (1) email-marketing (3) examples (30) frontend (2) git (4) google-ads (23) guide (11) mistakes (2) programming (41) resources (16) seo (9) social-media (16) tools (20) web-development (11) wordpress (27)

RSS WP News

  • 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
  • Your Browser Becomes Your WordPress
  • WordPress 6.9.3 and 7.0 beta 4
  • WordPress 6.9.2 Release
  • WordPress 7.0 Beta 3
Powered by Kahuna & WordPress.
©2026 KIO