24/2/16

Restaurant App

Hey there today we are going to start with a new app for restaurants i ahve choose the Udon restaurant in Bilbao. First of all this app is going to be only to show the menu of the restaurant and see a picture.

Starting by the design part it's going to be something simple put a background the name of the restaurant, a button for the menu and a button to look were u can find them.

In this screen we are going to use: 1 image, 2 buttons and 1 ActivityStarter.


Once we have maded the start menu add a new screen and this screen will be our main menu for the app and add a table arragement with the same number of buttons as types of food u will insert and we are going to use them to see the diferent types of food.


And for this last part we are going to make a menu for the diferent types of food add one screen for each type of food and then insert the a button for each dish of food and a label for the description then and a image.

The last thing for this app will be the block part here we aren't going to do something new except that when we push a type of food in the menu screen the screen swich to do this is very simple add a block that when we click on a button changes the screen this last block is in the control section.

With this should be ended your restaurant app :D

23/2/16

SOS app

Today we are going to make a very simple app that we will use for call the emergency numbers.
First of all we are going to use 6 emergency numbers: Ertzaintza, Policia municipal de Bilbao, Bomberos de Bilbao, Violencia de genero, Maltrato animal and 112.

OK once we know what we are going to do search for 6 images about the emergency numbres, once we got them insert 1 PhoneCall, 1 image at the the top and 1 table arragement and inside the table arragement insert 6 buttons. Desing it as you want i have choose to center the buttons and inside the buttons insert the images:


Once we have finish the design go to blocks and made that when we click on a button it has to mark the number of the SOS number we want for example, if we want to call the 112 we have to make that when we click on the 112 button mark the 112 and call to it. 




16/2/16

Bilbao tourism app part 2

Hey today we are going to continue with the app of Bilbao tourism.

In the last log we finish the basic thing on the app noiw we are goig to insert new things: a map button, a phone call button and a video button.

First of all agree an horizontal arrangement and add three buttons and rename these buttons ass videobutton, mapbutton and call button. Add one image for each button(Remember to delete the text propeties)

We are going to use these buttons to open a map, view a video on youtube and to call the number of the place we want to visit. To do this we are going to need 2 ActivityStarter and 1 PhoneCall (Rename the ActivityStarter not to be confused). Now you will have like this:


OK now the viewer part will be done now lets past to the blocks part.

For make the ActivityStarter usefull you will have to use this block [When(maps).Click do] then put the next button [Call(ActivityStarter_mapa).StartActivity]. Use the same process with the video button. 

Now for the Phone call button use this [When(llamada).Click do]and behind this [Call(PhoneCall1).MakePhoneCall]. 
With these u have taht when u click the buttons they start the activity but we are not done yet they start but they don't now what they have to do so we have to programe them but we want that wen have choose the guggenheim open the guggenheim map. To do this we have to programe in the blocks of the last log.

In these blocks u have to put these three blocks:

-[Set(ActivityStarter_mapa).(DataUri) to][Here insert the the coordenades in my case it will be(geo:43.268749, -2.934055) and remmember to put "geo:" before the coordenades.

-[Set (phonecall1).(phone number) to][Here insert the number of the place you want to visit]

-And the last one is the same as the first but with ActivityStarter_video and insert the video URL in the coordenades site.


Congratulations! Now you have finish your tourism App. Now you are prepare to doing thing by yourself the next thing we are going to do is an restaurant App. 
Bye :D