Android Canvas: put Bitmap in the middle of the screen

Code:

[java]

canvas.drawBitmap(bitmap, (getMeasuredWidth()/2)-(bitmap.getWidth()/2), (getMeasuredHeight()/2 -(bitmap.getHeight()/2)), null);

[/java]

Change the Originaldate parameter with exiftool

Um das Originaldatum der Datei SIMG0011.jpg anzupassen:

exiftool -DateTimeOriginal=”2003:05:26 10:51:00″ SIMG0011.jpg

How to Build a Smart Chatbot Assistant with ChatEngine, React and IBM Watson Assistant | PubNub

How to build an intelligent chatbot assistant, using PubNub ChatEngine and IBM Watson Assistant, that is fully-customizable and can answer questions.

Source: How to Build a Smart Chatbot Assistant with ChatEngine, React and IBM Watson Assistant | PubNub