Ro-BOT – Personal Assistant with Telegram & Arduino.

Hello programming folks, Today I’ll explain about how to create and use a personal assistant (bot) using the Telegram app. For those of you that never heard about it, the Telegram app is very similar to Whats app (even better… cough cough) however there are a few (and meaningful) differences. Telegram uses an open source code created with a huge focus on security […]

Read More

Android, Activities and how to switch between multiple screens

Good morning, good afternoon and good night, folks. Your application will be very boring if there is a single screen. You will need to learn how to create multiple screens and make the transition between them. Using the Android APIs, Activity and Intent classes, these tasks become very simple. Alternating between Activities Transmitting data between two Activities

Read More