- Android (使用Java或Kotlin)cy2.cn
Java示例 (一个简单的Android Activity):
java
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
TextView textView = findViewById(R.id.textview);
textView.setText(“Hello, World!”);
}
}
2. iOS (使用Swift)
Swift示例 (一个简单的iOS ViewController):
swift
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
let label = UILabel()
label.text = “Hello, World!”
label.frame = CGRect(x: 50, y: 100, width: 200, height: 50)
self.view.addSubview(label)
}
}
3. Web (使用HTML, CSS, 和 JavaScript)
HTML示例 (一个简单的网页):
html
Hello, World!
4. Flutter (使用Dart) Dart示例 (一个简单的Flutter屏幕):dart
import ‘package:flutter/material.dart’;
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Text(‘Hello, World!’),
),
body: Center(
child: Text(‘Hello, World!’),
),
),
);
}
}
这些示例仅展示了每种语言中创建App的基础部分。要创建一个完整的、功能丰富的App,你还需要考虑更多的因素,如界面设计、用户交互、数据存储、网络通信等。由于创建一个完整的App涉及多个步骤(如设计、后端、前端、打包等),并且不同的平台(如iOS、Android、Web等)有不同的开发语言和工具,我将为你提供几个简单的示例,展示如何在不同编程语言中创建App的某一部分。
- Android (使用Java或Kotlin)
Java示例 (一个简单的Android Activity):
java
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
TextView textView = findViewById(R.id.textview);
textView.setText(“Hello, World!”);
}
}
2. iOS (使用Swift)
Swift示例 (一个简单的iOS ViewController):
swift
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
let label = UILabel()
label.text = “Hello, World!”
label.frame = CGRect(x: 50, y: 100, width: 200, height: 50)
self.view.addSubview(label)
}
}
3. Web (使用HTML, CSS, 和 JavaScript)
HTML示例 (一个简单的网页):
html
Hello, World!
4. Flutter (使用Dart) Dart示例 (一个简单的Flutter屏幕):dart
import ‘package:flutter/material.dart’;
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Text(‘Hello, World!’),
),
body: Center(
child: Text(‘Hello, World!’),
),
),
);
}
}
这些示例仅展示了每种语言中创建App的基础部分。要创建一个完整的、功能丰富的App,你还需要考虑更多的因素,如界面设计、用户交互、数据存储、网络通信等。