BEGINNER • Mobile Foundations
UI Checkpoint #11
This lesson focuses on strengthen security for a news reader app. Commands: adb logcat | npx create-expo-app | npm run ios.
Code Example
// SwiftUI
struct ContentView: View {
var body: some View {
VStack {
Text("news reader")
Text("strengthen security")
}
}
}Commands & References
- adb logcat
- npx create-expo-app
- npm run ios
Lab Steps
- Run adb logcat
- Implement feature
- Test on device
- Document findings
Exercises
- Add one validation
- Improve one UX flow
- Write one test