Simple UI Library - API Documentation
Welcome to the Simple UI Library documentation. This library provides Android XML UI development tools.
Simple UI Core
Core module with no UI dependencies. Provides fundamental features including:
- Extensions (Bundle, Date, String, etc.)
- Logging system (Logx)
- System managers (Battery, Location, Network, etc.)
- Base ViewModel
View Core Documentation
Simple UI System Manager
Standalone system_manager module built on top of Simple UI Core. Provides:
- System service getter/extensions
- System controllers (alarm, notification, vibrator, wifi)
- System info APIs (battery, location, network, display)
- XML-specific system UI controllers (system bar, soft keyboard, floating view)
View System Manager Documentation
Simple UI XML
XML UI module (requires Simple UI Core). Provides:
- Base Activity & Fragment classes
- View extensions (TextView, EditText, ImageView, etc.)
- Permission management
- System UI controllers (StatusBar, NavigationBar, etc.)
View XML Documentation