Briana Nzivu

Briana is an undergraduate student pursuing a degree in Electronics and Computer Engineering. Briana loves developing mobile applications, technical writing, and following up on UI/UX trends. She enjoys traveling and gardening.
Briana is an undergraduate student pursuing a degree in Electronics and Computer Engineering. Briana loves developing mobile applications, technical writing, and following up on UI/UX trends. She enjoys traveling and gardening.
Jan 21, 2021
The basic building block in the User Interface (UI) of an application is called a View. A view occupies a rectangular area in a mobile screen. An Android UI contains a layout, a view group, and views such as a...
Jan 5, 2021
Networking is a crucial factor in mobile development. Most, if not all mobile applications incorporate networking on some level. Applications are either sending or receiving information. Initially, developers...
Jan 5, 2021
Visual representation in mobile application development is a growing UI/UX trend. In this current era, most of our minds seem to understand either graphics in motion or pictures rather than words. With time,...
Nov 16, 2020
Networking in mobile applications has been around since its inception. In the early days, applications made network calls on the main thread. Making network requests on the main thread stopped when Google...
Oct 28, 2020
A Bottom Navigation View navigation tool enables users to explore and change to different views in an application. A Navigation Component is a set of libraries developed by Google to manage complex navigation...
Oct 16, 2020
Authentication enables organizations to keep their networks secure by permitting only authenticated users (or processes) to access its protected resources. This shows how important it is to authenticate users....