Prior to my internship, there was no implementation of my team’s feature in any mobile clients. This meant that if a customer used the feature in web or desktop Microsoft applications, they would not have the same user experience using Microsoft mobile applications. For example, in Microsoft Teams Web and Desktop, a Viva Topic in a chat conversation is formatted and made the topic clickable, yet the same Viva Topics show as plain text in Microsoft Teams Android and iOS. Lacking feature parity between web, desktop, and mobile clients of the same application is very frustrating to customers. My internship project implements the first mobile version of my team’s feature to support Viva Topics in mobile clients. I implemented the feature for Microsoft Teams mobile clients. I built a react-native component to support reusing the same feature across Android and iOS. Then, I added the Android native code to use the react-native component of the feature. Additionally, I will be adding ...
In my first semester at Berea, I took an Android phone application development course that was a project-based and student-led course between Berea and Codepath organization. This experience directly relates to my current internship since my project will contain a component of building an Android application using Java. Although I did not take a course that mainly used Java programming language, the projects I worked on in the Android development course helped me practice applying Java to mobile application development. Also, I have not found it hard to understand how different parts of the codebase work because Java is an Object-Oriented programming language like C++ which I used for my Data Structures and Algorithms course and in my internship project last summer. One new aspect of the Java code in my project codebase if that there are more access modifiers than in C++. Access modifiers are a set of keywords that specify where data or methods are accessible in a program. For ex...
I have been a software engineering intern in the Content Search and Insights team in the One Drive and SharePoint organization at Microsoft. My internship project was adding the first Viva Topic card to Microsoft Teams Android and iOS clients. This was both exciting and challenging. It was exciting to work on the first version of a feature that will be added to Microsoft Teams but also challenging because no other engineer on my team had worked with mobile application development before. Although this was my third internship at Microsoft, it was going to be the first time I worked individually on an entire project. In the past, I worked in groups of three to five interns with Product Management and Software engineering mentors. This internship was different, I had one Engineering mentor who had worked on the web version of the feature I was adding in Teams mobile, a product manager to occasionally consult about parts of my project, and a designer to share some design decisions I made a...
Comments
Post a Comment