Arzath Areeffrzomar.hashnode.dev·May 13, 2023A Simple Guide to Passing Data between Activities in AndroidIn Android development, it’s common to have multiple activities that work together to make up a complete app. Sometimes, you’ll need to pass data between these activities. In this guide, we’ll show you how to do that with a simple example. We’ll crea...DiscussAndroid
Arzath Areeffrzomar.hashnode.dev·May 4, 2023Interaction Modelling and Design: Exploring WIMP Components in GUI Design and Interaction ParadigmsInteraction Modelling and Design: Exploring WIMP Components in GUI Design and Interaction Paradigms Interaction Paradigms Interaction Paradigms are a set of assumptions and practices that define how users interact with software systems. In this slide...Discuss·37 readsSLIATE
Arzath Areeffrzomar.hashnode.dev·May 1, 2023Android App with Button Click Event and Toast MessageThis code is an example of an Android app that demonstrates the use of a button click event and a Toast message. The app contains a layout with a button and a text field. 🔺The onCreate() method initializes the button and text field. 🔺The setOnClick...Discuss·61 readsAndroid
Arzath Areeffrzomar.hashnode.dev·May 1, 2023Simple Android App to understand Activity LifecycleThis code is an example of a simple Android app that demonstrates the Activity Lifecycle using Toast Messages. The app contains a layout with a button, two text views, and a text field. The onCreate() method initializes the button, text views, and ...Discuss·76 readsAndroid
Arzath Areeffrzomar.hashnode.dev·May 1, 2023Importance of UI design in creating user-friendly and intuitive interfacesImportance of UI design in creating user-friendly and intuitive interfaces UI design is crucial for the success of digital products because it directly impacts user experience (UX), which is a key factor in user satisfaction and retention. A well-des...Discuss·1 likeUI