Android Articles
Android Articles — articles and guides on Thiyagaraaj.com.
1234
Android WebView Handling Orientation Changes: Saving State
Android WebView is a component that allows developers to display web content within their applications. When the device undergoes orientation changes (e.g., fro
Android
Incoming Phone Call Receiver - Android Broadcast Receiver
- BroadcastReceiver: In Android, a BroadcastReceiver is a component that responds to broadcast messages sent by the system or other applications. It allows...
Android
Simple Android Login Page
The blog post guides Android developers on creating a straightforward login page for their applications. It covers the essential components and layout structure
Android
Simple Android Sign up screen
Building a user signup screen is a fundamental aspect of many Android applications. It allows users to create accounts and access the app's features and functio
Android