top of page
BLOG
Search


Android App Basics & AI
Understanding Android App Basics: What You Need to Know Before you jump into coding, it’s crucial to understand what makes an Android app tick. At its core, an Android app is a collection of components that work together to create a seamless user experience. Here’s a quick rundown: Activities/Fragments: Think of these as the screens or pages in your app. Each activity fragment represents a UI screen. Intents: These are messages that let different parts of your app (or even ot
Michael Bigelow
Jan 194 min read


Bigelozidane | My First Computer Program
Since this is my first blog post I thought it would be fitting to talk about the first computer program I have ever written. It all started back when I was roughly 16 years old and I purchased a C++ programming book from the local book store. Why I chose an advanced language like C++ I have no idea, but never the less, I brought the book home and began learning the basics of coding. At this point I was just curious about computer programming; I didn't have a specific project
Michael Bigelow
Oct 1, 20233 min read
bottom of page