❖Communication practices: Principle 1 Listen: •Try to focus on the speaker‘s words, rather than formulating your response to those words. •Ask for clarification if something is unclear, but avoid constant interruptions. •Never become contentious in your words or actions (e.g., rolling your eyes or shaking your head) as a person is talking. Principle 2 Prepare before you communicate: •Spend the time to understand the problem before you meet with others. If necessary, perform some research to understand business domain. •If you have responsibility for conducting a meeting, prepare an agenda in advance of the meeting. Principle 3 someone should facilitate the activity: •Every communication meeting should have a leader (a facilitator) 1)To keep the conversation moving in a productive direction, 2)To mediate any conflict that does occur, and 3)To ensure that other principles are followed. Principle 4 Face-to-face communication is best: •It usually works better when some other represen...
Posts
Showing posts with the label android studio
what is android studio, and, How to learn coding in android studio app
- Get link
- X
- Other Apps
Android Studio is an official Integrated Development Environment (IDE) developed by Google to create Android apps. This is a powerful tool that makes Android app development easy and efficient. 1.Android Studio Features 1. Intelligent Code Editor – Smart code suggestions and error detection for Java, Kotlin, and XML. 2. Real-time Preview – Provides real-time preview of XML layout. 3. Emulator – Built-in emulator for testing apps. 4. Gradle Build System – It handles automatic project build and dependency management. 5. Logcat & Debugging Tools – Provides tools for errors and debugging. 6. Version Control Integration – Integration with tools like Git, GitHub. 2.How to make apps in Android Studio? 1. Install Android Studio – Download android studio 2. Create a new ...