How to Make Android Apps 24

How to Make Android Apps 24In this part of my Android tutorial I’ll cover many questions brought up after my last Android Google Maps tutorial. This time I’ll cover how to set numerous markers, how to get latitude and longitude data and how to call for a Google Map that shows directions between 2 locations.

I’ll be reusing some of the code from the previous tutorial. All of the new code covered in this video can be found below. Continue reading How to Make Android Apps 24

Low Fat Vegan Recipes 6

Low Fat Vegan Recipes 6In this part of my low fat vegan tutorial series I cover a few Middle Eastern and Mediterranean classics. We make whole wheat Pita Bread, Pita Chips, Sun Dried Tomato Hummus, Baba Ghanoush and an amazing Chickpea Sweet Potato soup.

I might be strange, but I prefer to eat my hummus warm. I normally stick it in the pita bread and then cook it at 450 degrees for 5 minutes. If you have any recipes that you think I’d like leave them in the comments below. Continue reading Low Fat Vegan Recipes 6

How to Make Android Apps 23

Android Google Map ExampleIn this tutorial we’ll make an Android Google Map example program. Along with that I’ll also show how to create a splash screen and how to sign your APKs so you can distribute your app.

If you combine what I cover here with my Android ActionBar tutorial you’ll be able to add more functionality to your Google Map quite easily. All of the code used can be found after the video below. Continue reading How to Make Android Apps 23

Low Fat Vegan Recipes 5

Vegan Macaroni and CheeseIn this part of my low fat vegan recipe series I’ll make 2 vegan cheese sauces, an Awesome Vegan Macaroni and Cheese and a portobello cheese steak sandwich. The vegan mac and cheese recipe is a staple side that I eat all of the time. I absolutely love it and I hope you give it a try.

All of the recipes can be found below after the video. If you have a favorite vegan recipe please leave it in the comment section below. Continue reading Low Fat Vegan Recipes 5

How to Make Android Apps 22

Android Text Messaging ExampleIn this one video I’ll provide an Android Text Messaging example program. I’ll cover how to send and receive text messages. I’ll also talk about Android Handlers and threads.

I did my best to make everything very simple so you’ll be able to use the code in your programs. All of the code, like always, follows the video below. Do anything you’d like with it. Continue reading How to Make Android Apps 22

How to Make Android Apps 21

Android Content Provider TutorialWelcome to my Android Content Provider tutorial. I’ve received many questions about this topic. I have received many questions specifically about how to access a Content Provider from another application. So here I’ll make to apps. One will function as the Content Provider and the other will access data using a Content Resolver.

I haven’t found a tutorial online that explains how easy it is to use Content Resolvers in this way, so I hope this video is very useful. All of the code follows the video below and it is heavily commented. Continue reading How to Make Android Apps 21